pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-Theano
Module Name: pkgsrc
Committed By: adam
Date: Sat Jun 15 18:01:47 UTC 2019
Modified Files:
pkgsrc/math/py-Theano: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-Theano/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-Theano/PLIST \
pkgsrc/math/py-Theano/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-Theano/Makefile
diff -u pkgsrc/math/py-Theano/Makefile:1.3 pkgsrc/math/py-Theano/Makefile:1.4
--- pkgsrc/math/py-Theano/Makefile:1.3 Sun Dec 16 14:54:39 2018
+++ pkgsrc/math/py-Theano/Makefile Sat Jun 15 18:01:47 2019
@@ -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.old= .*/bin/bash
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"
Index: pkgsrc/math/py-Theano/PLIST
diff -u pkgsrc/math/py-Theano/PLIST:1.2 pkgsrc/math/py-Theano/PLIST:1.3
--- pkgsrc/math/py-Theano/PLIST:1.2 Sun Dec 16 14:54:39 2018
+++ pkgsrc/math/py-Theano/PLIST Sat Jun 15 18:01:47 2019
@@ -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_scipy.p
${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
Index: pkgsrc/math/py-Theano/distinfo
diff -u pkgsrc/math/py-Theano/distinfo:1.2 pkgsrc/math/py-Theano/distinfo:1.3
--- pkgsrc/math/py-Theano/distinfo:1.2 Sun Dec 16 14:54:39 2018
+++ pkgsrc/math/py-Theano/distinfo Sat Jun 15 18:01:47 2019
@@ -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