We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648ca4c commit c69bb24Copy full SHA for c69bb24
1 file changed
meshing/packages/magix3d/package.py
@@ -51,7 +51,7 @@ class Magix3d(CMakePackage):
51
depends_on('cgns', type=('build', 'link'))
52
depends_on('gmds+lima+cgns', type=('build', 'link'))
53
depends_on('gts', type=('build', 'link'))
54
- depends_on('opencascade@7.8.1+dataexchange', type=('build', 'link'))
+ depends_on('opencascade@7.8.1+data_exchange', type=('build', 'link'))
55
depends_on('tetgen@1.6.0', when='+triton2')
56
depends_on('smooth3d +shared', type=('build', 'link'), when='+smooth3d')
57
depends_on('swig', type='build')
0 commit comments