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/sailfish/
Date: Sat, 21 Apr 2018 16:22:09 +0000 (UTC)	[thread overview]
Message-ID: <1524327706.2e9f85acc8a4dfe99a06aeef66b0cc3eb4416799.mmokrejs@gentoo> (raw)

commit:     2e9f85acc8a4dfe99a06aeef66b0cc3eb4416799
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Apr 21 16:21:46 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Apr 21 16:21:46 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e9f85ac

sci-biology/sailfish: drop KEYWORDS, version bump

This package automatically downloads 3rd-party sources
instead of just compiling.

https://github.com/kingsfordgroup/sailfish/issues/80

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../{sailfish-0.9.2.ebuild => sailfish-0.10.0.ebuild} | 19 ++++++++++---------
 sci-biology/sailfish/sailfish-9999.ebuild             | 18 ++++++++++++++----
 2 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/sci-biology/sailfish/sailfish-0.9.2.ebuild b/sci-biology/sailfish/sailfish-0.10.0.ebuild
similarity index 64%
rename from sci-biology/sailfish/sailfish-0.9.2.ebuild
rename to sci-biology/sailfish/sailfish-0.10.0.ebuild
index d4953a2a5..9d618076d 100644
--- a/sci-biology/sailfish/sailfish-0.9.2.ebuild
+++ b/sci-biology/sailfish/sailfish-0.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils multilib
 
 DESCRIPTION="Rapid Mapping-based Isoform Quantification from RNA-Seq Reads"
 HOMEPAGE="http://www.cs.cmu.edu/~ckingsf/software/sailfish/"
@@ -11,27 +11,28 @@ SRC_URI="https://github.com/kingsfordgroup/${PN}/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS=""
 IUSE=""
 
 PATCHES=( "${FILESDIR}"/${P}-no-boost-static.patch )
 
 DEPEND="dev-libs/boost:0
 		dev-libs/jemalloc
-		dev-cpp/tbb"
+		dev-cpp/tbb
+		sci-biology/jellyfish:2"
 RDEPEND="${DEPEND}"
 # a C++-11 compliant compiler is needs, aka >=gcc-4.7
 
-# TODO: disable
-# [  7%] Performing download step (verify and extract) for 'libdivsufsort'
-#i
+# TODO: disable running wget/curl during src_compile
+# https://github.com/kingsfordgroup/sailfish/issues/80
 # contains bundled RapMap
-# contains bundled libdivsufsort-master
+# contains bundled libdivsufsort
 # contains bundled libgff
 # contains bundled jellyfish-2.2.3
-# contains bundled sparsehash-sparsehash-2.0.2
+# contains bundled sparsehash-2.0.2
 
 src_install() {
 	cmake-utils_src_install
 	rm -r "${ED}"/usr/tests || die
+	rm -f "${ED}"/usr/bin/jellyfish "${ED}"/usr/$(get_libdir)/libjellyfish || die
 }

diff --git a/sci-biology/sailfish/sailfish-9999.ebuild b/sci-biology/sailfish/sailfish-9999.ebuild
index 6c37b858e..f31f16197 100644
--- a/sci-biology/sailfish/sailfish-9999.ebuild
+++ b/sci-biology/sailfish/sailfish-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils git-r3
+inherit cmake-utils git-r3 multilib
 
 DESCRIPTION="Rapid Mapping-based Isoform Quantification from RNA-Seq Reads"
 HOMEPAGE="http://www.cs.cmu.edu/~ckingsf/software/sailfish/"
@@ -14,14 +14,24 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-no-boost-static.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.9.2-no-boost-static.patch )
 
 DEPEND="dev-libs/boost:0
 		dev-libs/jemalloc
-		dev-cpp/tbb"
+		dev-cpp/tbb
+		sci-biology/jellyfish:2"
 RDEPEND="${DEPEND}"
 
+# TODO: disable running wget/curl during src_compile
+# https://github.com/kingsfordgroup/sailfish/issues/80
+# contains bundled RapMap
+# contains bundled libdivsufsort-master
+# contains bundled libgff
+# contains bundled jellyfish-2.2.3
+# contains bundled sparsehash-2.0.2
+
 src_install() {
 	cmake-utils_src_install
 	rm -r "${ED}"/usr/tests || die
+	rm -f "${ED}"/usr/bin/jellyfish "${ED}"/usr/$(get_libdir)/libjellyfish || die
 }


             reply	other threads:[~2018-04-21 16:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-21 16:22 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-04  5:08 [gentoo-commits] proj/sci:master commit in: sci-biology/sailfish/ Andrew Ammerlaan
2021-01-30 15:15 Andrew Ammerlaan
2018-04-22  7:42 Martin Mokrejs
2018-04-21 16:27 Martin Mokrejs
2016-02-28 10:43 Justin Lecher

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=1524327706.2e9f85acc8a4dfe99a06aeef66b0cc3eb4416799.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