2023-08-01 16:14:04 +02:00
|
|
|
occt:
|
2024-06-18 12:52:00 +02:00
|
|
|
- 7.8.1
|
2023-08-01 16:14:04 +02:00
|
|
|
|
|
|
|
|
c_compiler:
|
2024-06-18 12:52:00 +02:00
|
|
|
- vs2022 # [win]
|
|
|
|
|
- gcc # [linux]
|
|
|
|
|
- clang # [osx]
|
|
|
|
|
c_stdlib:
|
|
|
|
|
- vs # [win]
|
|
|
|
|
- sysroot # [linux]
|
|
|
|
|
- macosx_deployment_target # [osx]
|
2023-08-01 16:14:04 +02:00
|
|
|
cxx_compiler:
|
2024-06-18 12:52:00 +02:00
|
|
|
- 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:
|
2025-05-11 09:37:02 +02:00
|
|
|
- 1.14.6
|
2024-06-18 12:52:00 +02:00
|
|
|
libboost_devel:
|
2025-05-11 09:37:02 +02:00
|
|
|
- '1.86'
|
2024-06-18 12:52:00 +02:00
|
|
|
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]
|