Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Dec 10, 2024
1 parent 279c1ef commit 6750717
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
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}
#{% set macos_compiler_version = "16" %}

package:
name: matar-cuda
Expand All @@ -14,15 +14,15 @@ build:
number: 1
noarch: False
script_env:
- PLATFORM={{ target_platform }} # [linux]
- PLATFORM={{ target_platform }}
skip: True # [osx]
skip: False # [linux]

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

0 comments on commit 6750717

Please sign in to comment.