Skip to content

Commit

Permalink
Try to fix spack failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPignerol authored Nov 20, 2024
1 parent 30ce4c3 commit 7d1d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshing/packages/qtpython/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Qtpython(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/qtpython.git'
maintainers = ['meshing_team']

depends_on('guitoolkitsvariables', type=('build'))
depends_on('guitoolkitsvariables', type=('build', 'link'))
depends_on('qtutil@5: +shared', type=('build', 'link'), when='+shared')
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
depends_on('pythonutil@5: +shared', type=('build', 'link'), when='+shared')
Expand Down

0 comments on commit 7d1d101

Please sign in to comment.