spades: fix build (#7608)
Version 3.11 works with gcc7 see: https://github.com/ablab/spades/issues/26
This commit is contained in:
parent
d88f0b8e6d
commit
0d07be278a
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ class Spades(CMakePackage):
|
|||
depends_on('zlib')
|
||||
depends_on('bzip2')
|
||||
|
||||
conflicts('%gcc@7.1.0:')
|
||||
conflicts('%gcc@7.1.0:', when='@:3.10.1')
|
||||
|
||||
root_cmakelists_dir = 'src'
|
||||
|
|
Loading…
Reference in a new issue