aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-14 11:06:05 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-14 11:06:05 +0100
commitf4a2efc5cc14bdcde3643e259fc069af29818570 (patch)
treef6f186d37fc48a7ae37bc78025d6e01cbc8c4649 /sci-biology
parentpackage.mask: mask terra for removal (diff)
downloadsci-f4a2efc5cc14bdcde3643e259fc069af29818570.tar.gz
sci-f4a2efc5cc14bdcde3643e259fc069af29818570.tar.bz2
sci-f4a2efc5cc14bdcde3643e259fc069af29818570.zip
sci-biology/jellyfish: fix configure phase, add missing deps
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/jellyfish/jellyfish-2.3.0.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/sci-biology/jellyfish/jellyfish-2.3.0.ebuild b/sci-biology/jellyfish/jellyfish-2.3.0.ebuild
index 7a8176f75..e8e3c8fd0 100644
--- a/sci-biology/jellyfish/jellyfish-2.3.0.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.3.0.ebuild
@@ -3,8 +3,6 @@
EAPI=7
-inherit autotools
-
DESCRIPTION="k-mer counter within reads for assemblies"
HOMEPAGE="http://www.genome.umd.edu/jellyfish.html"
SRC_URI="https://github.com/gmarcais/Jellyfish/releases/download/v${PV}/${P}.tar.gz"
@@ -16,15 +14,13 @@ SLOT="2"
KEYWORDS="~amd64 ~x86"
IUSE="cpu_flags_x86_sse"
-DEPEND=""
+RDEPEND="
+ sci-biology/samtools:0
+ sci-libs/htslib
+"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-src_prepare(){
- eautoreconf
- default
-}
-
# TODO: enable compilation of Bindings to Ruby, Python and Perl
# '--enable-ruby-binding', '--enable-python-binding' or '--enable-perl-binding', '--enable-swig'
src_configure(){