pin windows hdf5 to 1.12

windows hdf5 1.14 results in ninja: error: 'libhdf5_cpp.lib', needed by 'IfcConvert.exe', missing and no known rule to make it
This commit is contained in:
krande
2023-11-23 15:30:41 +01:00
parent 58af81e256
commit 52cad9d11c
+3 -2
View File
@@ -32,7 +32,8 @@ requirements:
- occt 7.7.2 *{{ variant }}*
- libxml2
- cgal-cpp
- hdf5
- hdf5 1.12 # [win]
- hdf5 # [not win]
- mpfr
- gmp # [unix]
- mpir # [win]
@@ -44,8 +45,8 @@ requirements:
- occt 7.7.2 *{{ variant }}*
- {{ pin_compatible('cgal-cpp', max_pin='x.x.x') }}
- {{ pin_compatible('boost-cpp', max_pin='x.x.x') }}
- {{ pin_compatible('hdf5', max_pin='x.x.x') }}
- libxml2
- hdf5
- mpfr
- gmp # [unix]
- mpir # [win]