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 b04028a commit 2f0e7d0Copy full SHA for 2f0e7d0
meshing/packages/gmds/package.py
@@ -56,7 +56,8 @@ class Gmds(CMakePackage):
56
depends_on('eigen')
57
58
depends_on('kokkos', when='+kmds')
59
- depends_on('gts', when='+elg3d')
+ depends_on('glib')
60
+ depends_on('gts')
61
# necessary to find gts
62
depends_on('pkgconfig', type=('build'))
63
depends_on('exodusii', when='+elg3d')
0 commit comments