Skip to content

Commit

Permalink
fixed platform issue??
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 6, 2025
1 parent 47a62f0 commit efbf1c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .conda/evpfft/cuda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ c_compiler:
cxx_compiler:
- gxx
target_platform:
- linux-64
- linux-64 # [linux]
#- linux-aarch64
#- linux-ppc64le
- osx-64 # [osx]
- osx-arm64 # [osx]
18 changes: 8 additions & 10 deletions .conda/evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,24 @@ 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]
- cuda-toolkit # [linux]
- {{ compiler('c') }}={{ linux_compiler_version }}
- {{ compiler('cxx') }}={{ linux_compiler_version }}
- cuda-toolkit
- kokkos=4.1
- matar-cuda # [linux]
- matar-cuda
- openmpi
host:
- openmpi
- heffte-cuda # [linux]
- heffte-cuda
- hdf5=*=mpi_openmpi_*
- kokkos=4.1
- matar-cuda # [linux]
- matar-cuda
run:
- openmpi
- heffte-cuda # [linux]
- heffte-cuda
- hdf5=*=mpi_openmpi_*
- kokkos=4.1
- matar-cuda # [linux]
- matar-cuda

about:
home: https://github.com/lanl/Fierro
Expand Down

0 comments on commit efbf1c8

Please sign in to comment.