FreeBSD Bugzilla – Attachment 199596 Details for
Bug 233555
science/py-scikit-learn: Update to 0.20.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-scikit-learn.patch (text/plain), 1.42 KB, created by
Yuri Victorovich
on 2018-11-27 07:33:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2018-11-27 07:33:37 UTC
Size:
1.42 KB
patch
obsolete
>Index: science/py-scikit-learn/Makefile >=================================================================== >--- science/py-scikit-learn/Makefile (revision 485984) >+++ science/py-scikit-learn/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= scikit-learn >-PORTVERSION= 0.19.2 >+DISTVERSION= 0.20.1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,6 +15,7 @@ > > BUILD_DEPENDS= ${PYNUMPY} \ > ${PYTHON_SITELIBDIR}/scipy/version.py:science/py-scipy@${PY_FLAVOR} >+LIB_DEPENDS= libcblas.so:math/cblas > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= fortran python >@@ -22,4 +23,9 @@ > > LDFLAGS+= -shared > >+POST_PLIST= fix-plist >+ >+fix-plist: # https://github.com/scikit-learn/scikit-learn/issues/12681 >+ @${REINPLACE_CMD} -e "s|lib/python.*/sklearn/datasets/tests/data/openml$$||" ${TMPPLIST} >+ > .include <bsd.port.mk> >Index: science/py-scikit-learn/distinfo >=================================================================== >--- science/py-scikit-learn/distinfo (revision 485984) >+++ science/py-scikit-learn/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1532897643 >-SHA256 (scikit-learn-0.19.2.tar.gz) = b276739a5f863ccacb61999a3067d0895ee291c95502929b2ae56ea1f882e888 >-SIZE (scikit-learn-0.19.2.tar.gz) = 9680746 >+TIMESTAMP = 1543300710 >+SHA256 (scikit-learn-0.20.1.tar.gz) = fa1869c18fef812e321b9ed875519daefb3a7ea016ba1392526d231a7994e81c >+SIZE (scikit-learn-0.20.1.tar.gz) = 9718330
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 233555
:
199595
| 199596