PKGBUILD for 1.1.1:
http://pastebin.com/CUNi5u9s
Search Criteria
Package Details: bowtie 1.1.1-1
Package Actions
| Package Base: | bowtie |
|---|---|
| Description: | Bowtie is an alignment tool for short nucleotide sequences against long templates |
| Upstream URL: | http://bowtie-bio.sf.net |
| Category: | science |
| Licenses: | |
| Submitter: | Athemis |
| Maintainer: | Athemis |
| Last Packager: | Athemis |
| Votes: | 5 |
| First Submitted: | 2011-12-20 15:12 |
| Last Updated: | 2015-01-16 15:48 |
Dependencies (0)
Required by (1)
Sources
- http://downloads.sourceforge.net/bowtie-bio/bowtie-1.1.1-src.zip
- makefile_uname.patch
Latest Comments
Comment by sauliusl
Comment by vejnar
Updated for 1.1.1
http://pastebin.com/M2ptymtb
Comment by balwierz
version 1.1.1 is out
Comment by wookietreiber
Please also add the scipts directory to $pkgdir/usr/bin!
Comment by Athemis
Thanks! It's sufficient to just use 'uname -m' instead. I added a patch in the updated package.
Anonymous comment
Makefile uses uname -p to look for x86_64 architecture on line 110, but that and the -i flag kinda got dropped:
https://bbs.archlinux.org/viewtopic.php?id=141548
I changed line 110 to the following, which works for me:
ifneq (0, $(shell grep flags /proc/cpuinfo | grep lm -c))
Hope this is the right place to put this.
Comment by Athemis
Now correctly builds with gcc-4.7
Comment by Athemis
Updated
Comment by qifei9
0.12.8 release - 5/6/12