Skip to content

Commit

Permalink
QtVtk 8.6.0 recipe.
Browse files Browse the repository at this point in the history
By default, all prints are made in soft rendering. 
Removed spack dependency on Xerces-C.
  • Loading branch information
CharlesPignerol authored Nov 22, 2024
1 parent c0425a2 commit 01d2348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshing/packages/qtvtk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ class Qtvtk(CMakePackage):
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
depends_on('vtkcontrib@4: +shared', type=('build', 'link'), when='+shared')
depends_on('vtkcontrib@4: ~shared', type=('build', 'link'), when='~shared')
depends_on('xerces-c', 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)')

version('8.6.0', sha256='95968e9fb03e6fe229efbbc70056a4e3184d4bb6879abdbeb7e84fc17695d869')
version('8.5.1', sha256='6a9ee744bde29ecdd157c23aff6036e614b03907dc05a6a3098fa1465e7360bc')
version('8.5.0', sha256='134ecd42a13e2409f3cbc9a634ec8d1ab0ed763cdb9c6c05a4ca72586af8b0b7')
version('8.4.1', sha256='8b5b0f74a27fd0664b4c94229d8488fb62fa34b2fd7a7367085215a2f850f786')
Expand Down

0 comments on commit 01d2348

Please sign in to comment.