commit:     8620d366eb8c85bd1505b9642f2ce7d59c7bd1c3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb  1 09:33:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb  1 09:33:56 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8620d366

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 <AT> riseup.net>

 sci-biology/aghermann/aghermann-1.1.2-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
 }

Reply via email to