rivet: fixes for gcc@10: (#25454)

This commit is contained in:
Valentin Volkl 2021-08-30 11:37:39 +02:00 committed by GitHub
parent 9be81ac4d9
commit 2f777d08a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ class Rivet(AutotoolsPackage):
depends_on('yoda@1.8.0', when='@3.1.0')
depends_on('yoda@1.8.2', when='@3.1.1')
depends_on('yoda@1.8.3', when='@3.1.2')
depends_on('yoda@1.8.5', when='@3.1.3')
depends_on('yoda@1.8.5:', when='@3.1.3:')
# The following versions were not a part of LCG stack
# and thus the exact version of YODA is unknown

View File

@ -69,7 +69,7 @@ class Yoda(AutotoolsPackage):
depends_on('py-cython@0.23.5:', type='build', when='@1.6.5:1.8.0')
depends_on('py-cython@0.24:', type='build', when='@1.8.0:')
depends_on('py-matplotlib', when='@1.3.0:', type=('build', 'run'))
depends_on('root', type=('build', 'run'), when='+root')
depends_on('root', type=('build', 'link', 'run'), when='+root')
patch('yoda-1.5.5.patch', level=0, when='@1.5.5')
patch('yoda-1.5.9.patch', level=0, when='@1.5.9')