freebsd-ports/math/cminpack/Makefile
Yuri Victorovich 58c12b88a4 math/cminpack: Fix build by adding USES=localbase
It couldn't find cblas.h on my system without this.

Approved by:	portmgr (fix build on some systems)
2019-05-27 00:10:59 +00:00

25 lines
512 B
Makefile

# $FreeBSD$
PORTNAME= cminpack
PORTVERSION= 1.3.6
DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= fernape@FreeBSD.org
COMMENT= Solving nonlinear equations and nonlinear least squares problems
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
USES= cmake localbase
USE_GITHUB= yes
GH_ACCOUNT= devernay
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "*.[ch] testdata" \
${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>