We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af2281 commit c637189Copy full SHA for c637189
meshing/packages/vtkcontrib/package.py
@@ -20,7 +20,7 @@ class Vtkcontrib(CMakePackage):
20
# On veut dans cette version un VTK 7.*
21
# depends_on('[email protected]:7.99~opengl2~python~xdmf+qt', type=('build', 'link'))
22
# depends_on('[email protected]', type=('build', 'link'))
23
- depends_on('guitoolkitsvariables', type=('build'))
+ depends_on('guitoolkitsvariables', type=('build', 'link'))
24
depends_on('vtk-maillage', type=('build', 'link'))
25
# depends_on('mpi', type=('build', 'link'))
26
0 commit comments