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/salmon/
Date: Sun, 24 Jun 2018 14:01:30 +0000 (UTC)	[thread overview]
Message-ID: <1529848872.a1d0487c37ba900c1f239f5d73f7d429f018359d.mmokrejs@gentoo> (raw)

commit:     a1d0487c37ba900c1f239f5d73f7d429f018359d
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Jun 24 14:01:12 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Jun 24 14:01:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1d0487c

sci-biology/salmon: version bump, attempts to get boost picked up

cmake does not detect boost for me although the errors speak of pthread
and not boost. Older version could probably be dropped soon.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../salmon/{salmon-0.3.2.ebuild => salmon-0.10.2.ebuild}       |  4 +---
 sci-biology/salmon/salmon-0.3.2.ebuild                         |  2 +-
 sci-biology/salmon/salmon-0.4.2.ebuild                         |  2 +-
 sci-biology/salmon/salmon-0.5.0.ebuild                         |  2 +-
 sci-biology/salmon/salmon-9999.ebuild                          | 10 +++++-----
 5 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/sci-biology/salmon/salmon-0.3.2.ebuild b/sci-biology/salmon/salmon-0.10.2.ebuild
similarity index 85%
copy from sci-biology/salmon/salmon-0.3.2.ebuild
copy to sci-biology/salmon/salmon-0.10.2.ebuild
index 6f5be90fb..34a425403 100644
--- a/sci-biology/salmon/salmon-0.3.2.ebuild
+++ b/sci-biology/salmon/salmon-0.10.2.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}"/${P}-no-boost-static.patch )
-
 DEPEND="dev-libs/boost:0
 		dev-libs/jemalloc
 		dev-cpp/tbb"

diff --git a/sci-biology/salmon/salmon-0.3.2.ebuild b/sci-biology/salmon/salmon-0.3.2.ebuild
index 6f5be90fb..b9a50ebd1 100644
--- a/sci-biology/salmon/salmon-0.3.2.ebuild
+++ b/sci-biology/salmon/salmon-0.3.2.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

diff --git a/sci-biology/salmon/salmon-0.4.2.ebuild b/sci-biology/salmon/salmon-0.4.2.ebuild
index f88310f95..42ccf1e6c 100644
--- a/sci-biology/salmon/salmon-0.4.2.ebuild
+++ b/sci-biology/salmon/salmon-0.4.2.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

diff --git a/sci-biology/salmon/salmon-0.5.0.ebuild b/sci-biology/salmon/salmon-0.5.0.ebuild
index f88310f95..42ccf1e6c 100644
--- a/sci-biology/salmon/salmon-0.5.0.ebuild
+++ b/sci-biology/salmon/salmon-0.5.0.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

diff --git a/sci-biology/salmon/salmon-9999.ebuild b/sci-biology/salmon/salmon-9999.ebuild
index 4f48644c6..d370710b6 100644
--- a/sci-biology/salmon/salmon-9999.ebuild
+++ b/sci-biology/salmon/salmon-9999.ebuild
@@ -3,11 +3,10 @@
 
 EAPI=6
 
-inherit cmake-utils git-r3
+inherit multilib cmake-utils git-r3
 
 DESCRIPTION="Transcript-level quantification from RNA-seq reads using lightweight alignments"
 HOMEPAGE="https://github.com/COMBINE-lab/salmon"
-SRC_URI=""
 EGIT_REPO_URI="https://github.com/COMBINE-lab/salmon.git"
 
 LICENSE="GPL-3"
@@ -24,7 +23,7 @@ RDEPEND="${DEPEND}"
 # https://github.com/gabime/spdlog
 # https://github.com/efficient/libcuckoo
 # https://github.com/greg7mdp/sparsepp
-# https://github.com/COMBINE-lab/RapMap
+# https://github.com/COMBINE-lab/RapMap , actually runs curl to fetch it
 # https://github.com/Kingsford-Group/libgff
 # sci-libs/io_lib
 #
@@ -35,11 +34,12 @@ RDEPEND="${DEPEND}"
 
 src_configure(){
 	local mycmakeargs=(
-		"-DBOOST_ROOT=${EPREFIX}/usr"
+		"-DBOOST_INCLUDEDIR=${EPREFIX}/usr/include/"
+		"-DBOOST_LIBRARYDIR=${EPREFIX}/usr/$(get_libdir)/"
 		"-DTBB_INSTALL_DIR=${EPREFIX}/usr"
 		"-DCMAKE_INSTALL_PREFIX=${EPREFIX}/usr"
 	)
-	# BUG: the configure step run automatically curl download of 3rd-party stuff
+	# BUG: the configure step runs automatically curl download of 3rd-party stuff
 	# https://github.com/COMBINE-lab/salmon/issues/19
 	cmake-utils_src_configure
 }


             reply	other threads:[~2018-06-24 14:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-24 14:01 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-04-21 17:17 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=1529848872.a1d0487c37ba900c1f239f5d73f7d429f018359d.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