From 67b0bfe334ba040deb7f17027b6b8043478bc784 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Mon, 23 Feb 2015 20:17:23 +0000 Subject: Uses blaslapack and pathfix. PR: ports/197293 Approved by: maintainer --- science/harminv/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'science/harminv/Makefile') diff --git a/science/harminv/Makefile b/science/harminv/Makefile index e4e8534e8c65..f60b5eea28d1 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://ab-initio.mit.edu/harminv/ MAINTAINER= devel@stasyan.com COMMENT= Solver of harmonic inversion -USES= fortran gmake libtool +USES= blaslapack fortran gmake libtool pathfix GNU_CONFIGURE= yes USE_GCC= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,12 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes -LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \ - libblas.so:${PORTSDIR}/math/blas \ - liblapack.so:${PORTSDIR}/math/lapack - -post-patch: - ${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \ - ${WRKSRC}/Makefile.in +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile .include -- cgit v1.2.3