FreeBSD Bugzilla – Attachment 214032 Details for
Bug 246125
math/blis: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
blis.patch (text/plain), 964 bytes, created by
Piotr Kubaj
on 2020-05-02 15:12:34 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-05-02 15:12:34 UTC
Size:
964 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 533538) >+++ Makefile (working copy) >@@ -11,9 +11,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LLVM_VER= 90 >-BUILD_DEPENDS= bash:shells/bash \ >- llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} >+BUILD_DEPENDS= bash:shells/bash > > OPTIONS_DEFINE= PARA CBLAS > PARA_DESC= use pthread parallelization >@@ -24,7 +22,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= flame > >-USES= gmake python shebangfix >+USES= compiler gmake python shebangfix > USE_LDCONFIG= yes > SHEBANG_FILES= build/flatten-headers.py > >@@ -57,7 +55,15 @@ > PLIST_SUB+= ARCH="generic" > .endif > >+.include <bsd.port.pre.mk> >+ >+.if ${CHOSEN_COMPILER_TYPE} == gcc >+USE_GCC= yes >+.else >+LLVM_VER= 90 >+BUILD_DEPENDS+= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} > CC= ${LOCALBASE}/bin/clang${LLVM_VER} > CXX= ${LOCALBASE}/bin/clang++${LLVM_VER} >+.endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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
Flags:
pkubaj
:
maintainer-approval?
(
jmd
)
Actions:
View
|
Diff
Attachments on
bug 246125
: 214032