summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonleary-umass-edu <71396965+simonleary-umass-edu@users.noreply.github.com>2023-02-10 04:21:40 -0500
committerGitHub <noreply@github.com>2023-02-10 01:21:40 -0800
commit3d881dbad7635291059961871a8c5f2e79a521d7 (patch)
tree65779f288b53767c22ca90cb3b8c5efe2ba0595b
parentc818e36d79021466ef918610c7635af2c7d28701 (diff)
downloadspack-3d881dbad7635291059961871a8c5f2e79a521d7.tar.gz
spack-3d881dbad7635291059961871a8c5f2e79a521d7.tar.bz2
spack-3d881dbad7635291059961871a8c5f2e79a521d7.tar.xz
spack-3d881dbad7635291059961871a8c5f2e79a521d7.zip
meme add perl-xml-simple dependency (#35408)
Meme 4.5.0 has the first occurrence of the string ``` use XML::Simple ``` I found this by doing a binary search manually extracting tarballs until `grep` came up empty.
-rw-r--r--var/spack/repos/builtin/packages/meme/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/meme/package.py b/var/spack/repos/builtin/packages/meme/package.py
index 3545051b7d..1229847ee6 100644
--- a/var/spack/repos/builtin/packages/meme/package.py
+++ b/var/spack/repos/builtin/packages/meme/package.py
@@ -31,6 +31,7 @@ class Meme(AutotoolsPackage):
depends_on("mpi", when="+mpi")
depends_on("imagemagick", type=("build", "run"), when="+image-magick")
depends_on("perl-xml-parser", type=("build", "run"))
+ depends_on("perl-xml-simple", when="@4.5.0:")
depends_on("libxml2", type=("build", "run"))
depends_on("libxslt", type=("build", "run"))