mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
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:
+3
-2
@@ -32,7 +32,8 @@ requirements:
|
|||||||
- occt 7.7.2 *{{ variant }}*
|
- occt 7.7.2 *{{ variant }}*
|
||||||
- libxml2
|
- libxml2
|
||||||
- cgal-cpp
|
- cgal-cpp
|
||||||
- hdf5
|
- hdf5 1.12 # [win]
|
||||||
|
- hdf5 # [not win]
|
||||||
- mpfr
|
- mpfr
|
||||||
- gmp # [unix]
|
- gmp # [unix]
|
||||||
- mpir # [win]
|
- mpir # [win]
|
||||||
@@ -44,8 +45,8 @@ requirements:
|
|||||||
- occt 7.7.2 *{{ variant }}*
|
- occt 7.7.2 *{{ variant }}*
|
||||||
- {{ pin_compatible('cgal-cpp', max_pin='x.x.x') }}
|
- {{ pin_compatible('cgal-cpp', max_pin='x.x.x') }}
|
||||||
- {{ pin_compatible('boost-cpp', max_pin='x.x.x') }}
|
- {{ pin_compatible('boost-cpp', max_pin='x.x.x') }}
|
||||||
|
- {{ pin_compatible('hdf5', max_pin='x.x.x') }}
|
||||||
- libxml2
|
- libxml2
|
||||||
- hdf5
|
|
||||||
- mpfr
|
- mpfr
|
||||||
- gmp # [unix]
|
- gmp # [unix]
|
||||||
- mpir # [win]
|
- mpir # [win]
|
||||||
|
|||||||
Reference in New Issue
Block a user