quantum-espresso: improve concretization for intel libraries (#33312)

This commit is contained in:
Laura Bellentani 2022-11-07 16:47:07 +01:00 committed by GitHub
parent 96b8240ea6
commit 1dcb5d1fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ class QuantumEspresso(CMakePackage, Package):
depends_on("amdfftw+openmp", when="^amdfftw")
depends_on("openblas threads=openmp", when="^openblas")
depends_on("amdblis threads=openmp", when="^amdblis")
depends_on("intel-mkl threads=openmp", when="^intel-mkl")
# Add Cuda Fortran support
# depends on NVHPC compiler, not directly on CUDA toolkit