Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 359382 Details for
Bug 485882
[science overlay] sci-biology/bowtie-2.1.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bowtie-2.1.0.ebuild
bowtie-2.1.0.ebuild (text/plain), 1.17 KB, created by
cel.gentoo
on 2013-09-24 18:17:18 UTC
(
hide
)
Description:
bowtie-2.1.0.ebuild
Filename:
MIME Type:
Creator:
cel.gentoo
Created:
2013-09-24 18:17:18 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils flag-o-matic > >DESCRIPTION="An ultrafast memory-efficient short read aligner" >HOMEPAGE="http://bowtie-bio.sourceforge.net/" >SRC_URI="mirror://sourceforge/bowtie-bio/${P}-source.zip" > >LICENSE="GPL-3" >SLOT="2" >IUSE="sse2 examples" >KEYWORDS="~amd64 ~x86" > >CDEPEND="dev-lang/perl" >DEPEND="${CDEPEND} \ > app-arch/unzip" >RDEPEND="${CDEPEND}" > >S="${WORKDIR}/${PN}2-${PV}" > >pkg_pretend() { > if ! use sse2 ; then > ebegin > eerror "bowtie2 requires sse2 support. Please make sure your system supports" > eerror "sse2 and enable the sse2 use flag." > eend > die > fi >} > >src_prepare() { > epatch "${FILESDIR}/${P}-buildsystem.patch" >} > >src_compile() { > use sse2 && append-cxxflags -msse2 > emake \ > CC="$(tc-getCC)" \ > CPP="$(tc-getCXX)" \ > EXTRA_FLAGS="${LDFLAGS}" \ > RELEASE_FLAGS="${CXXFLAGS}" >} > >src_install() { > dobin bowtie2 bowtie2-* > exeinto /usr/share/${PN}2/scripts > doexe scripts/* > > newman MANUAL bowtie2.1 > dodoc AUTHORS NEWS TUTORIAL > dohtml doc/manual.html doc/style.css > > if use examples; then > insinto /usr/share/${PN}2 > doins -r example > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 485882
:
359382
|
359384
|
359386