FreeBSD Bugzilla – Attachment 226491 Details for
Bug 250646
science/py-tensorflow: Update to 1.15.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix installation of the pip package
Makefile.diff (text/plain), 812 bytes, created by
Anthony Donnelly
on 2021-07-15 20:51:14 UTC
(
hide
)
Description:
Fix installation of the pip package
Filename:
MIME Type:
Creator:
Anthony Donnelly
Created:
2021-07-15 20:51:14 UTC
Size:
812 bytes
patch
obsolete
>--- Makefile.orig 2021-07-15 21:47:23.703743385 +0100 >+++ Makefile 2021-07-15 21:47:51.353740423 +0100 >@@ -149,13 +149,7 @@ > > do-install: > @${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR} >- @${MKDIR} ${WRKDIR}/tmp >- @${UNZIP_NATIVE_CMD} -d ${WRKDIR}/tmp ${WRKDIR}/whl/${PORTNAME}-${PORTVERSION}-*.whl >- @${FIND} ${WRKDIR}/tmp -name "*.so*" | ${XARGS} ${STRIP_CMD} >- cd ${WRKDIR}/tmp && ${COPYTREE_SHARE} ${PORTNAME}-${PORTVERSION}.dist-info \ >- ${STAGEDIR}${PYTHON_SITELIBDIR} >- cd ${WRKDIR}/tmp/${PORTNAME}-${PORTVERSION}.data/purelib && \ >- ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR} >+ @${UNZIP_NATIVE_CMD} -d ${STAGEDIR}/${PYTHON_SITELIBDIR} ${WRKDIR}/whl/${PORTNAME}-${PORTVERSION}-*.whl > > post-install: # autoplist: thousands of files, all under ${PYTHON_SITELIBDIR} > @cd ${STAGEDIR}${PREFIX} && \
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 250646
:
219115
|
219800
|
226298
|
226299
|
226310
|
226324
| 226491 |
226539
|
226550