FreeBSD Bugzilla – Attachment 204633 Details for
Bug 238154
math/cminpack: Change to a shared libary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cminpack.patch (text/plain), 1.04 KB, created by
Yuri Victorovich
on 2019-05-27 00:21:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2019-05-27 00:21:03 UTC
Size:
1.04 KB
patch
obsolete
>Index: math/cminpack/Makefile >=================================================================== >--- math/cminpack/Makefile (revision 502756) >+++ math/cminpack/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= cminpack > PORTVERSION= 1.3.6 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= fernape@FreeBSD.org >@@ -10,11 +11,13 @@ > > LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt > >-USES= cmake localbase >+USES= blaslapack:openblas cmake localbase > > USE_GITHUB= yes > GH_ACCOUNT= devernay > >+CMAKE_ON= BUILD_SHARED_LIBS >+ > OPTIONS_DEFINE= EXAMPLES > > post-install-EXAMPLES-on: >Index: math/cminpack/pkg-plist >=================================================================== >--- math/cminpack/pkg-plist (revision 502755) >+++ math/cminpack/pkg-plist (working copy) >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238154
: 204633