2015-02-23 21:24:31 +01:00
|
|
|
PORTNAME= cminpack
|
2017-03-02 16:42:39 +01:00
|
|
|
PORTVERSION= 1.3.6
|
2016-06-01 15:15:36 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2023-04-23 11:09:58 +02:00
|
|
|
PORTREVISION= 5
|
2015-02-23 21:24:31 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
|
2018-03-12 20:20:32 +01:00
|
|
|
MAINTAINER= fernape@FreeBSD.org
|
2015-02-23 21:24:31 +01:00
|
|
|
COMMENT= Solving nonlinear equations and nonlinear least squares problems
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://devernay.free.fr/hacks/cminpack/
|
2015-02-23 21:24:31 +01:00
|
|
|
|
2016-05-31 17:57:12 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
|
|
|
|
|
2019-05-31 18:47:10 +02:00
|
|
|
USES= blaslapack:openblas cmake localbase
|
2015-02-23 21:24:31 +01:00
|
|
|
|
2016-05-31 17:57:12 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= devernay
|
|
|
|
|
2019-05-31 18:47:10 +02:00
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
2019-05-29 18:51:46 +02:00
|
|
|
CMAKE_OFF= USE_BLAS
|
|
|
|
|
2015-02-23 21:24:31 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2016-06-01 15:15:36 +02:00
|
|
|
post-install-EXAMPLES-on:
|
2015-02-23 21:24:31 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "*.[ch] testdata" \
|
|
|
|
${STAGEDIR}${EXAMPLESDIR})
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|