Skip to content

Commit

Permalink
Update qualif recipe according to new version. Add vtk-maillage +qt d…
Browse files Browse the repository at this point in the history
…ependency for qtvtk (vtkcontrib brings vtk-maillage dep, qtvtk brings qt dep, but nothing brings vtk-maillage +qt dep).
  • Loading branch information
Charles PIGNEROL committed Nov 24, 2023
1 parent 5857b91 commit e5483fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meshing/packages/qtvtk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Qtvtk(CMakePackage):
depends_on('[email protected]', type=('build', 'link'))
depends_on('preferences', type=('build', 'link'))
depends_on('qt')
depends_on('vtk-maillage +qt', type=('build', 'link'))

variant('shared', default=True, description='Creation de bibliotheques dynamiques (defaut:shared, annuler le defaut par ~shared)')

Expand Down
1 change: 1 addition & 0 deletions meshing/packages/qualif/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Qualif(CMakePackage):
depends_on('cmake', type='build')
# On a besoin de 7.2 <= Lima :
depends_on('lima', type=('build', 'link'))
version('2.3.6', sha256='2c2993805248d218a56334c931af575bc0b0a89e0773f2211b9f88014bd2a135')
version('2.3.5', sha256='29a0135fc9d9348922d8513225b8e693b48c0dcb423c9d18cbff2278153c3794')
version('2.3.4')
version('2.3.2', sha256='c5049581fb01c240b6ea0662129d8a2ee9002901090e5be8805ed738ea1e34a7')
Expand Down

0 comments on commit e5483fd

Please sign in to comment.