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/abyss/
Date: Tue, 11 Sep 2018 21:54:36 +0000 (UTC)	[thread overview]
Message-ID: <1536702858.e09e5ec884dd0210694529c19b81fab9c48a76bc.mmokrejs@gentoo> (raw)

commit:     e09e5ec884dd0210694529c19b81fab9c48a76bc
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Sep 11 21:54:18 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Sep 11 21:54:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e09e5ec8

sci-biology/abyss: version bump

An improved version with sealer using OpenMP+OpenMPI now.

https://github.com/bcgsc/abyss/releases/tag/2.1.1

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-biology/abyss/abyss-2.1.1.ebuild | 54 ++++++++++++++++++++++++++++++++++++
 sci-biology/abyss/metadata.xml       | 18 ++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/sci-biology/abyss/abyss-2.1.1.ebuild b/sci-biology/abyss/abyss-2.1.1.ebuild
new file mode 100644
index 000000000..ccce937c7
--- /dev/null
+++ b/sci-biology/abyss/abyss-2.1.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
+HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/"
+SRC_URI="https://github.com/bcgsc/abyss/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="abyss"
+SLOT="0"
+IUSE="+mpi openmp misc-haskell"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-cpp/sparsehash
+	dev-libs/boost:=
+	misc-haskell? (
+		dev-libs/gmp:0=
+		virtual/libffi:0=
+	)
+	mpi? ( sys-cluster/openmpi )"
+DEPEND="${RDEPEND}
+	misc-haskell? (
+		dev-lang/ghc
+	)"
+
+# todo: --enable-maxk=N configure option
+# todo: fix automagic mpi toggling
+
+pkg_pretend() {
+	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+	default
+	sed -i -e "s/-Werror//" configure.ac || die #365195
+	sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
+	eautoreconf
+}
+
+src_configure() {
+	# disable building haskell tool Misc/samtobreak
+	# unless request by user: bug #534412
+	use misc-haskell || export ac_cv_prog_ac_ct_GHC=
+
+	econf $(use_enable openmp)
+}

diff --git a/sci-biology/abyss/metadata.xml b/sci-biology/abyss/metadata.xml
new file mode 100644
index 000000000..47116e507
--- /dev/null
+++ b/sci-biology/abyss/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>sci-biology@gentoo.org</email>
+    <name>Gentoo Biology Project</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>haskell@gentoo.org</email>
+    <name>Gentoo Haskell</name>
+  </maintainer>
+  <use>
+    <flag name="misc-haskell">build abyss-samtobreak tool, pull in haskell toolchain</flag>
+  </use>
+  <upstream>
+    <remote-id type="github">bcgsc/abyss</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2018-09-11 21:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-11 21:54 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-22  7:23 [gentoo-commits] proj/sci:master commit in: sci-biology/abyss/ Martin Mokrejs
2021-04-01 20:11 Martin Mokrejs
2020-12-31 16:50 Aisha Tammy
2020-12-25 10:22 Horea Christian
2020-02-20 15:16 Martin Mokrejs
2019-09-28 13:06 Martin Mokrejs
2019-08-20 13:22 Martin Mokrejs
2019-08-15  7:51 Martin Mokrejs
2018-12-10 13:28 Martin Mokrejs
2018-12-06 11:00 Martin Mokrejs
2018-10-29 13:56 Martin Mokrejs
2016-04-13 10:47 Marius Brehler
2015-09-23 12:48 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=1536702858.e09e5ec884dd0210694529c19b81fab9c48a76bc.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