Skip to content

Commit

Permalink
+blocking removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Apr 26, 2024
1 parent 5d35dfd commit 6f618cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Magix3d(CMakePackage):
depends_on('qtpython@4: +shared', type=('build', 'link'))
depends_on('qtvtk@7: +shared', type=('build', 'link'))
depends_on('cgns', type=('build', 'link'))
depends_on('gmds@1.2.1: +blocking +lima', type=('build', 'link'))
depends_on('gmds@1.2.1: +lima', type=('build', 'link'))
depends_on('gts', type=('build', 'link'))
depends_on('glib', type=('build', 'link'))
depends_on('pcre', type=('build', 'link'))
Expand Down

0 comments on commit 6f618cd

Please sign in to comment.