Skip to content

Commit 2f0e7d0

Browse files
committed
gmds: gts and glib are now always a dependency
1 parent b04028a commit 2f0e7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meshing/packages/gmds/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class Gmds(CMakePackage):
5656
depends_on('eigen')
5757

5858
depends_on('kokkos', when='+kmds')
59-
depends_on('gts', when='+elg3d')
59+
depends_on('glib')
60+
depends_on('gts')
6061
# necessary to find gts
6162
depends_on('pkgconfig', type=('build'))
6263
depends_on('exodusii', when='+elg3d')

0 commit comments

Comments
 (0)