Skip to content

Commit

Permalink
Windows: Reenable HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Apr 2, 2022
1 parent 825f5a4 commit e5bdeca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ set CFLAGS=%CFLAGS% -DH5_BUILT_AS_DYNAMIC_LIB
set CXXFLAGS=%CXXFLAGS% -DH5_BUILT_AS_DYNAMIC_LIB
echo "%CXXFLAGS%"

:: temporarily disable HDF5 1.12 on Windows:
:: https://github.com/ornladios/ADIOS2/issues/2848#issuecomment-960463939

cmake ^
-S %SRC_DIR% ^
-B build ^
Expand All @@ -26,7 +23,7 @@ cmake ^
-DADIOS2_USE_Blosc=ON ^
-DADIOS2_USE_BZip2=ON ^
-DADIOS2_USE_Fortran=OFF ^
-DADIOS2_USE_HDF5=OFF ^
-DADIOS2_USE_HDF5=ON ^
-DADIOS2_USE_PNG=ON ^
-DADIOS2_USE_Profiling=OFF ^
-DADIOS2_USE_Python=ON ^
Expand Down
6 changes: 2 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ requirements:
- libffi
# need to list hdf5 twice to get version pinning from conda_build_config
# and build pinning from {{ mpi_prefix }}
# temporarily disable HDF5 1.12 on Windows:
# https://github.com/ornladios/ADIOS2/issues/2848#issuecomment-960463939
- hdf5 # [not win]
- hdf5 >=1.8.13 = {{ mpi_prefix }}_* # [not win]
- hdf5
- hdf5 >=1.8.13 = {{ mpi_prefix }}_*
# TODO: Could NOT find ZeroMQ (missing: ZeroMQ_LIBRARY) on Windows
- zeromq >=4.1 # [not win]
- bzip2
Expand Down

0 comments on commit e5bdeca

Please sign in to comment.