diff options
author | George Hartzell <hartzell@alerce.com> | 2017-10-29 14:40:00 -0700 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-29 15:40:00 -0600 |
commit | e6bc45a04a676ab74df471e46c2c136dd1be107c (patch) | |
tree | b253bcc2e981d9496c139dfee2e6db64e999e97e /lib | |
parent | 957ded209a64b4d904e21b9a72a76c36d2eb8279 (diff) | |
download | spack-e6bc45a04a676ab74df471e46c2c136dd1be107c.tar.gz spack-e6bc45a04a676ab74df471e46c2c136dd1be107c.tar.bz2 spack-e6bc45a04a676ab74df471e46c2c136dd1be107c.tar.xz spack-e6bc45a04a676ab74df471e46c2c136dd1be107c.zip |
Add bowtie2@2.3.0, fix dependencies and sbangs (#5834)
* Add bowtie2@2.3.0, fix dependencies and sbangs
Add support for bowtie2@2.3.0
- digest
- a patch for 2.3.0 that parallels the existing package. Truth be
told it builds (for me) without this, but I'm assuming that they're
there for a reason...).
- tune up dependencies
- need tbb
- don't need readline or zlib
Several things were installed with sbang's that use `/usr/bin/env` to
fine perl or python. Fix the dependency and clean up the sbang lines.
* Fix python exe name, avoid path banging
I'd cut and pasted the python bit from the perl bit and missed one
reference to perl.
While I'm there, use the cleaner `spec['perl'].command` instead of
banging together the path from its bits.
* Fix up the "when" constraints on the dependencies
Get the edge cases right.
- 2.2.5 doesn't need tbb, 2.3.[01] do.
- 2.3.1 needs readline and zlib.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions