Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:
- test_Makefile.in.patch

build:
number: 6
number: 7
features:
- vc9 # [win and py27]
- vc10 # [win and py34]
Expand Down