From 926561be03d688940a23308ad6f369edfddee27b Mon Sep 17 00:00:00 2001 From: Daniel Dunning Date: Tue, 9 Apr 2024 11:19:41 -0600 Subject: [PATCH] FEATURE: updated packages --- .conda/evpfft/cuda/meta.yaml | 1 - .conda/heffte/cuda/meta.yaml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.conda/evpfft/cuda/meta.yaml b/.conda/evpfft/cuda/meta.yaml index 2061e912f..9143f937c 100644 --- a/.conda/evpfft/cuda/meta.yaml +++ b/.conda/evpfft/cuda/meta.yaml @@ -32,7 +32,6 @@ requirements: run: - openmpi - fierro-heffte-cuda - - fftw=*=mpi_openmpi_* - kokkos=4.1 - hdf5=*=mpi_openmpi_* - elements diff --git a/.conda/heffte/cuda/meta.yaml b/.conda/heffte/cuda/meta.yaml index 92ec25398..096efdedb 100644 --- a/.conda/heffte/cuda/meta.yaml +++ b/.conda/heffte/cuda/meta.yaml @@ -21,7 +21,7 @@ build: requirements: build: - - cmake=3.24 + - cmake >=3.17.0 - {{ compiler('c') }}={{ linux_compiler_version }} # [linux] - {{ compiler('c') }}={{ macos_compiler_version }} # [osx] - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] @@ -37,12 +37,12 @@ requirements: - libcufft-dev - libcublas-dev - libcusparse-dev - - openmpi + - openmpi >=4.1.6,<5.0a0 run: - cuda-cudart - libcufft - libcublas - - openmpi + - openmpi >=4.1.6,<5.0a0 about: home: https://github.com/lanl/Fierro