Skip to content

Commit

Permalink
Merge pull request #34 from bdice/widen-gcc-support
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 4, 2024
2 parents 4b1da8a + 260b724 commit fedbe03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: 5db25d4fd138013b563f9a3d1d87f7de7df1dac014fd4cccdfbb3435a5cff761

build:
number: 0
number: 1
skip: true # [osx]
skip: true # [target_platform != "linux-64" and target_platform != cross_target_platform]

Expand All @@ -23,8 +23,10 @@ outputs:
requirements:
run:
- cuda-nvcc_{{ target_platform }} {{ version }}.*
- {{ compiler('c') }}
- {{ compiler('cxx') }}
# Relax build time constraints from compilers
# Constraints on compilers exist in `cuda-nvcc-impl`
- {{ c_compiler }}_{{ target_platform }}
- {{ cxx_compiler }}_{{ target_platform }}
test:
commands:
- test -f $PREFIX/bin/nvcc # [linux]
Expand Down

0 comments on commit fedbe03

Please sign in to comment.