summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-10-12 19:54:46 -0500
committerGitHub <noreply@github.com>2019-10-12 19:54:46 -0500
commit681c5bcceb464c43afbd19f8aef70e7eabe82949 (patch)
tree9f78373d8343c16558fb58110857550e0aa4e8ae /var
parent0a8be4e31132ffceaac3967f815e8b5f4f2f8d95 (diff)
downloadspack-681c5bcceb464c43afbd19f8aef70e7eabe82949.tar.gz
spack-681c5bcceb464c43afbd19f8aef70e7eabe82949.tar.bz2
spack-681c5bcceb464c43afbd19f8aef70e7eabe82949.tar.xz
spack-681c5bcceb464c43afbd19f8aef70e7eabe82949.zip
Add graphviz 2.42.2 (#13150)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/graphviz/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/graphviz/package.py b/var/spack/repos/builtin/packages/graphviz/package.py
index 78cf3e6db4..8e7a12e303 100644
--- a/var/spack/repos/builtin/packages/graphviz/package.py
+++ b/var/spack/repos/builtin/packages/graphviz/package.py
@@ -19,6 +19,8 @@ class Graphviz(AutotoolsPackage):
homepage = 'http://www.graphviz.org'
git = 'https://gitlab.com/graphviz/graphviz.git'
+ # This commit hash is tag='stable_release_2.42.2'
+ version('2.42.2', commit='da4c2ec6f24ca1b6d1752c6b5bc4389e55682147')
# This commit hash is tag='stable_release_2.40.1'
version('2.40.1', commit='67cd2e5121379a38e0801cc05cce5033f8a2a609')
@@ -92,7 +94,7 @@ class Graphviz(AutotoolsPackage):
depends_on('glib', when='+pangocairo')
depends_on('libpng', when='+pangocairo')
depends_on('pango', when='+pangocairo')
- depends_on('zlib', when='+pangocairo')
+ depends_on('zlib')
depends_on('qt@4', when='+qt')
depends_on('libx11', when="+x")