Skip to content

Commit

Permalink
fixed platform issue for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 6, 2025
1 parent efbf1c8 commit c5f3e66
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .conda/ls-evpfft-j2/cuda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
c_compiler:
- gcc
cxx_compiler:
- gxx
target_platform:
- linux-64 # [linux]
#- linux-aarch64
#- linux-ppc64le
- osx-64 # [osx]
- osx-arm64 # [osx]
6 changes: 2 additions & 4 deletions .conda/ls-evpfft-j2/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ build:
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]
- {{ compiler('c') }}={{ linux_compiler_version }}
- {{ compiler('cxx') }}={{ linux_compiler_version }}
- cuda-compiler
- openmpi
host:
Expand Down
10 changes: 10 additions & 0 deletions .conda/ls-evpfft/cuda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
c_compiler:
- gcc
cxx_compiler:
- gxx
target_platform:
- linux-64 # [linux]
#- linux-aarch64
#- linux-ppc64le
- osx-64 # [osx]
- osx-arm64 # [osx]
6 changes: 2 additions & 4 deletions .conda/ls-evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ build:
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]
- {{ compiler('c') }}={{ linux_compiler_version }}
- {{ compiler('cxx') }}={{ linux_compiler_version }}
- cuda-compiler
- openmpi
host:
Expand Down

0 comments on commit c5f3e66

Please sign in to comment.