Skip to content

Commit

Permalink
added guiltoolkitsvariables dependency in recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 10, 2023
1 parent 564b400 commit 0157d07
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Magix3d(CMakePackage):
version('2.2.6', sha256='9d39dd74a1b9360a5ca2790f2d9e8b17429f82833df2d633b57c866383873d05')
version('2.2.5')

depends_on('guitoolkitsvariables', type=('build'))
depends_on('tkutil')
depends_on('vtkcontrib@4: +shared', type=('build', 'link'))
depends_on('preferences@5: +shared', type=('build', 'link'))
Expand Down
1 change: 1 addition & 0 deletions meshing/packages/preferences/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Preferences(CMakePackage):

maintainers = ['meshing_team']

depends_on('guitoolkitsvariables', type=('build'))
depends_on('qtutil@5: +shared', type=('build', 'link'), when='+shared')
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
depends_on('tkutil')
Expand Down
1 change: 1 addition & 0 deletions meshing/packages/pythonutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Pythonutil(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/pythonutil.git'
maintainers = ['meshing_team']

depends_on('guitoolkitsvariables', type=('build'))
depends_on('tkutil')
depends_on('python', type=('build', 'link'))
# On a besoin de swig >= 3.0.0 :
Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qqualif/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Qqualif(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/qqualif.git'
maintainers = ['meshing_team']

# On a besoin de 5.0 <= tkutil :
depends_on('guitoolkitsvariables', type=('build'))
depends_on('qwtcharts@4: ~shared', type=('build', 'link'), when='~shared')
depends_on('qwtcharts@4: +shared', type=('build', 'link'), when='+shared')
depends_on('vtkcontrib@4: ~shared', type=('build', 'link'), when='~shared+vtk')
Expand Down
1 change: 1 addition & 0 deletions meshing/packages/qtpython/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Qtpython(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/qtpython.git'
maintainers = ['meshing_team']

depends_on('guitoolkitsvariables', type=('build'))
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
2 changes: 1 addition & 1 deletion meshing/packages/qtutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Qtutil(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/qtutil.git'
maintainers = ['meshing_team']

# On a besoin de 5.0 <= tkutil :
depends_on('guitoolkitsvariables', type=('build'))
depends_on('tkutil@5: +shared', type=('build', 'link'), when='+shared')
depends_on('tkutil@5: ~shared', type=('build', 'link'), when='~shared')
depends_on('qt@5.9:', type=('build', 'link'))
Expand Down
1 change: 1 addition & 0 deletions meshing/packages/qtvtk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Qtvtk(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/qtvtk.git'
maintainers = ['meshing_team']

depends_on('guitoolkitsvariables', type=('build'))
depends_on('qtutil@5: +shared', type=('build', 'link'), when='+shared')
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
depends_on('vtkcontrib@4: +shared', type=('build', 'link'), when='+shared')
Expand Down
5 changes: 2 additions & 3 deletions meshing/packages/qwtcharts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ class Qwtcharts(CMakePackage):
url = 'https://github.com/LIHPC-Computational-Geometry/qwtcharts/archive/refs/tags/5.2.1.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qwtcharts.git'
maintainers = ['meshing_team']
# On a besoin de 5.0 <= tkutil :

depends_on('guitoolkitsvariables', type=('build'))
depends_on('qtutil@5: +shared', type=('build', 'link'), when='+shared')
depends_on('qtutil@5: ~shared', type=('build', 'link'), when='~shared')
# depends_on('qt@5.9:', type=('build', 'link'))
depends_on('qwt@6.1:', type=('build', 'link'))

version('5.2.1', sha256='fda34002a9631f7afcdb7cc4baaca81d09cacb0cd05b10fe08af86f091eddad5')
Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/vtkcontrib/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Vtkcontrib(CMakePackage):
# On veut dans cette version un VTK 7.*
# depends_on('vtk@7.1:7.99~opengl2~python~xdmf+qt', type=('build', 'link'))
# depends_on('qt@5.9.1', type=('build', 'link'))
depends_on('guitoolkitsvariables', type=('build', 'link'))
depends_on('guitoolkitsvariables', type=('build'))
depends_on('vtk-maillage', type=('build', 'link'))
# depends_on('mpi', type=('build', 'link'))

Expand Down

0 comments on commit 0157d07

Please sign in to comment.