FreeBSD Bugzilla – Attachment 206391 Details for
Bug 239739
factor out hardcoding of "clangXYZ" in math/libpgmath
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to math/libpgmath/Makefile
math_libpgmath.diff (text/plain), 911 bytes, created by
Mark Linimon
on 2019-08-09 10:42:11 UTC
(
hide
)
Description:
patch to math/libpgmath/Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-08-09 10:42:11 UTC
Size:
911 bytes
patch
obsolete
>Index: math/libpgmath/Makefile >=================================================================== >--- math/libpgmath/Makefile (revision 507746) >+++ math/libpgmath/Makefile (working copy) >@@ -14,8 +14,11 @@ > > ONLY_FOR_ARCHS= amd64 > >-BUILD_DEPENDS= llvm60>=0:devel/llvm60 >-RUN_DEPENDS= llvm60>=0:devel/llvm60 >+# XXX MCL testing 20190808 >+#LLVM_VER= 60 >+LLVM_VER= 80 >+BUILD_DEPENDS= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} >+RUN_DEPENDS= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} > > USES= cmake > USE_LDCONFIG= yes >@@ -25,10 +28,10 @@ > GH_PROJECT= flang > GH_TAGNAME= 53e368b > >-CC= ${LOCALBASE}/llvm60/bin/clang >-CXX= ${LOCALBASE}/llvm60/bin/clang++ >+CC= ${LOCALBASE}/llvm${LLVM_VER}/bin/clang >+CXX= ${LOCALBASE}/llvm${LLVM_VER}/bin/clang++ > >-CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config60 >+CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_VER} > > WRKSRC_SUBDIR= runtime/libpgmath >
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 239739
: 206391