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/blasr/
Date: Thu, 17 Jan 2019 12:38:24 +0000 (UTC)	[thread overview]
Message-ID: <1547728697.f093654801e9bb7ad831c30a592f1da016ed9aca.mmokrejs@gentoo> (raw)

commit:     f093654801e9bb7ad831c30a592f1da016ed9aca
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jan 17 12:38:17 2019 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jan 17 12:38:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0936548

sci-biology/blasr: partial improvements of the ebuild

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>

 sci-biology/blasr/blasr-9999.ebuild | 30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 deletions(-)

diff --git a/sci-biology/blasr/blasr-9999.ebuild b/sci-biology/blasr/blasr-9999.ebuild
index 2b1716bdd..3fe868450 100644
--- a/sci-biology/blasr/blasr-9999.ebuild
+++ b/sci-biology/blasr/blasr-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,17 +16,31 @@ SLOT="0"
 IUSE="hdf5"
 KEYWORDS=""
 
-DEPEND="hdf5? ( >=sci-libs/hdf5-1.8.12[cxx] )" # needs H5Cpp.h
+CDEPEND="
+	dev-util/meson
+	dev-util/ninja
+	dev-util/cmake
+	dev-util/pkgconfig"
+# needs libblasr
+DEPEND="
+	sci-biology/pbbam
+	dev-libs/boost:=[threads]
+	hdf5? ( >=sci-libs/hdf5-1.8.12[cxx] )" # needs H5Cpp.h
 RDEPEND=""
 
 S="${WORKDIR}/blasr-9999"
 
-src_configure(){
-	if use hdf5; then \
-		python ./configure.py --shared --sub --no-pbbam HDF5_INCLUDE="${EPREFIX}"/usr/include HDF5_LIB="${EPREFIX}"/usr/lib64 || die
-	else
-		python ./configure.py --shared --sub --no-pbbam || die
-	fi
+#src_configure(){
+#	if use hdf5; then \
+#		python ./configure.py --shared --sub --no-pbbam HDF5_INCLUDE="${EPREFIX}"/usr/include HDF5_LIB="${EPREFIX}"/usr/lib64 || die
+#	else
+#		python ./configure.py --shared --sub --no-pbbam || die
+#	fi
+#}
+
+src_compile(){
+	bash scripts/ci/build.sh || die
+	# BUG: meson.build:54:0: ERROR:  Dependency "pbbam" not found, tried pkgconfig and cmake
 }
 
 src_install() {


             reply	other threads:[~2019-01-17 12:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 12:38 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-17 21:00 [gentoo-commits] proj/sci:master commit in: sci-biology/blasr/ Horea Christian
2022-01-25 15:34 Andrew Ammerlaan
2022-01-23 13:32 Andrew Ammerlaan
2021-08-31  9:45 Andrew Ammerlaan
2021-01-13 20:18 Andrew Ammerlaan
2016-06-23 15:45 Martin Mokrejs
2014-01-06 19:27 Justin Lecher
2012-03-22 20:44 Andrey Kislyuk

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=1547728697.f093654801e9bb7ad831c30a592f1da016ed9aca.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