New version of Spack and new conflicts (#27384)
This commit is contained in:
parent
cc62689504
commit
ac8993ac38
@ -21,6 +21,7 @@ class Spack(Package):
|
||||
maintainers = ['haampie']
|
||||
|
||||
version('develop', branch='develop')
|
||||
version('0.17.0', sha256='93df99256a892ceefb153d48e2080c01d18e58e27773da2c2a469063d67cb582')
|
||||
version('0.16.3', sha256='26636a2e2cc066184f12651ac6949f978fc041990dba73934960a4c9c1ea383d')
|
||||
version('0.16.2', sha256='ed3e5d479732b0ba82489435b4e0f9088571604e789f7ab9bc5ce89030793350')
|
||||
version('0.16.1', sha256='8d893036b24d9ee0feee41ac33dd66e4fc68d392918f346f8a7a36a69c567567')
|
||||
@ -68,11 +69,15 @@ class Spack(Package):
|
||||
# See https://github.com/spack/spack/pull/24686
|
||||
# and #25595, #25726, #25853, #25923, #25924 upstream in python/cpython
|
||||
with when('@:0.16.2'):
|
||||
conflicts('python@3.10:')
|
||||
conflicts('python@3.9.6:3.9')
|
||||
conflicts('python@3.8.11:3.8')
|
||||
conflicts('python@3.7.11:3.7')
|
||||
conflicts('python@3.6.14:3.6')
|
||||
conflicts('^python@3.10:')
|
||||
conflicts('^python@3.9.6:3.9')
|
||||
conflicts('^python@3.8.11:3.8')
|
||||
conflicts('^python@3.7.11:3.7')
|
||||
conflicts('^python@3.6.14:3.6')
|
||||
|
||||
# https://bugs.python.org/issue45235#msg406121
|
||||
# To be fixed in 3.9.9, no other releases are affected
|
||||
conflicts('^python@3.9.8', when='@:0.17.0')
|
||||
|
||||
# Development tools
|
||||
with when('+development_tools'):
|
||||
|
Loading…
Reference in New Issue
Block a user