Skip to content
Snippets Groups Projects
Commit 73562ad3 authored by rayg's avatar rayg
Browse files

HDF5 fortran while we are at it

git-svn-id: https://svn.ssec.wisc.edu/repos/shellb3/trunk@844 145b5396-d1c6-4523-8c67-3646d8218c8b
parent fdb448a4
Branches master
No related tags found
No related merge requests found
......@@ -502,7 +502,7 @@ mk_hdf5() {
echo building hdf5 for $BASE
test -n "$SZLIB" && SZOPTS="--with-szlib=$SZLIB" || SZOPTS=""
(cd build/hdf5-${HDF5VER} \
&& ./configure --prefix=$BASE --enable-shared --enable-cxx --with-pic --with-zlib=$ZLIB --with-pthread $SZOPTS \
&& ./configure --prefix=$BASE --enable-shared --enable-cxx --enable-fortran --enable-fortran2003 --with-pic --with-zlib=$ZLIB --with-pthread $SZOPTS \
&& make -j8 \
&& make install ) \
|| oops "hdf5 build failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment