FreeBSD Bugzilla – Attachment 169869 Details for
Bug 209190
math/openblas: fix poudriere builds by setting DYNAMIC_ARCH when BULK is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for math/openblas
openblas-0.2.18,1.diff (text/plain), 1003 bytes, created by
Joseph Mingrone
on 2016-05-01 23:29:39 UTC
(
hide
)
Description:
svn diff for math/openblas
Filename:
MIME Type:
Creator:
Joseph Mingrone
Created:
2016-05-01 23:29:39 UTC
Size:
1003 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 414428) >+++ Makefile (working copy) >@@ -40,7 +40,7 @@ > AVX_DESC= Support Advanced Vector Extensions (AVX) > AVX2_DESC= Support Advanced Vector Extensions 2 (AVX2) > >-.if defined(PACKAGE_BUILDING) >+.if defined(BATCH) || defined(PACKAGE_BUILDING) > OPTIONS_DEFAULT= DYNAMIC_ARCH > .endif > >@@ -76,11 +76,6 @@ > BUILDFLAGS_THREAD+= USE_OPENMP=1 > .endif > >-.if ${PORT_OPTIONS:MQUAD_PRECISION} >-BROKEN= QUAD_PRECISION is broken; please disable this option >-BUILDFLAGS+= QUAD_PRECISION=1 >-.endif >- > .if ! ${PORT_OPTIONS:MAVX} > BUILDFLAGS+= NO_AVX=1 > .endif >@@ -123,7 +118,7 @@ > -e 's+%%FIND%%+${FIND}+' \ > -e 's+%%XARGS%%+${XARGS}+' \ > -e 's+%%REINPLACE_CMD%%+${REINPLACE_CMD}+' \ >- -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ >+ -e 's+$${CROSS_SUFFIX}+${LOCALBASE}/bin/+' \ > ${WRKSRC}/Makefile.system > .if ${PORT_OPTIONS:MOPENMP} > ${REINPLACE_CMD} -e "s+OPENBLAS_NUM_THREADS+OMP_NUM_THREADS+g" \
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 209190
: 169869