FreeBSD Bugzilla – Attachment 143391 Details for
Bug 190642
science/py-scipy: Packaging fails with DOCS=off at 0.14.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Predicate PLIST_* on DOCS option
patch-science_py-scipy_Makefile.txt (text/plain), 964 bytes, created by
John W. O'Brien
on 2014-06-05 03:28:08 UTC
(
hide
)
Description:
Predicate PLIST_* on DOCS option
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2014-06-05 03:28:08 UTC
Size:
964 bytes
patch
obsolete
>Index: science/py-scipy/Makefile >=================================================================== >--- science/py-scipy/Makefile (revision 356419) >+++ science/py-scipy/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= scipy > PORTVERSION= 0.14.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ > SF:source >@@ -35,9 +36,6 @@ > ATLAS_DESC= Use optimized blas library > SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse > >-PLIST_FILES= %%PORTDOCS%%%%DOCSDIR%%/scipy-ref.pdf >-PLIST_DIRSTRY= %%PORTDOCS%%%%DOCSDIR%% >- > post-patch: > @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ > -e "s@malloc\.h@stdlib.h@" >@@ -44,6 +42,11 @@ > > .include <bsd.port.pre.mk> > >+.if ${PORT_OPTIONS:MDOCS} >+PLIST_FILES= %%DOCSDIR%%/scipy-ref.pdf >+PLIST_DIRSTRY= %%DOCSDIR%% >+.endif >+ > .if ${PORT_OPTIONS:MATLAS} > LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas > .if !exists(${LOCALBASE}/lib/libalapack.a)
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 190642
: 143391