pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-Theano py-Theano: updated to 1.0.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfdad3417428
branches: trunk
changeset: 335227:bfdad3417428
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jun 15 18:01:47 2019 +0000
description:
py-Theano: updated to 1.0.4
Theano 1.0.4:
This is a maintenance release of Theano, version 1.0.4, with no new features, but some important bug fixes.
diffstat:
math/py-Theano/Makefile | 19 ++++++++++---------
math/py-Theano/PLIST | 3 ++-
math/py-Theano/distinfo | 10 +++++-----
3 files changed, 17 insertions(+), 15 deletions(-)
diffs (68 lines):
diff -r 64b4ff5c3bb6 -r bfdad3417428 math/py-Theano/Makefile
--- a/math/py-Theano/Makefile Sat Jun 15 17:54:22 2019 +0000
+++ b/math/py-Theano/Makefile Sat Jun 15 18:01:47 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/12/16 14:54:39 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/15 18:01:47 adam Exp $
-DISTNAME= Theano-1.0.3
+DISTNAME= Theano-1.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Theano/}
@@ -24,15 +24,16 @@
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= theano/misc/check_blas_many.sh
-do-test:
- ${RUN} cd ${WRKSRC}/theano/tests && \
- ${SETENV} ${TEST_ENV} ${PYTHONBIN} main.py
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scipy
+
+zz-do-test:
+ cd ${WRKSRC}/theano/tests && \
+ ${SETENV} ${TEST_ENV} ${PYTHONBIN} main.py
post-install:
-.for cmd in theano-cache theano-nose
- ${MV} ${DESTDIR}${PREFIX}/bin/${cmd} \
- ${DESTDIR}${PREFIX}/bin/${cmd}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} theano-cache theano-cache-${PYVERSSUFFIX} && \
+ ${MV} theano-nose theano-nose-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
diff -r 64b4ff5c3bb6 -r bfdad3417428 math/py-Theano/PLIST
--- a/math/py-Theano/PLIST Sat Jun 15 17:54:22 2019 +0000
+++ b/math/py-Theano/PLIST Sat Jun 15 18:01:47 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/12/16 14:54:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/06/15 18:01:47 adam Exp $
bin/theano-cache-${PYVERSSUFFIX}
bin/theano-nose-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -656,6 +656,7 @@
${PYSITELIB}/theano/scalar/basic_sympy.py
${PYSITELIB}/theano/scalar/basic_sympy.pyc
${PYSITELIB}/theano/scalar/basic_sympy.pyo
+${PYSITELIB}/theano/scalar/c_code/gamma.c
${PYSITELIB}/theano/scalar/sharedvar.py
${PYSITELIB}/theano/scalar/sharedvar.pyc
${PYSITELIB}/theano/scalar/sharedvar.pyo
diff -r 64b4ff5c3bb6 -r bfdad3417428 math/py-Theano/distinfo
--- a/math/py-Theano/distinfo Sat Jun 15 17:54:22 2019 +0000
+++ b/math/py-Theano/distinfo Sat Jun 15 18:01:47 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/12/16 14:54:39 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/06/15 18:01:47 adam Exp $
-SHA1 (Theano-1.0.3.tar.gz) = 213d2a5588dcd5166085e6a2a4f4167dd99fa499
-RMD160 (Theano-1.0.3.tar.gz) = 13beef29a656d6b314a9236f0f168527996d7ad2
-SHA512 (Theano-1.0.3.tar.gz) = e6cd0d4cbbeb654d3a289e9c2ed0cd1fedbfbe47d1a44a6e604104ad9fcfd01622bd8d0af622783c28d17fd31786b206f0456f8eeed332721eca66e7afba1f0b
-Size (Theano-1.0.3.tar.gz) = 2831862 bytes
+SHA1 (Theano-1.0.4.tar.gz) = 1e8f93bafe6800d87151319161a2874e42708dc4
+RMD160 (Theano-1.0.4.tar.gz) = 770fa169076b1da265e0b19c99ae17e9dd3ca96c
+SHA512 (Theano-1.0.4.tar.gz) = 3cc7f9dbb606c3c997c8651c34dd861721d5a8b99d06ed0887306d5a5ad0d7e402fbe29dcb5ad2f513b3bf75966e41a2854ebdf9a4fb212607345f84f367de8c
+Size (Theano-1.0.4.tar.gz) = 2840691 bytes
Home |
Main Index |
Thread Index |
Old Index