Skip to content

Commit

Permalink
gsmsh: add missing png, jpeg and zlib deps (spack#46395)
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Sep 22, 2024
1 parent 61c07be commit f247458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/gmsh/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class Gmsh(CMakePackage):

# https://gmsh.info/doc/texinfo/gmsh.html#Compiling-the-source-code
# We make changes to the GMSH default, such as external blas.
depends_on("libpng", when="+fltk")
depends_on("libjpeg-turbo", when="+fltk")
depends_on("zlib-api")
depends_on("blas", when="~eigen")
depends_on("lapack", when="~eigen")
depends_on("eigen@3:", when="+eigen+external")
Expand Down

0 comments on commit f247458

Please sign in to comment.