diff options
-rw-r--r-- | var/spack/repos/builtin/packages/quantum-espresso/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/quantum-espresso/package.py b/var/spack/repos/builtin/packages/quantum-espresso/package.py index d445408211..c6b930dec8 100644 --- a/var/spack/repos/builtin/packages/quantum-espresso/package.py +++ b/var/spack/repos/builtin/packages/quantum-espresso/package.py @@ -581,8 +581,8 @@ class GenericBuilder(spack.build_systems.generic.GenericBuilder): zlib_libs = spec["zlib"].prefix.lib + " -lz" filter_file(zlib_libs, format(spec["zlib"].libs.ld_flags), make_inc) - # QE 6.6 and later has parallel builds fixed - if spec.satisfies("@:6.5"): + # QE 6.8 and later has parallel builds fixed + if spec.satisfies("@:6.7"): parallel_build_on = False else: parallel_build_on = True |