bowtie2 icon indicating copy to clipboard operation
bowtie2 copied to clipboard

Dropped -std=c++98 and improved portability

Open KeironO opened this issue 5 years ago • 0 comments

Was having issues running bowtie2 across multiple distributions, so just implemented the changes suggested in https://github.com/BenLangmead/bowtie2/issues/248.

Was able to build using the following distributions:

  • Ubuntu 19.04: clang 6.0, and gcc 8.3
  • Fedora 30: clang 8.0, and gcc 9.0
  • Debian 10: clang 6.0, and gcc 8.3

KeironO avatar Aug 29 '19 23:08 KeironO