FreeBSD Bugzilla – Attachment 223263 Details for
Bug 254284
math/openblas: do not force GCC when OPENMP is selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not force USE_GCC
math_openblas.diff (text/plain), 960 bytes, created by
Thierry Thomas
on 2021-03-14 17:51:41 UTC
(
hide
)
Description:
Do not force USE_GCC
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2021-03-14 17:51:41 UTC
Size:
960 bytes
patch
obsolete
>Index: math/openblas/Makefile >=================================================================== >--- math/openblas/Makefile (revision 568191) >+++ math/openblas/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= openblas > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.13 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= math > MASTER_SITES= NL/lapack/timing/:lapack_tmg >@@ -17,7 +18,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= fortran gmake perl5 pkgconfig >+USES= compiler:c11 fortran gmake perl5 pkgconfig > > CONFLICTS_INSTALL= cblas lapacke > >@@ -88,20 +89,8 @@ > MANUAL_PACKAGE_BUILD= Optimizes for the build machine. > .endif > >-.if ${PORT_OPTIONS:MOPENMP} >-USES+= compiler:openmp >-.else >-USES+= compiler:c11 >-.endif >- > .include <bsd.port.pre.mk> > >-.if ${PORT_OPTIONS:MOPENMP} >-.if ${CHOSEN_COMPILER_TYPE} == gcc >-USE_GCC= yes >-.endif >-.endif >- > post-extract: > cd ${DISTDIR}/${DIST_SUBDIR} ; \ > ${CP} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC}
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 254284
: 223263