We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77789e7 commit eaa6eacCopy full SHA for eaa6eac
1 file changed
bin/install-shtns.sh
@@ -6,7 +6,7 @@ if test ! -d $HOME/local; then
6
mkdir $HOME/local
7
fi
8
9
-wget https://bitbucket.org/nschaeff/shtns/downloads/shtns-$ver.tar.gz
+#wget https://bitbucket.org/nschaeff/shtns/downloads/shtns-$ver.tar.gz
10
wget https://gricad-gitlab.univ-grenoble-alpes.fr/schaeffn/shtns/-/archive/v$ver/shtns-v$ver.tar.gz
11
tar -xvf shtns-v$ver.tar.gz
12
rm shtns-v$ver.tar.gz
@@ -44,7 +44,7 @@ else
44
45
46
47
-opts="--enable-magic-layout --prefix=$HOME/local"
+opts="--prefix=$HOME/local"
48
if [[ -n $MKLROOT ]]
49
then
50
echo "MKL found, installing with MKL"
0 commit comments