Skip to content

Commit 77789e7

Browse files
committed
remove deprecated documentation on SHTns install
1 parent c55ece7 commit 77789e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ ./configure --enable-openmp --prefix=$HOME/local
7878
if FFTW is used or
7979

8080
```sh
81-
$ ./configure --enable-openmp --enable-ishioka --enable-magic-layout --prefix=$HOME/local --enable-mkl
81+
$ ./configure --enable-openmp --prefix=$HOME/local --enable-mkl
8282
```
8383

8484
if the MKL is used. Possible additional options may be required depending on the machine (check the website). Then compile and install the library

doc/sphinx/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ or install it manually after downloading and extracting the latest version `here
8585

8686
.. code-block:: bash
8787
88-
./configure --enable-openmp --enable-ishioka --enable-magic-layout --prefix=$HOME/local
88+
./configure --enable-openmp --prefix=$HOME/local
8989
9090
if FFTW is used or
9191

9292
.. code-block:: bash
9393
94-
./configure --enable-openmp --enable-ishioka --enable-magic-layout --prefix=$HOME/local --enable-mkl
94+
./configure --enable-openmp --prefix=$HOME/local --enable-mkl
9595
9696
if the MKL is used. Possible additional options may be required depending on the machine (check the website). Then compile and install the library
9797

0 commit comments

Comments
 (0)