From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66E9F138334 for ; Sun, 24 Jun 2018 16:30:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B8DAE088B; Sun, 24 Jun 2018 16:30:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D43DE088B for ; Sun, 24 Jun 2018 16:30:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 951FE335C8E for ; Sun, 24 Jun 2018 16:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF9930B for ; Sun, 24 Jun 2018 16:30:03 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1529857794.a2507a4b3b03f1f72898e2304baaa7b1780516fe.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/salmon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/salmon/salmon-0.10.2.ebuild sci-biology/salmon/salmon-9999.ebuild X-VCS-Directories: sci-biology/salmon/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: a2507a4b3b03f1f72898e2304baaa7b1780516fe X-VCS-Branch: master Date: Sun, 24 Jun 2018 16:30:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ccd4cd9-36f8-431f-a3c4-29e76f568649 X-Archives-Hash: 29790cfe222394ef20c645df917cb959 commit: a2507a4b3b03f1f72898e2304baaa7b1780516fe Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Sun Jun 24 16:29:54 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun Jun 24 16:29:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2507a4b sci-biology/salmon: bump version of required dev-cpp/tbb Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-biology/salmon/salmon-0.10.2.ebuild | 2 +- sci-biology/salmon/salmon-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/salmon/salmon-0.10.2.ebuild b/sci-biology/salmon/salmon-0.10.2.ebuild index 34a425403..f97a32f18 100644 --- a/sci-biology/salmon/salmon-0.10.2.ebuild +++ b/sci-biology/salmon/salmon-0.10.2.ebuild @@ -16,7 +16,7 @@ IUSE="" DEPEND="dev-libs/boost:0 dev-libs/jemalloc - dev-cpp/tbb" + >=dev-cpp/tbb-2018.20180312" RDEPEND="${DEPEND}" src_install() { diff --git a/sci-biology/salmon/salmon-9999.ebuild b/sci-biology/salmon/salmon-9999.ebuild index faf91aaa8..ab0f9c368 100644 --- a/sci-biology/salmon/salmon-9999.ebuild +++ b/sci-biology/salmon/salmon-9999.ebuild @@ -15,7 +15,7 @@ IUSE="" DEPEND="dev-libs/boost:0 dev-libs/jemalloc - dev-cpp/tbb" + >=dev-cpp/tbb-2018.20180312" RDEPEND="${DEPEND}" # https://github.com/COMBINE-lab/salmon/issues/19 # @@ -35,7 +35,7 @@ RDEPEND="${DEPEND}" # See https://github.com/COMBINE-lab/salmon/issues/236 for Cmake tweaks needed by Debian src_configure(){ local mycmakeargs=( - "-DBOOST_INCLUDEDIR=${EPREFIX}/usr/include/" + "-DBOOST_INCLUDEDIR=${EPREFIX}/usr/include/boost/" "-DBOOST_LIBRARYDIR=${EPREFIX}/usr/$(get_libdir)/" "-DTBB_INSTALL_DIR=${EPREFIX}/usr" "-DCMAKE_INSTALL_PREFIX=${EPREFIX}/usr"