Skip to content

Commit

Permalink
Update install_other.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fsorrenti committed Oct 16, 2024
1 parent 6885e7c commit 068be78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/install_other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 068be78

Please sign in to comment.