rivet: fixes for gcc@10: (#25454)
This commit is contained in:
parent
9be81ac4d9
commit
2f777d08a2
@ -98,7 +98,7 @@ class Rivet(AutotoolsPackage):
|
|||||||
depends_on('yoda@1.8.0', when='@3.1.0')
|
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.2', when='@3.1.1')
|
||||||
depends_on('yoda@1.8.3', when='@3.1.2')
|
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
|
# The following versions were not a part of LCG stack
|
||||||
# and thus the exact version of YODA is unknown
|
# and thus the exact version of YODA is unknown
|
||||||
|
@ -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.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-cython@0.24:', type='build', when='@1.8.0:')
|
||||||
depends_on('py-matplotlib', when='@1.3.0:', type=('build', 'run'))
|
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.5.patch', level=0, when='@1.5.5')
|
||||||
patch('yoda-1.5.9.patch', level=0, when='@1.5.9')
|
patch('yoda-1.5.9.patch', level=0, when='@1.5.9')
|
||||||
|
Loading…
Reference in New Issue
Block a user