Commit 6577a9a3 authored by Robert Schmidt's avatar Robert Schmidt

Remove guile: we don't use it

parent 29c984a1
...@@ -594,19 +594,10 @@ check_install_oai_software() { ...@@ -594,19 +594,10 @@ check_install_oai_software() {
case "$(get_distribution_release)" in case "$(get_distribution_release)" in
"ubuntu18.04") "ubuntu18.04")
add_cmake_repo add_cmake_repo
specific_packages="libgcrypt11-dev guile-2.0-dev" specific_packages="libgcrypt11-dev"
;;
"ubuntu20.04")
specific_packages="guile-2.0-dev"
;;
"ubuntu21.04")
specific_packages="guile-2.0-dev"
;;
"ubuntu22.04")
specific_packages="guile-2.2-dev"
;; ;;
"debian11") "debian11")
specific_packages="guile-2.2-dev libz-dev" specific_packages="libz-dev"
;; ;;
esac esac
$SUDO apt-get install -y \ $SUDO apt-get install -y \
...@@ -649,7 +640,6 @@ check_install_oai_software() { ...@@ -649,7 +640,6 @@ check_install_oai_software() {
gcc \ gcc \
gcc-c++ \ gcc-c++ \
git \ git \
guile-devel \
atlas-devel \ atlas-devel \
pkgconfig \ pkgconfig \
libconfig-devel \ libconfig-devel \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment