Skip to content

Commit 1528469

Browse files
committed
magix3d: added tetgen as a dependency
1 parent 9aa357f commit 1528469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshing/packages/magix3d/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class Magix3d(CMakePackage):
4242
depends_on('glib', type=('build', 'link'))
4343
depends_on('pcre', type=('build', 'link'))
4444
depends_on('[email protected]+foundationclasses+dataexchange', type=('build', 'link'))
45+
depends_on('[email protected]', when='+triton2')
4546
depends_on('smooth3d +shared', type=('build', 'link'), when='+smooth3d')
4647
depends_on('swig', type='build')
4748
depends_on('mesquite')

0 commit comments

Comments
 (0)