gmsh: remove gl2ps dependency (#25425)

This commit is contained in:
Jean-Paul Pelteret 2021-08-16 15:58:55 +02:00 committed by GitHub
parent f22f857ece
commit 3773185639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')