quantum-espresso: improve concretization for intel libraries (#33312)
This commit is contained in:
parent
96b8240ea6
commit
1dcb5d1fa7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user