FreeBSD Bugzilla – Attachment 152652 Details for
Bug 197385
[MAINTAINER] math/openblas: Add Clang support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff
openblas.diff (text/plain), 1.50 KB, created by
Eijiro Shibusawa
on 2015-02-07 03:52:32 UTC
(
hide
)
Description:
diff
Filename:
MIME Type:
Creator:
Eijiro Shibusawa
Created:
2015-02-07 03:52:32 UTC
Size:
1.50 KB
patch
obsolete
>diff -uNr /usr/ports/math/openblas/./Makefile ./Makefile >--- /usr/ports/math/openblas/./Makefile 2015-02-02 00:35:15.000000000 +0900 >+++ ./Makefile 2015-02-07 12:30:18.000000000 +0900 >@@ -3,6 +3,7 @@ > > PORTNAME= openblas > PORTVERSION= 0.2.13 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ > NL:lapack_tmg >@@ -24,7 +25,6 @@ > TIMING_FILE= timing.tgz > > USES= fortran gmake perl5 >-USE_GCC= yes > USE_LDCONFIG= yes > USE_PERL5= build > >@@ -119,7 +119,7 @@ > -e 's+%%FIND%%+${FIND}+' \ > -e 's+%%XARGS%%+${XARGS}+' \ > -e 's+%%REINPLACE_CMD%%+${REINPLACE_CMD}+' \ >- -e 's+%%_GCC_RUNTIME%%+${_GCC_RUNTIME}+' \ >+ -e 's+%%_GCC_VER%%+${_GCC_VER}+' \ > -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ > ${WRKSRC}/Makefile.system > .if ${PORT_OPTIONS:MOPENMP} >diff -uNr /usr/ports/math/openblas/./files/patch-Makefile.system ./files/patch-Makefile.system >--- /usr/ports/math/openblas/./files/patch-Makefile.system 2014-02-23 10:06:16.000000000 +0900 >+++ ./files/patch-Makefile.system 2015-02-07 12:27:12.000000000 +0900 >@@ -1,12 +1,11 @@ > --- Makefile.system.orig 2013-07-26 02:34:45.000000000 +0900 > +++ Makefile.system 2013-07-27 01:22:51.000000000 +0900 >-@@ -142,6 +142,9 @@ >+@@ -142,6 +142,8 @@ > endif > > ifeq ($(OSNAME), FreeBSD) > +EXTRALIB += -lm >-+CCOMMON_OPT += -Wl,-rpath=%%_GCC_RUNTIME%% >-+FCOMMON_OPT += -Wl,-rpath=%%_GCC_RUNTIME%% >++FCOMMON_OPT += -Wl,-rpath=%%LOCALBASE%%/lib/gcc%%_GCC_VER%% > MD5SUM = md5 -r > 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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 197385
: 152652 |
152655