flecsi 2.1.0: requires gcc>=9 (#27195)
This commit is contained in:
parent
65b0588e80
commit
560abc9c14
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ class Flecsi(CMakePackage, CudaPackage):
|
|||
depends_on('mpich@3.4.1:', when='@2.0: ^mpich')
|
||||
depends_on('openmpi@4.1.0:', when='@2.0: ^openmpi')
|
||||
|
||||
conflicts('%gcc@:8', when='@2.1:')
|
||||
|
||||
conflicts('+tutorial', when='backend=hpx')
|
||||
# FleCSI@2: no longer supports serial or charmpp backends
|
||||
conflicts('backend=serial', when='@2.0:')
|
||||
|
|
Loading…
Reference in a new issue