Skip to content

Commit

Permalink
Merge pull request #1 from AnacondaRecipes/PKG-4697-12.4-initial
Browse files Browse the repository at this point in the history
Pkg 4697 12.4 initial
  • Loading branch information
danpetry authored May 10, 2024
2 parents 8419eac + 440438d commit 218c097
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# we want a noarch package for linux, and one for win.
noarch_upload:
- [linux-64, win-64]
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ source:
build:
number: 0
noarch: generic
skip: true # [osx or (linux and s390x)]

requirements:
run:
- __linux # [linux]
- __win # [win]
- c-compiler
- cxx-compiler
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- binutils # [linux]
- cuda-cuobjdump 12.4.127
- cuda-cuxxfilt 12.4.127
- cuda-nvcc 12.4.131
Expand Down

0 comments on commit 218c097

Please sign in to comment.