From 37731856395699956093d02a6ff64bf7cbf0f969 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 16 Aug 2021 15:58:55 +0200 Subject: gmsh: remove gl2ps dependency (#25425) --- var/spack/repos/builtin/packages/gmsh/package.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/gmsh/package.py b/var/spack/repos/builtin/packages/gmsh/package.py index ea168d5091..f37dc87f00 100644 --- a/var/spack/repos/builtin/packages/gmsh/package.py +++ b/var/spack/repos/builtin/packages/gmsh/package.py @@ -89,7 +89,10 @@ class Gmsh(CMakePackage): depends_on('metis', when='+metis+external') depends_on('cgns', when='+cgns') # Gmsh's high quality vector PostScript, PDF and SVG output is produced by GL2PS. - depends_on('gl2ps') + # But Gmsh ships with its own version of this library, so it is not a + # dependency of this package. + # See https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/Graphics/gl2ps.h + # and https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/Graphics/gl2ps.cpp conflicts('+slepc', when='~petsc') conflicts('+oce', when='+opencascade') -- cgit v1.2.3-60-g2f50