mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
9fe40c3137
* make necessary changes for v0.8 daily ci conda builds * fix conda find hdf5 portion of CMakelists.txt
58 lines
886 B
YAML
58 lines
886 B
YAML
variant:
|
|
- novtk
|
|
- all
|
|
|
|
occt:
|
|
- 7.8.1
|
|
|
|
c_compiler:
|
|
- vs2022 # [win]
|
|
- gcc # [linux]
|
|
- clang # [osx]
|
|
c_stdlib:
|
|
- vs # [win]
|
|
- sysroot # [linux]
|
|
- macosx_deployment_target # [osx]
|
|
cxx_compiler:
|
|
- vs2022 # [win]
|
|
- gcc # [linux]
|
|
- clangxx # [osx]
|
|
c_compiler_version:
|
|
- '12' # [linux]
|
|
- '16' # [osx]
|
|
cxx_compiler_version:
|
|
- '12' # [linux]
|
|
- '16' # [osx]
|
|
c_stdlib_version:
|
|
- '2.12' # [linux]
|
|
- '10.13' # [osx]
|
|
hdf5:
|
|
- 1.14.3
|
|
libboost_devel:
|
|
- '1.84'
|
|
libxml2:
|
|
- '2'
|
|
mpfr:
|
|
- '4'
|
|
gmp:
|
|
- '6' # [not win]
|
|
pin_run_as_build:
|
|
python:
|
|
min_pin: x.x
|
|
max_pin: x.x
|
|
|
|
zlib:
|
|
- '1'
|
|
target_platform:
|
|
- win-64 # [win]
|
|
- linux-64 # [linux]
|
|
- osx-64 # [osx]
|
|
macos_machine:
|
|
- x86_64-apple-darwin13.4.0
|
|
MACOSX_DEPLOYMENT_TARGET:
|
|
- '10.13'
|
|
MACOSX_SDK_VERSION:
|
|
- '10.13'
|
|
|
|
CONDA_BUILD_SYSROOT:
|
|
- "/Users/runner/work/MacOSX10.13.sdk" # [osx] |