Skip to content

Commit 75a296b

Browse files
committed
gmds: pkgconfig is always a dependency, magix3d: added nlohmann-json as a dependency
1 parent bdc976f commit 75a296b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

meshing/packages/gmds/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Gmds(CMakePackage):
5858
depends_on('kokkos', when='+kmds')
5959
depends_on('gts', when='+elg3d')
6060
# necessary to find gts
61-
depends_on('pkg-config', type='build', when='+elg3d')
61+
depends_on('pkgconfig', type=('build'))
6262
depends_on('exodusii', when='+elg3d')
6363

6464
depends_on('cgns', when='+cgns')

meshing/packages/magix3d/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ class Magix3d(CMakePackage):
5353
depends_on('doxygen')
5454
depends_on('lima')
5555
depends_on('pkgconfig', type=('build'))
56+
depends_on('nlohmann-json')
57+
5658
# depends_on('[email protected]: +shared', type=('build', 'link'), when='+mdlparser')
5759
# depends_on('dkoc', type=('build', 'link'), when='+dkoc')
5860
# depends_on('separatrice3d +shared', type=('build', 'link'), when='+sepa3d')

0 commit comments

Comments
 (0)