FreeBSD Bugzilla – Attachment 220552 Details for
Bug 251842
math/eigen3 FULL option pulls in openblas which conflicts with ATLAS, please add BLAS selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
makefile patch
Makefile.patch (text/plain), 1.19 KB, created by
alt2600
on 2020-12-14 18:52:25 UTC
(
hide
)
Description:
makefile patch
Filename:
MIME Type:
Creator:
alt2600
Created:
2020-12-14 18:52:25 UTC
Size:
1.19 KB
patch
obsolete
>--- Makefile.old 2020-12-13 19:36:43.843710000 -0500 >+++ Makefile 2020-12-14 13:39:17.831125000 -0500 >@@ -19,11 +19,18 @@ > NO_ARCH= yes > > OPTIONS_DEFINE= FULL >-OPTIONS_DEFAULT=FULL >+OPTIONS_SINGLE= BLAS >+OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE >+OPTIONS_DEFAULT= OPENBLAS FULL > >+ATLAS_DESC= ATLAS blas implementation >+GOTOBLAS_DESC= GotoBLAS blas implementation >+OPENBLAS_DESC= OpenBLAS blas implementation >+REFERENCE_DESC= Reference blas implementation >+ > FULL_DESC= Add the support for math dependencies > FULL_CMAKE_ON= -DBLAS_DIR:PATH="${LOCALBASE}" >-FULL_USES= blaslapack:openblas gl pkgconfig >+FULL_USES= gl pkgconfig > FULL_USE= GL=gl glew glut > FULL_LIB_DEPENDS= libcholmod.so:math/suitesparse \ > libsuperlu.so:math/superlu \ >@@ -34,3 +41,16 @@ > libboost_thread.so:devel/boost-libs > > .include <bsd.port.mk> >+ >+.if ${PORT_OPTIONS:MFULL} >+ATLAS_USES= blaslapack:atlas >+ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" >+GOTOBLAS_USES= blaslapack:gotoblas >+GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto" >+OPENBLAS_USES= blaslapack:openblas >+OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Open" >+REFERENCE_USES= blaslapack >+REFERENCE_CMAKE_ON= -DBLA_VENDOR:STRING="Generic" >+.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 251842
: 220552 |
220553