openblas@0.3.11 conflicts with gcc less than 8.3.0 (#19975)
This commit is contained in:
parent
cb22bcf6f1
commit
a2801a1384
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ class Openblas(MakefilePackage):
|
||||||
patch('openblas_fujitsu_v0.3.11.patch', when='@0.3.11: %fj')
|
patch('openblas_fujitsu_v0.3.11.patch', when='@0.3.11: %fj')
|
||||||
patch('openblas_fujitsu2.patch', when='@0.3.10: %fj')
|
patch('openblas_fujitsu2.patch', when='@0.3.10: %fj')
|
||||||
|
|
||||||
|
# See https://github.com/spack/spack/issues/19932
|
||||||
|
conflicts('%gcc@:8.2.99', when='@0.3.11:')
|
||||||
|
|
||||||
# See https://github.com/spack/spack/issues/3036
|
# See https://github.com/spack/spack/issues/3036
|
||||||
conflicts('%intel@16', when='@0.2.15:0.2.19')
|
conflicts('%intel@16', when='@0.2.15:0.2.19')
|
||||||
conflicts('+consistent_fpcsr', when='threads=none',
|
conflicts('+consistent_fpcsr', when='threads=none',
|
||||||
|
|
Loading…
Reference in a new issue