heffte: Update MKL dependency to intel-oneapi-mkl (#43273)

This commit is contained in:
G-Ragghianti 2024-03-20 05:28:21 -04:00 committed by GitHub
parent eb11fa7d18
commit ac8800ffc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ class Heffte(CMakePackage, CudaPackage, ROCmPackage):
depends_on("mpi", type=("build", "run"))
depends_on("fftw@3.3.8:", when="+fftw", type=("build", "run"))
depends_on("intel-mkl@2018.0.128:", when="+mkl", type=("build", "run"))
depends_on("intel-oneapi-mkl", when="+mkl", type=("build", "run"))
depends_on("cuda@8.0:", when="+cuda", type=("build", "run"))
depends_on("hip@3.8.0:", when="+rocm", type=("build", "run"))
depends_on("rocfft@3.8.0:", when="+rocm", type=("build", "run"))