From 068be784571e3f35be3859566f85ea2cf0fe792b Mon Sep 17 00:00:00 2001 From: fsorrenti Date: Wed, 16 Oct 2024 11:28:08 +0200 Subject: [PATCH] Update install_other.sh --- scripts/install_other.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install_other.sh b/scripts/install_other.sh index 980f408..0a50976 100755 --- a/scripts/install_other.sh +++ b/scripts/install_other.sh @@ -31,8 +31,6 @@ install_cuba(){ printf 'CUBA installed in %s\n' "${CUBA_INSTALL_DIR}" } - - install_class(){ if [ -e "${CLASS_INSTALL_DIR}/lib/libclass.a" ] then @@ -63,8 +61,7 @@ install_fftw(){ install_gsl(){ if [ "$(uname -s)" = 'Darwin' ] - then - printf "Please use Conan to install GSL\n" + then printf "Please use Conan to install GSL\n" return 1 fi yum install -y gsl-devel