openblas@0.13.3 cannot be built with gcc<10.2 on power (#21711)
This commit is contained in:
parent
1a32aaa10e
commit
1dc161095a
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ class Openblas(MakefilePackage):
|
|||
# See https://github.com/spack/spack/issues/19932#issuecomment-733452619
|
||||
conflicts('%gcc@7.0.0:7.3.99,8.0.0:8.2.99', when='@0.3.11:')
|
||||
|
||||
# See https://github.com/xianyi/OpenBLAS/issues/3074
|
||||
conflicts('%gcc@:10.1.99', when='@0.3.13 target=ppc64le:')
|
||||
|
||||
# See https://github.com/spack/spack/issues/3036
|
||||
conflicts('%intel@16', when='@0.2.15:0.2.19')
|
||||
conflicts('+consistent_fpcsr', when='threads=none',
|
||||
|
|
Loading…
Reference in a new issue