grep: fix +pcre in 3.9 (#36169)

This commit is contained in:
Adam J. Stewart
2023-03-22 03:49:41 -05:00
committed by GitHub
parent e1a5228a16
commit 668fb7f5dd

View File

@@ -20,7 +20,8 @@ class Grep(AutotoolsPackage):
build_directory = "spack-build"
depends_on("pcre", when="+pcre")
depends_on("pcre2", when="@3.8:+pcre")
depends_on("pcre", when="@:3.7+pcre")
def configure_args(self):
args = []