From 2f0e7d07732a70aacb7f351c835c3120fc662355 Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Thu, 3 Oct 2024 21:08:27 +0200 Subject: [PATCH] gmds: gts and glib are now always a dependency --- meshing/packages/gmds/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshing/packages/gmds/package.py b/meshing/packages/gmds/package.py index 6ae3e18..d7053b1 100644 --- a/meshing/packages/gmds/package.py +++ b/meshing/packages/gmds/package.py @@ -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')