Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add libjpeg and libpng explicitely as dependency
  • Loading branch information
prudhomm committed Sep 11, 2024
1 parent e5aa74e commit 3e01e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,8 @@ 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", when="+fltk")
depends_on("blas", when="~eigen")
depends_on("lapack", when="~eigen")
depends_on("eigen@3:", when="+eigen+external")
Expand Down

0 comments on commit 3e01e08

Please sign in to comment.