Skip to content

Commit f26d472

Browse files
authored
tophat conflicts with gcc@6: (#234)
* a patch exists: DaehwanKimLab/tophat#38 but might have unexpected side effects
1 parent afd886a commit f26d472

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

var/spack/repos/builtin/packages/tophat/package.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ class Tophat(AutotoolsPackage):
5050
depends_on('[email protected]:')
5151
depends_on('bowtie2', type='run')
5252

53+
# uses make_pair which changed signature with C++14
54+
# a patch exists: https://github.com/DaehwanKimLab/tophat/pull/38
55+
# but there might be unexpected side effects
56+
conflicts('%gcc@6:')
57+
5358
parallel = False
5459

5560
def configure_args(self):

0 commit comments

Comments
 (0)