Skip to content

Commit

Permalink
Add dependency on gmsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoudot committed Oct 31, 2024
1 parent d97fd5e commit f2a1dca
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 f2a1dca

Please sign in to comment.