Date: Sun, 4 Jan 2015 14:02:36 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376235 - head/science/mpb Message-ID: <201501041402.t04E2a4n051162@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Jan 4 14:02:35 2015 New Revision: 376235 URL: https://svnweb.freebsd.org/changeset/ports/376235 QAT: https://qat.redports.org/buildarchive/r376235/ Log: science/mpb: put option helpers at the correct place Submitted by: antoine via #bsdports Modified: head/science/mpb/Makefile Modified: head/science/mpb/Makefile ============================================================================== --- head/science/mpb/Makefile Sun Jan 4 13:55:52 2015 (r376234) +++ head/science/mpb/Makefile Sun Jan 4 14:02:35 2015 (r376235) @@ -28,6 +28,8 @@ MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MATLAS} @@ -39,8 +41,6 @@ LIB_DEPENDS+= libblas.so:${PORTSDIR}/mat CONFIGURE_ARGS+= --with-lapack=-llapack .endif -NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt - post-patch: @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \ ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501041402.t04E2a4n051162>