Skip to content

Commit eaa6eac

Browse files
committed
remove deprecated --enable-magic-layout from SHTns install
1 parent 77789e7 commit eaa6eac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/install-shtns.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if test ! -d $HOME/local; then
66
mkdir $HOME/local
77
fi
88

9-
wget https://bitbucket.org/nschaeff/shtns/downloads/shtns-$ver.tar.gz
9+
#wget https://bitbucket.org/nschaeff/shtns/downloads/shtns-$ver.tar.gz
1010
wget https://gricad-gitlab.univ-grenoble-alpes.fr/schaeffn/shtns/-/archive/v$ver/shtns-v$ver.tar.gz
1111
tar -xvf shtns-v$ver.tar.gz
1212
rm shtns-v$ver.tar.gz
@@ -44,7 +44,7 @@ else
4444
fi
4545
fi
4646

47-
opts="--enable-magic-layout --prefix=$HOME/local"
47+
opts="--prefix=$HOME/local"
4848
if [[ -n $MKLROOT ]]
4949
then
5050
echo "MKL found, installing with MKL"

0 commit comments

Comments
 (0)