Skip to content

Commit c69bb24

Browse files
committed
Revert "Fix dependency name for opencascade in package.py"
This reverts commit 648ca4c.
1 parent 648ca4c commit c69bb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshing/packages/magix3d/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Magix3d(CMakePackage):
5151
depends_on('cgns', type=('build', 'link'))
5252
depends_on('gmds+lima+cgns', type=('build', 'link'))
5353
depends_on('gts', type=('build', 'link'))
54-
depends_on('opencascade@7.8.1+dataexchange', type=('build', 'link'))
54+
depends_on('opencascade@7.8.1+data_exchange', type=('build', 'link'))
5555
depends_on('tetgen@1.6.0', when='+triton2')
5656
depends_on('smooth3d +shared', type=('build', 'link'), when='+smooth3d')
5757
depends_on('swig', type='build')

0 commit comments

Comments
 (0)