Skip to content

Commit

Permalink
work on spack#46326
Browse files Browse the repository at this point in the history
up fix for missing dependencies in gmsh #3
  • Loading branch information
prudhomm committed Sep 14, 2024
1 parent ca46fec commit 8a4e72b
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 8a4e72b

Please sign in to comment.