Skip to content

Commit

Permalink
Merge pull request #63 from LIHPC-Computational-Geometry/extern-gmsh
Browse files Browse the repository at this point in the history
Add dependency on gmsh
  • Loading branch information
mpoudot authored Oct 31, 2024
2 parents d97fd5e + f2a1dca commit 198f203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Magix3d(CMakePackage):
depends_on('lima')
depends_on('pkgconfig', type=('build'))
depends_on('nlohmann-json')
depends_on('gmsh@4.12: ~fltk+opencascade')

# depends_on('mdl-parser@1.5.2: +shared', type=('build', 'link'), when='+mdlparser')
# depends_on('dkoc', type=('build', 'link'), when='+dkoc')
Expand Down

0 comments on commit 198f203

Please sign in to comment.