cube: add v4.6 and v4.5 (#23389)

This commit is contained in:
Michael Kuhn 2021-05-03 15:12:09 +02:00 committed by GitHub
parent d0e3c28f34
commit abd3e2bbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class Cube(AutotoolsPackage):
homepage = "http://www.scalasca.org/software/cube-4.x/download.html"
url = "http://apps.fz-juelich.de/scalasca/releases/cube/4.4/dist/cubegui-4.4.2.tar.gz"
version('4.6', sha256='1871c6736121d94a22314cb5daa8f3cbb978b58bfe54f677c4c9c9693757d0c5')
version('4.5', sha256='ffe84108adce0adf06dca80820d941b1a60a5580a8bacc8f7c1b6989c8ab1bfa')
version('4.4.4', sha256='9b7b96d5a64b558a9017cc3599bba93a42095534e018e3de9b1f80ab6d04cc34')
version('4.4.3', sha256='bf4b0f2ff68507ff82ba24eb4895aed961710dae16d783c222a12f152440cf36')
@ -31,7 +32,9 @@ class Cube(AutotoolsPackage):
patch('qt-version.patch', when='@4.3.0:4.3.999 +gui')
depends_on('cubelib', when='@4.4:')
depends_on('cubelib@4.6', when='@4.6')
depends_on('cubelib@4.5', when='@4.5')
depends_on('cubelib@4.4:4.4.99', when='@4.4')
depends_on('pkgconfig', type='build')
depends_on('dbus')