Skip to content

Commit

Permalink
only requirements for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Dec 10, 2024
1 parent ef33a9a commit 363ae5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .conda/matar/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ build:
skip: True # [osx]
skip: False # [linux]

requirements:
requirements: #[linux]
build:
- cmake >=3.17.0
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- cuda-toolkit # [linux]
- {{ compiler('cxx') }}={{ linux_compiler_version }}
- cuda-toolkit
- kokkos=4.1
- openmpi
host:
Expand Down

0 comments on commit 363ae5f

Please sign in to comment.