dftfe: update to use oneapi packages (#49430)
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
7604869198
commit
a65216f0a0
@ -54,7 +54,7 @@ def cmake_args(self):
|
||||
"-DSPGLIB_DIR={0}".format(spec["spglib"].prefix),
|
||||
]
|
||||
|
||||
if spec.satisfies("^intel-mkl"):
|
||||
if spec.satisfies("^[virtuals=scalapack] intel-oneapi-mkl"):
|
||||
args.append("-DWITH_INTEL_MKL=ON")
|
||||
else:
|
||||
args.append("-DWITH_INTEL_MKL=OFF")
|
||||
|
Loading…
Reference in New Issue
Block a user