mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/cminpack: build as a shared library
This change makes math/openturns able to find cminpack. Also add dependency on openblas PR: 238154 Submitted by: yuri@
This commit is contained in:
parent
8ce887f37e
commit
900f13ee16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503180
2 changed files with 6 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= cminpack
|
||||
PORTVERSION= 1.3.6
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
|
@ -10,11 +11,12 @@ COMMENT= Solving nonlinear equations and nonlinear least squares problems
|
|||
|
||||
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
|
||||
|
||||
USES= cmake localbase
|
||||
USES= cblaslapack:openblas make localbase
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= devernay
|
||||
|
||||
+CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= USE_BLAS
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
include/cminpack-1/cminpack.h
|
||||
include/cminpack-1/minpack.h
|
||||
lib/libcminpack_s.a
|
||||
lib/libcminpack.so
|
||||
lib/libcminpack.so.1
|
||||
lib/libcminpack.so.1.3.6
|
||||
libdata/pkgconfig/cminpack.pc
|
||||
share/cmake/CMinpack/CMinpackConfig.cmake
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkdrv.c
|
||||
|
|
Loading…
Add table
Reference in a new issue