FreeBSD Bugzilla – Attachment 183988 Details for
Bug 220418
math/R: Added BLAS libraries into .pc file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
R.patch (text/plain), 767 bytes, created by
Yuri Victorovich
on 2017-07-01 18:38:15 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-07-01 18:38:15 UTC
Size:
767 bytes
patch
obsolete
>Index: math/R/Makefile >=================================================================== >--- math/R/Makefile (revision 444830) >+++ math/R/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= R > PORTVERSION= 3.4.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math lang > MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} > >@@ -122,6 +122,12 @@ > post-patch: > @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure > >+post-install-RBLAS-on: >+ @${REINPLACE_CMD} -e "s| -lR| -lR -lRblas|" ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libR.pc >+ >+post-install-RBLAS-off: >+ @${REINPLACE_CMD} -e "s| -lR| -lR ${BLASLIB}|" ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libR.pc >+ > .include <bsd.port.pre.mk> > .include "compiler.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
Actions:
View
|
Diff
Attachments on
bug 220418
: 183988