From 7242238a256e3986ba35071b1e85f9c4d1c43002 Mon Sep 17 00:00:00 2001 From: Ye Luo Date: Mon, 29 Jan 2024 03:41:52 -0600 Subject: [PATCH] quantum_espresso: relax constrait to allow +openmp ^elpa~openmp (#42322) --- var/spack/repos/builtin/packages/quantum-espresso/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/quantum-espresso/package.py b/var/spack/repos/builtin/packages/quantum-espresso/package.py index 7522227cff..55f7083e6c 100644 --- a/var/spack/repos/builtin/packages/quantum-espresso/package.py +++ b/var/spack/repos/builtin/packages/quantum-espresso/package.py @@ -130,7 +130,7 @@ class QuantumEspresso(CMakePackage, Package): # CMake builds only support elpa without openmp depends_on("elpa~openmp", when="build_system=cmake") with when("build_system=generic"): - depends_on("elpa+openmp", when="+openmp") + depends_on("elpa", when="+openmp") depends_on("elpa~openmp", when="~openmp") # Elpa is formally supported by @:5.4.0, but QE configure searches # for it in the wrong folders (or tries to download it within