Skip to content

Commit

Permalink
reverting back to original and shelving work
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Aug 7, 2024
1 parent 0ef5f46 commit a466c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .conda/evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ source:

build:
number: 1
noarch: False
script_env:
- PLATFORM={{ target_platform }}
skip: True # [osx]
skip: False # [linux]

requirements:
build:
- cmake >=3.17.0
- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- cuda-compiler
Expand Down
2 changes: 1 addition & 1 deletion .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "11.4.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set cuda_version = "12.3" %}

Expand Down

0 comments on commit a466c70

Please sign in to comment.