public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/
Date: Wed, 30 Dec 2020 22:52:36 +0000 (UTC)	[thread overview]
Message-ID: <1609368746.7653e736bbdbd6d7373e8015b0b79e1855032f83.mmokrejs@gentoo> (raw)

commit:     7653e736bbdbd6d7373e8015b0b79e1855032f83
Author:     Martin Mokrejs <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Wed Dec 30 22:52:06 2020 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Dec 30 22:52:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7653e736

sci-biology/bowtie: version bump

the sci-biology/sra_sdk is not complete in Gentoo so bowtie cannot
use this optional dependency (yet)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Martin Mokrejs <mmokrejs <AT> gmail.com>

 sci-biology/bowtie/{bowtie-2.4.1.ebuild => bowtie-2.4.2.ebuild} | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sci-biology/bowtie/bowtie-2.4.1.ebuild b/sci-biology/bowtie/bowtie-2.4.2.ebuild
similarity index 86%
rename from sci-biology/bowtie/bowtie-2.4.1.ebuild
rename to sci-biology/bowtie/bowtie-2.4.2.ebuild
index a4d6837ba..3cd8c2cdc 100644
--- a/sci-biology/bowtie/bowtie-2.4.1.ebuild
+++ b/sci-biology/bowtie/bowtie-2.4.2.ebuild
@@ -14,13 +14,15 @@ LICENSE="GPL-3"
 SLOT="2"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="examples cpu_flags_x86_sse2 +tbb"
+IUSE="examples cpu_flags_x86_sse2 +tbb" # sra
+# IUSE=sra Use sra-toolkit to download input datasets on the fly.
 
 RDEPEND="dev-lang/perl
 	tbb? ( dev-cpp/tbb )"
 DEPEND="${RDEPEND}
 	app-arch/unzip
 	sys-libs/readline"
+#	sra? ( sci-biology/sra_sdk )"
 
 S="${WORKDIR}/${PN}2-${PV}"
 
@@ -42,6 +44,7 @@ src_compile() {
 		EXTRA_FLAGS="${LDFLAGS}" \
 		RELEASE_FLAGS="${CXXFLAGS} -msse2" \
 		WITH_TBB="$(usex tbb 1 0)"
+		# USE_SRA="$(usex sra 1 0)"
 }
 
 src_install() {
@@ -58,3 +61,7 @@ src_install() {
 		doins -r example
 	fi
 }
+
+src_test(){
+	emake test
+}


             reply	other threads:[~2020-12-30 22:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30 22:52 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-17 10:37 [gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/ Andrew Ammerlaan
2021-03-16 18:15 Andrew Ammerlaan
2021-03-06 10:02 Andrew Ammerlaan
2020-02-28 23:07 Martin Mokrejs
2020-02-26  8:49 Martin Mokrejs
2019-03-25 11:21 Martin Mokrejs
2019-02-19 11:26 Martin Mokrejs
2019-02-19 11:24 Martin Mokrejs
2015-10-12  6:51 Marius Brehler
2015-10-12  6:51 Marius Brehler
2015-05-01 20:38 Martin Mokrejs
2015-04-27 11:01 Martin Mokrejs
2015-02-08 21:07 Christoph Junghans
2015-02-08 21:07 Christoph Junghans
2013-09-28 10:57 Justin Lecher
2013-09-27 15:05 Nicolas Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609368746.7653e736bbdbd6d7373e8015b0b79e1855032f83.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox