Skip to content

Commit

Permalink
enable threadsafe and production
Browse files Browse the repository at this point in the history
  • Loading branch information
marqh committed Oct 14, 2016
1 parent ee832f7 commit 135e0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export LIBRARY_PATH="${PREFIX}/lib"
--enable-cxx \
--enable-fortran \
--enable-fortran2003 \
--with-default-plugindir="${PREFIX}/lib/hdf5/plugin"
--with-default-plugindir="${PREFIX}/lib/hdf5/plugin" \
--enable-threadsafe \
--enable-production

make -j "${CPU_COUNT}"
make check
Expand Down

0 comments on commit 135e0ce

Please sign in to comment.