We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbb3ee commit 37d0b77Copy full SHA for 37d0b77
README.md
@@ -146,7 +146,7 @@ If you do not have FFTW compiler, the library and
146
then
147
`tar -zxf [your Silo archive]`
148
`cd [your Silo archive]`
149
-`./configure --prefix=[target installation directory] --enable-pythonmodule --enable-optimization --disable-hzip --disable-fpzip --enableportable-binary FC=mpif90 F77=mpif77 -with-hdf5=[your hdf5 directory]/include,/[your hdf5 directory]/lib --disable-silex`
+`./configure --prefix=[target installation directory] --enable-pythonmodule --enable-optimization --disable-hzip --disable-fpzip FC=mpif90 F77=mpif77 -with-hdf5=[your hdf5 directory]/include,/[your hdf5 directory]/lib --disable-silex`
150
`make`
151
`make install`
152
0 commit comments