diff --git a/recipe/build.sh b/recipe/build.sh index 1eb73397..d15f9467 100755 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -23,7 +23,12 @@ 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 \ + --enable-unsupported \ + --disable-static \ + --with-ssl make -j "${CPU_COUNT}" make check diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0e6e226d..d3dec745 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,7 +20,7 @@ source: - test_Makefile.in.patch build: - number: 6 + number: 7 features: - vc9 # [win and py27] - vc10 # [win and py34]