aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-01 10:33:56 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-01 10:33:56 +0100
commit8620d366eb8c85bd1505b9642f2ce7d59c7bd1c3 (patch)
tree1076c645bce6077dcec7c1f1ca8d5974904d3ea3
parentsci-biology/Trinotate: version bump 3.2.1 (diff)
downloadsci-8620d366.tar.gz
sci-8620d366.tar.bz2
sci-8620d366.zip
sci-biology/aghermann: fix configure phase
still no keywords, because if fails to compile Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/aghermann/aghermann-1.1.2-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild b/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild
index c8c2b19fa..6c68b87e1 100644
--- a/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild
+++ b/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit multilib
+
DESCRIPTION="A sleep-research experiment manager, EDF viewer & Process S simulator"
HOMEPAGE="http://johnhommer.com/academic/code/aghermann"
SRC_URI="http://johnhommer.com/code/aghermann/source/${P}.tar.xz"
@@ -14,6 +16,7 @@ KEYWORDS=""
RDEPEND="dev-lang/lua:*
dev-libs/libconfig
media-libs/libsamplerate
+ sci-libs/itpp
sci-libs/fftw:3.0
sci-libs/gsl
sci-libs/itpp
@@ -25,5 +28,5 @@ DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_configure() {
- econf --bindir="${EPREFIX}"/usr/bin
+ ITPP_LIBS="/usr/$(get_libdir)/libitpp.so" ITPP_CFLAGS="/usr/include/itpp/" econf --bindir="${EPREFIX}"/usr/bin
}