From c2e66109480fa38cf5045f05e28b23ff4f7aa08e Mon Sep 17 00:00:00 2001 From: h-denpo <57649496+h-denpo@users.noreply.github.com> Date: Fri, 30 Oct 2020 01:10:57 +0900 Subject: [PATCH] =?UTF-8?q?plplot:fix:=E3=80=80add:=20depends=5Fon('libsm'?= =?UTF-8?q?,=20type=3D'link')=20(#19594)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/spack/repos/builtin/packages/plplot/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/plplot/package.py b/var/spack/repos/builtin/packages/plplot/package.py index d0806069651..7a3bdd8240d 100644 --- a/var/spack/repos/builtin/packages/plplot/package.py +++ b/var/spack/repos/builtin/packages/plplot/package.py @@ -38,6 +38,7 @@ class Plplot(CMakePackage): depends_on('qt', when='+qt') depends_on('tcl', when='+tcl') depends_on('wxwidgets', when='+wx') + depends_on('libsm', type='link') depends_on('freetype') depends_on('gtkplus')