Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions var/spack/repos/builtin/packages/tophat/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class Tophat(AutotoolsPackage):
depends_on('boost@1.47:')
depends_on('bowtie2', type='run')

# uses make_pair which changed signature with C++14
# a patch exists: https://github.com/DaehwanKimLab/tophat/pull/38
# but there might be unexpected side effects
conflicts('%gcc@6:')

parallel = False

def configure_args(self):
Expand Down