From 041fcbfa59385534fda480004d2097aa32aece95 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Sun, 2 Aug 2020 15:46:42 -0600 Subject: Gnuplot also depends on libsm with +wx. (#17575) --- var/spack/repos/builtin/packages/gnuplot/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/gnuplot/package.py b/var/spack/repos/builtin/packages/gnuplot/package.py index 59e527fcde..0f1689b6cf 100644 --- a/var/spack/repos/builtin/packages/gnuplot/package.py +++ b/var/spack/repos/builtin/packages/gnuplot/package.py @@ -63,6 +63,7 @@ class Gnuplot(AutotoolsPackage): depends_on('cairo@1.2:', when='+cairo') depends_on('wxwidgets', when='+wx') depends_on('pango@1.10:', when='+wx') + depends_on('libsm', when='+wx') depends_on('pango@1.10:', when='+cairo') depends_on('libx11', when='+X') depends_on('qt@5.7:+opengl', when='+qt') -- cgit v1.2.3-70-g09d2