FreeBSD Bugzilla – Attachment 181942 Details for
Bug 218780
[CHANGE-REQUEST] science/py-scipy: Fix build failure with GCC 5.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
science/py-scipy
py-scipy.svndif (text/plain), 750 bytes, created by
Anonymized Account
on 2017-04-20 16:45:08 UTC
(
hide
)
Description:
science/py-scipy
Filename:
MIME Type:
Creator:
Anonymized Account
Created:
2017-04-20 16:45:08 UTC
Size:
750 bytes
patch
obsolete
>Index: science/py-scipy/Makefile >=================================================================== >--- science/py-scipy/Makefile (revision 438967) >+++ science/py-scipy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= scipy > PORTVERSION= 0.19.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ > CHEESESHOP:source \ >@@ -35,6 +35,8 @@ > > post-extract: > @${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR} >+ # Syntax error with GCC5. >+ ${REINPLACE_CMD} -e "s|) IF(| .AND. |" ${WRKSRC}/scipy/odr/odrpack/d_lpkbls.f > > # This line help fix the plist error because autoplist list it as a file but it is a directory > @cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp
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 218780
:
181939
|
181940
|
181941
| 181942