phist can't be compiled with gcc older than 4.9.2 (#11677)
* phist can't be compiled with gcc older than 4.9.2
This commit is contained in:
parent
531114cd6c
commit
6bbc7e8d9b
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ class Phist(CMakePackage):
|
|||
# required a separate package
|
||||
conflicts('+fortran', when='@:1.6.99')
|
||||
|
||||
# older gcc's may produce incorrect SIMD code and fail
|
||||
# to compile some OpenMP statements
|
||||
conflicts('%gcc@:4.9.1')
|
||||
|
||||
def cmake_args(self):
|
||||
spec = self.spec
|
||||
|
||||
|
|
Loading…
Reference in a new issue