Skip to content

Commit

Permalink
magix3d: added tetgen as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Jun 23, 2024
1 parent 9aa357f commit 1528469
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 @@ -42,6 +42,7 @@ class Magix3d(CMakePackage):
depends_on('glib', type=('build', 'link'))
depends_on('pcre', type=('build', 'link'))
depends_on('[email protected]+foundationclasses+dataexchange', type=('build', 'link'))
depends_on('[email protected]', when='+triton2')
depends_on('smooth3d +shared', type=('build', 'link'), when='+smooth3d')
depends_on('swig', type='build')
depends_on('mesquite')
Expand Down

0 comments on commit 1528469

Please sign in to comment.