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, 23 Jun 2016 15:45:56 +0000 (UTC)	[thread overview]
Message-ID: <1466696742.dcaef9198998b857285e72ea009b7df8d4a1c175.mmokrejs@gentoo> (raw)

commit:     dcaef9198998b857285e72ea009b7df8d4a1c175
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jun 23 15:45:42 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jun 23 15:45:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dcaef919

sci-biology/blasr: improved ebuild a bit, waiting for bug #586816 now

Package-Manager: portage-2.2.28

 sci-biology/blasr/blasr-9999.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/sci-biology/blasr/blasr-9999.ebuild b/sci-biology/blasr/blasr-9999.ebuild
index ca4ff28..e651b6e 100644
--- a/sci-biology/blasr/blasr-9999.ebuild
+++ b/sci-biology/blasr/blasr-9999.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-MY_HASH=885c33a
-
 inherit git-r3
 
 DESCRIPTION="The PacBio long read aligner"
@@ -16,13 +14,21 @@ EGIT_REPO_URI="https://github.com/PacificBiosciences/blasr.git"
 
 LICENSE="blasr"
 SLOT="0"
-IUSE=""
+IUSE="hdf5"
 KEYWORDS=""
 
-DEPEND="sci-libs/hdf5[cxx]"
+DEPEND="hdf5? ( >=sci-libs/hdf5-1.8.12[cxx] )" # needs H5Cpp.h
 RDEPEND=""
 
-S="${WORKDIR}/blasr-${MY_HASH}"
+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_install() {
 	dodir /usr/bin


             reply	other threads:[~2016-06-23 15:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 15:45 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
2019-01-17 12:38 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=1466696742.dcaef9198998b857285e72ea009b7df8d4a1c175.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