Skip to content

Commit

Permalink
Add compiler versions from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Aug 8, 2024
1 parent 460a1cd commit 4162577
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions libintervalxt/recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ gmp:
- '6'
fmt:
- '11'
c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
c_compiler_version: # [unix]
- 12 # [linux]
- 16 # [osx]
- 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
c_stdlib:
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
1 change: 1 addition & 0 deletions libintervalxt/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
- make
- coreutils
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- libboost-headers
- fmt {{ fmt }}
Expand Down
13 changes: 13 additions & 0 deletions pyintervalxt/recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
c_compiler_version: # [unix]
- 12 # [linux]
- 16 # [osx]
- 11 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux]
c_stdlib:
- sysroot # [linux]
- macosx_deployment_target # [osx]
- vs # [win]
1 change: 1 addition & 0 deletions pyintervalxt/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requirements:
- make
- coreutils
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- python
- setuptools
Expand Down

0 comments on commit 4162577

Please sign in to comment.