Skip to content

Commit

Permalink
gmds: gts and glib are now always a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 3, 2024
1 parent b04028a commit 2f0e7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshing/packages/gmds/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class Gmds(CMakePackage):
depends_on('eigen')

depends_on('kokkos', when='+kmds')
depends_on('gts', when='+elg3d')
depends_on('glib')
depends_on('gts')
# necessary to find gts
depends_on('pkgconfig', type=('build'))
depends_on('exodusii', when='+elg3d')
Expand Down

0 comments on commit 2f0e7d0

Please sign in to comment.