Skip to content

Commit

Permalink
gmds: pkgconfig is always a dependency, magix3d: added nlohmann-json …
Browse files Browse the repository at this point in the history
…as a dependency
  • Loading branch information
nicolaslg committed Oct 3, 2024
1 parent bdc976f commit 75a296b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meshing/packages/gmds/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Gmds(CMakePackage):
depends_on('kokkos', when='+kmds')
depends_on('gts', when='+elg3d')
# necessary to find gts
depends_on('pkg-config', type='build', when='+elg3d')
depends_on('pkgconfig', type=('build'))
depends_on('exodusii', when='+elg3d')

depends_on('cgns', when='+cgns')
Expand Down
2 changes: 2 additions & 0 deletions meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class Magix3d(CMakePackage):
depends_on('doxygen')
depends_on('lima')
depends_on('pkgconfig', type=('build'))
depends_on('nlohmann-json')

# depends_on('[email protected]: +shared', type=('build', 'link'), when='+mdlparser')
# depends_on('dkoc', type=('build', 'link'), when='+dkoc')
# depends_on('separatrice3d +shared', type=('build', 'link'), when='+sepa3d')
Expand Down

0 comments on commit 75a296b

Please sign in to comment.