summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorBrian Van Essen <vanessen1@llnl.gov>2022-12-07 18:17:28 -0800
committerGitHub <noreply@github.com>2022-12-08 03:17:28 +0100
commitddc6e233c70273dd5dfd8dab31729eaf538693b8 (patch)
treebca88dd6c551314105a2c8af1a2d591aeb34532a /var
parent7ee4499f2b9b7248c6cb605fcd514e69c6b8be79 (diff)
downloadspack-ddc6e233c70273dd5dfd8dab31729eaf538693b8.tar.gz
spack-ddc6e233c70273dd5dfd8dab31729eaf538693b8.tar.bz2
spack-ddc6e233c70273dd5dfd8dab31729eaf538693b8.tar.xz
spack-ddc6e233c70273dd5dfd8dab31729eaf538693b8.zip
libxcrypt: building @:4.4.17 requires automake@1.14:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libxcrypt/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libxcrypt/package.py b/var/spack/repos/builtin/packages/libxcrypt/package.py
index d828288756..2e2ef94c65 100644
--- a/var/spack/repos/builtin/packages/libxcrypt/package.py
+++ b/var/spack/repos/builtin/packages/libxcrypt/package.py
@@ -48,6 +48,6 @@ class Libxcrypt(AutotoolsPackage):
with when("@:4.4.17"):
depends_on("autoconf", type="build")
- depends_on("automake", type="build")
+ depends_on("automake@1.14:", type="build")
depends_on("libtool", type="build")
depends_on("m4", type="build")