From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/salmon/
Date: Sat, 21 Apr 2018 17:17:27 +0000 (UTC) [thread overview]
Message-ID: <1524331032.5bcbca87122d15ab6ae31547021b65c872cef1c5.mmokrejs@gentoo> (raw)
commit: 5bcbca87122d15ab6ae31547021b65c872cef1c5
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Apr 21 17:17:12 2018 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Apr 21 17:17:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5bcbca87
sci-biology/salmon: document install procedure issues
The building procedure is still a mess.
https://github.com/COMBINE-lab/salmon/issues/19
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../{salmon-0.6.0.ebuild => salmon-0.9.1.ebuild} | 4 +--
sci-biology/salmon/salmon-9999.ebuild | 29 +++++++++++++++++++---
2 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/sci-biology/salmon/salmon-0.6.0.ebuild b/sci-biology/salmon/salmon-0.9.1.ebuild
similarity index 84%
rename from sci-biology/salmon/salmon-0.6.0.ebuild
rename to sci-biology/salmon/salmon-0.9.1.ebuild
index f88310f95..34a425403 100644
--- a/sci-biology/salmon/salmon-0.6.0.ebuild
+++ b/sci-biology/salmon/salmon-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,8 +14,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-PATCHES=( "${FILESDIR}"/${PN}-0.3.2-no-boost-static.patch )
-
DEPEND="dev-libs/boost:0
dev-libs/jemalloc
dev-cpp/tbb"
diff --git a/sci-biology/salmon/salmon-9999.ebuild b/sci-biology/salmon/salmon-9999.ebuild
index 4acc02e71..4f48644c6 100644
--- a/sci-biology/salmon/salmon-9999.ebuild
+++ b/sci-biology/salmon/salmon-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,12 +14,35 @@ LICENSE="GPL-3"
SLOT="0"
IUSE=""
-PATCHES=( "${FILESDIR}"/${PN}-0.3.2-no-boost-static.patch )
-
DEPEND="dev-libs/boost:0
dev-libs/jemalloc
dev-cpp/tbb"
RDEPEND="${DEPEND}"
+# https://github.com/COMBINE-lab/salmon/issues/19
+#
+# contains bundled copies of https://github.com/jemalloc/jemalloc
+# https://github.com/gabime/spdlog
+# https://github.com/efficient/libcuckoo
+# https://github.com/greg7mdp/sparsepp
+# https://github.com/COMBINE-lab/RapMap
+# https://github.com/Kingsford-Group/libgff
+# sci-libs/io_lib
+#
+# https://github.com/COMBINE-lab/salmon/issues/19#issuecomment-144721158
+# modified bwa copy
+#
+# and maybe more
+
+src_configure(){
+ local mycmakeargs=(
+ "-DBOOST_ROOT=${EPREFIX}/usr"
+ "-DTBB_INSTALL_DIR=${EPREFIX}/usr"
+ "-DCMAKE_INSTALL_PREFIX=${EPREFIX}/usr"
+ )
+ # BUG: the configure step run automatically curl download of 3rd-party stuff
+ # https://github.com/COMBINE-lab/salmon/issues/19
+ cmake-utils_src_configure
+}
src_install() {
cmake-utils_src_install
next reply other threads:[~2018-04-21 17:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-21 17:17 Martin Mokrejs [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-23 13:32 [gentoo-commits] proj/sci:master commit in: sci-biology/salmon/ Andrew Ammerlaan
2022-01-15 14:14 Andrew Ammerlaan
2021-08-31 9:45 Andrew Ammerlaan
2021-03-22 13:46 Andrew Ammerlaan
2021-01-26 21:10 Andrew Ammerlaan
2021-01-19 17:10 Andrew Ammerlaan
2021-01-19 15:45 Andrew Ammerlaan
2021-01-19 15:29 Andrew Ammerlaan
2021-01-06 9:42 Andrew Ammerlaan
2018-06-25 20:22 Martin Mokrejs
2018-06-24 16:30 Martin Mokrejs
2018-06-24 16:30 Martin Mokrejs
2018-06-24 14:01 Martin Mokrejs
2016-02-28 10:43 Justin Lecher
2015-08-20 23:29 Christoph Junghans
2015-06-05 11:20 Justin Lecher
2015-05-24 8:14 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=1524331032.5bcbca87122d15ab6ae31547021b65c872cef1c5.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