FreeBSD Bugzilla – Attachment 215168 Details for
Bug 246938
math/arpack-ng: allow to build arpack-ng with openblas
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff patch to allow math/arpack-ng to link against math/openblas
math_arpack-ng.diff (text/plain), 476 bytes, created by
Oleg Sidorkin
on 2020-06-02 14:56:45 UTC
(
hide
)
Description:
svn diff patch to allow math/arpack-ng to link against math/openblas
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2020-06-02 14:56:45 UTC
Size:
476 bytes
patch
obsolete
>Index: math/arpack-ng/Makefile >=================================================================== >--- math/arpack-ng/Makefile (revision 537526) >+++ math/arpack-ng/Makefile (working copy) >@@ -52,6 +52,10 @@ > LAPACK= -llapack > LIB_DEPENDS+= libblas.so:math/blas \ > liblapack.so:math/lapack >+.elif ${WITH_BLAS} == "openblas" >+BLAS= -lopenblas >+LAPACK= -lopenblas >+LIB_DEPENDS+= libopenblas.so:math/openblas > .else > IGNORE= unknown value of WITH_BLAS: ${WITH_BLAS} > .endif
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 246938
:
215166
|
215168
|
255827
Working