pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-Theano math/py-Theano: Import version 1.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55c3f8637219
branches:  trunk
changeset: 382504:55c3f8637219
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 06 03:36:58 2018 +0000

description:
math/py-Theano: Import version 1.0.2

Theano is a Python library that allows you to define, optimize, and evaluate
mathematical expressions involving multi-dimensional arrays efficiently

Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip and updated by me.

diffstat:

 math/py-Theano/ALTERNATIVES |     2 +
 math/py-Theano/DESCR        |     2 +
 math/py-Theano/Makefile     |    36 +
 math/py-Theano/PLIST        |  1149 +++++++++++++++++++++++++++++++++++++++++++
 math/py-Theano/distinfo     |     6 +
 5 files changed, 1195 insertions(+), 0 deletions(-)

diffs (truncated from 1215 to 300 lines):

diff -r eb333767491f -r 55c3f8637219 math/py-Theano/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-Theano/ALTERNATIVES       Fri Jul 06 03:36:58 2018 +0000
@@ -0,0 +1,2 @@
+bin/theano-cache @PREFIX@/bin/theano-cache@PYVERSSUFFIX@
+bin/theano-nose @PREFIX@/bin/theano-nose@PYVERSSUFFIX@
diff -r eb333767491f -r 55c3f8637219 math/py-Theano/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-Theano/DESCR      Fri Jul 06 03:36:58 2018 +0000
@@ -0,0 +1,2 @@
+Theano is a Python library that allows you to define, optimize, and evaluate
+mathematical expressions involving multi-dimensional arrays efficiently
diff -r eb333767491f -r 55c3f8637219 math/py-Theano/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-Theano/Makefile   Fri Jul 06 03:36:58 2018 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2018/07/06 03:36:58 minskim Exp $
+
+DISTNAME=      Theano-1.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Theano/}
+GITHUB_PROJECT=        Theano
+GITHUB_TAG=    rel-${PKGVERSION_NOREV}
+
+MAINTAINER=    jihbed.research%gmail.com@localhost
+HOMEPAGE=      http://deeplearning.net/software/theano/
+COMMENT=       Optimizing compiler for evaluating mathematical expressions
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy
+
+USE_TOOLS+=    bash
+USE_LANGUAGES= c c++
+
+PY_PATCHPLIST= yes
+
+do-test:
+       ${RUN} 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}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eb333767491f -r 55c3f8637219 math/py-Theano/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-Theano/PLIST      Fri Jul 06 03:36:58 2018 +0000
@@ -0,0 +1,1149 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/06 03:36:58 minskim Exp $
+bin/theano-cache${PYVERSSUFFIX}
+bin/theano-nose${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/bin/__init__.py
+${PYSITELIB}/bin/__init__.pyc
+${PYSITELIB}/bin/__init__.pyo
+${PYSITELIB}/bin/theano_cache.py
+${PYSITELIB}/bin/theano_cache.pyc
+${PYSITELIB}/bin/theano_cache.pyo
+${PYSITELIB}/bin/theano_nose.py
+${PYSITELIB}/bin/theano_nose.pyc
+${PYSITELIB}/bin/theano_nose.pyo
+${PYSITELIB}/theano/__init__.py
+${PYSITELIB}/theano/__init__.pyc
+${PYSITELIB}/theano/__init__.pyo
+${PYSITELIB}/theano/_version.py
+${PYSITELIB}/theano/_version.pyc
+${PYSITELIB}/theano/_version.pyo
+${PYSITELIB}/theano/compat/__init__.py
+${PYSITELIB}/theano/compat/__init__.pyc
+${PYSITELIB}/theano/compat/__init__.pyo
+${PYSITELIB}/theano/compile/__init__.py
+${PYSITELIB}/theano/compile/__init__.pyc
+${PYSITELIB}/theano/compile/__init__.pyo
+${PYSITELIB}/theano/compile/builders.py
+${PYSITELIB}/theano/compile/builders.pyc
+${PYSITELIB}/theano/compile/builders.pyo
+${PYSITELIB}/theano/compile/debugmode.py
+${PYSITELIB}/theano/compile/debugmode.pyc
+${PYSITELIB}/theano/compile/debugmode.pyo
+${PYSITELIB}/theano/compile/function.py
+${PYSITELIB}/theano/compile/function.pyc
+${PYSITELIB}/theano/compile/function.pyo
+${PYSITELIB}/theano/compile/function_module.py
+${PYSITELIB}/theano/compile/function_module.pyc
+${PYSITELIB}/theano/compile/function_module.pyo
+${PYSITELIB}/theano/compile/io.py
+${PYSITELIB}/theano/compile/io.pyc
+${PYSITELIB}/theano/compile/io.pyo
+${PYSITELIB}/theano/compile/mode.py
+${PYSITELIB}/theano/compile/mode.pyc
+${PYSITELIB}/theano/compile/mode.pyo
+${PYSITELIB}/theano/compile/monitormode.py
+${PYSITELIB}/theano/compile/monitormode.pyc
+${PYSITELIB}/theano/compile/monitormode.pyo
+${PYSITELIB}/theano/compile/nanguardmode.py
+${PYSITELIB}/theano/compile/nanguardmode.pyc
+${PYSITELIB}/theano/compile/nanguardmode.pyo
+${PYSITELIB}/theano/compile/ops.py
+${PYSITELIB}/theano/compile/ops.pyc
+${PYSITELIB}/theano/compile/ops.pyo
+${PYSITELIB}/theano/compile/pfunc.py
+${PYSITELIB}/theano/compile/pfunc.pyc
+${PYSITELIB}/theano/compile/pfunc.pyo
+${PYSITELIB}/theano/compile/profiling.py
+${PYSITELIB}/theano/compile/profiling.pyc
+${PYSITELIB}/theano/compile/profiling.pyo
+${PYSITELIB}/theano/compile/sandbox/__init__.py
+${PYSITELIB}/theano/compile/sandbox/__init__.pyc
+${PYSITELIB}/theano/compile/sandbox/__init__.pyo
+${PYSITELIB}/theano/compile/sharedvalue.py
+${PYSITELIB}/theano/compile/sharedvalue.pyc
+${PYSITELIB}/theano/compile/sharedvalue.pyo
+${PYSITELIB}/theano/compile/tests/__init__.py
+${PYSITELIB}/theano/compile/tests/__init__.pyc
+${PYSITELIB}/theano/compile/tests/__init__.pyo
+${PYSITELIB}/theano/compile/tests/test_builders.py
+${PYSITELIB}/theano/compile/tests/test_builders.pyc
+${PYSITELIB}/theano/compile/tests/test_builders.pyo
+${PYSITELIB}/theano/compile/tests/test_debugmode.py
+${PYSITELIB}/theano/compile/tests/test_debugmode.pyc
+${PYSITELIB}/theano/compile/tests/test_debugmode.pyo
+${PYSITELIB}/theano/compile/tests/test_function.py
+${PYSITELIB}/theano/compile/tests/test_function.pyc
+${PYSITELIB}/theano/compile/tests/test_function.pyo
+${PYSITELIB}/theano/compile/tests/test_function_module.py
+${PYSITELIB}/theano/compile/tests/test_function_module.pyc
+${PYSITELIB}/theano/compile/tests/test_function_module.pyo
+${PYSITELIB}/theano/compile/tests/test_function_name.py
+${PYSITELIB}/theano/compile/tests/test_function_name.pyc
+${PYSITELIB}/theano/compile/tests/test_function_name.pyo
+${PYSITELIB}/theano/compile/tests/test_misc.py
+${PYSITELIB}/theano/compile/tests/test_misc.pyc
+${PYSITELIB}/theano/compile/tests/test_misc.pyo
+${PYSITELIB}/theano/compile/tests/test_mode.py
+${PYSITELIB}/theano/compile/tests/test_mode.pyc
+${PYSITELIB}/theano/compile/tests/test_mode.pyo
+${PYSITELIB}/theano/compile/tests/test_modes.py
+${PYSITELIB}/theano/compile/tests/test_modes.pyc
+${PYSITELIB}/theano/compile/tests/test_modes.pyo
+${PYSITELIB}/theano/compile/tests/test_monitormode.py
+${PYSITELIB}/theano/compile/tests/test_monitormode.pyc
+${PYSITELIB}/theano/compile/tests/test_monitormode.pyo
+${PYSITELIB}/theano/compile/tests/test_nanguardmode.py
+${PYSITELIB}/theano/compile/tests/test_nanguardmode.pyc
+${PYSITELIB}/theano/compile/tests/test_nanguardmode.pyo
+${PYSITELIB}/theano/compile/tests/test_ops.py
+${PYSITELIB}/theano/compile/tests/test_ops.pyc
+${PYSITELIB}/theano/compile/tests/test_ops.pyo
+${PYSITELIB}/theano/compile/tests/test_pfunc.py
+${PYSITELIB}/theano/compile/tests/test_pfunc.pyc
+${PYSITELIB}/theano/compile/tests/test_pfunc.pyo
+${PYSITELIB}/theano/compile/tests/test_profiling.py
+${PYSITELIB}/theano/compile/tests/test_profiling.pyc
+${PYSITELIB}/theano/compile/tests/test_profiling.pyo
+${PYSITELIB}/theano/compile/tests/test_shared.py
+${PYSITELIB}/theano/compile/tests/test_shared.pyc
+${PYSITELIB}/theano/compile/tests/test_shared.pyo
+${PYSITELIB}/theano/configdefaults.py
+${PYSITELIB}/theano/configdefaults.pyc
+${PYSITELIB}/theano/configdefaults.pyo
+${PYSITELIB}/theano/configparser.py
+${PYSITELIB}/theano/configparser.pyc
+${PYSITELIB}/theano/configparser.pyo
+${PYSITELIB}/theano/d3viz/__init__.py
+${PYSITELIB}/theano/d3viz/__init__.pyc
+${PYSITELIB}/theano/d3viz/__init__.pyo
+${PYSITELIB}/theano/d3viz/css/d3-context-menu.css
+${PYSITELIB}/theano/d3viz/css/d3viz.css
+${PYSITELIB}/theano/d3viz/d3viz.py
+${PYSITELIB}/theano/d3viz/d3viz.pyc
+${PYSITELIB}/theano/d3viz/d3viz.pyo
+${PYSITELIB}/theano/d3viz/formatting.py
+${PYSITELIB}/theano/d3viz/formatting.pyc
+${PYSITELIB}/theano/d3viz/formatting.pyo
+${PYSITELIB}/theano/d3viz/html/template.html
+${PYSITELIB}/theano/d3viz/js/d3-context-menu.js
+${PYSITELIB}/theano/d3viz/js/d3.v3.min.js
+${PYSITELIB}/theano/d3viz/js/d3viz.js
+${PYSITELIB}/theano/d3viz/js/dagre-d3.min.js
+${PYSITELIB}/theano/d3viz/js/graphlib-dot.min.js
+${PYSITELIB}/theano/d3viz/tests/__init__.py
+${PYSITELIB}/theano/d3viz/tests/__init__.pyc
+${PYSITELIB}/theano/d3viz/tests/__init__.pyo
+${PYSITELIB}/theano/d3viz/tests/models.py
+${PYSITELIB}/theano/d3viz/tests/models.pyc
+${PYSITELIB}/theano/d3viz/tests/models.pyo
+${PYSITELIB}/theano/d3viz/tests/test_d3viz.py
+${PYSITELIB}/theano/d3viz/tests/test_d3viz.pyc
+${PYSITELIB}/theano/d3viz/tests/test_d3viz.pyo
+${PYSITELIB}/theano/d3viz/tests/test_formatting.py
+${PYSITELIB}/theano/d3viz/tests/test_formatting.pyc
+${PYSITELIB}/theano/d3viz/tests/test_formatting.pyo
+${PYSITELIB}/theano/gof/__init__.py
+${PYSITELIB}/theano/gof/__init__.pyc
+${PYSITELIB}/theano/gof/__init__.pyo
+${PYSITELIB}/theano/gof/c_code/lazylinker_c.c
+${PYSITELIB}/theano/gof/c_code/theano_mod_helper.h
+${PYSITELIB}/theano/gof/callcache.py
+${PYSITELIB}/theano/gof/callcache.pyc
+${PYSITELIB}/theano/gof/callcache.pyo
+${PYSITELIB}/theano/gof/cc.py
+${PYSITELIB}/theano/gof/cc.pyc
+${PYSITELIB}/theano/gof/cc.pyo
+${PYSITELIB}/theano/gof/cmodule.py
+${PYSITELIB}/theano/gof/cmodule.pyc
+${PYSITELIB}/theano/gof/cmodule.pyo
+${PYSITELIB}/theano/gof/compiledir.py
+${PYSITELIB}/theano/gof/compiledir.pyc
+${PYSITELIB}/theano/gof/compiledir.pyo
+${PYSITELIB}/theano/gof/compilelock.py
+${PYSITELIB}/theano/gof/compilelock.pyc
+${PYSITELIB}/theano/gof/compilelock.pyo
+${PYSITELIB}/theano/gof/cutils.py
+${PYSITELIB}/theano/gof/cutils.pyc
+${PYSITELIB}/theano/gof/cutils.pyo
+${PYSITELIB}/theano/gof/destroyhandler.py
+${PYSITELIB}/theano/gof/destroyhandler.pyc
+${PYSITELIB}/theano/gof/destroyhandler.pyo
+${PYSITELIB}/theano/gof/fg.py
+${PYSITELIB}/theano/gof/fg.pyc
+${PYSITELIB}/theano/gof/fg.pyo
+${PYSITELIB}/theano/gof/graph.py
+${PYSITELIB}/theano/gof/graph.pyc
+${PYSITELIB}/theano/gof/graph.pyo
+${PYSITELIB}/theano/gof/lazylinker_c.py
+${PYSITELIB}/theano/gof/lazylinker_c.pyc
+${PYSITELIB}/theano/gof/lazylinker_c.pyo
+${PYSITELIB}/theano/gof/link.py
+${PYSITELIB}/theano/gof/link.pyc
+${PYSITELIB}/theano/gof/link.pyo
+${PYSITELIB}/theano/gof/null_type.py
+${PYSITELIB}/theano/gof/null_type.pyc
+${PYSITELIB}/theano/gof/null_type.pyo
+${PYSITELIB}/theano/gof/op.py
+${PYSITELIB}/theano/gof/op.pyc
+${PYSITELIB}/theano/gof/op.pyo
+${PYSITELIB}/theano/gof/opt.py
+${PYSITELIB}/theano/gof/opt.pyc
+${PYSITELIB}/theano/gof/opt.pyo
+${PYSITELIB}/theano/gof/optdb.py
+${PYSITELIB}/theano/gof/optdb.pyc
+${PYSITELIB}/theano/gof/optdb.pyo
+${PYSITELIB}/theano/gof/params_type.py
+${PYSITELIB}/theano/gof/params_type.pyc
+${PYSITELIB}/theano/gof/params_type.pyo
+${PYSITELIB}/theano/gof/sched.py
+${PYSITELIB}/theano/gof/sched.pyc
+${PYSITELIB}/theano/gof/sched.pyo
+${PYSITELIB}/theano/gof/tests/__init__.py
+${PYSITELIB}/theano/gof/tests/__init__.pyc
+${PYSITELIB}/theano/gof/tests/__init__.pyo
+${PYSITELIB}/theano/gof/tests/c_code/test_cenum.h
+${PYSITELIB}/theano/gof/tests/c_code/test_quadratic_function.c
+${PYSITELIB}/theano/gof/tests/test_cc.py
+${PYSITELIB}/theano/gof/tests/test_cc.pyc
+${PYSITELIB}/theano/gof/tests/test_cc.pyo
+${PYSITELIB}/theano/gof/tests/test_cmodule.py
+${PYSITELIB}/theano/gof/tests/test_cmodule.pyc
+${PYSITELIB}/theano/gof/tests/test_cmodule.pyo
+${PYSITELIB}/theano/gof/tests/test_compiledir.py
+${PYSITELIB}/theano/gof/tests/test_compiledir.pyc
+${PYSITELIB}/theano/gof/tests/test_compiledir.pyo
+${PYSITELIB}/theano/gof/tests/test_compute_test_value.py
+${PYSITELIB}/theano/gof/tests/test_compute_test_value.pyc
+${PYSITELIB}/theano/gof/tests/test_compute_test_value.pyo
+${PYSITELIB}/theano/gof/tests/test_destroyhandler.py
+${PYSITELIB}/theano/gof/tests/test_destroyhandler.pyc
+${PYSITELIB}/theano/gof/tests/test_destroyhandler.pyo
+${PYSITELIB}/theano/gof/tests/test_fg.py
+${PYSITELIB}/theano/gof/tests/test_fg.pyc
+${PYSITELIB}/theano/gof/tests/test_fg.pyo
+${PYSITELIB}/theano/gof/tests/test_fg_old_crash.pkl
+${PYSITELIB}/theano/gof/tests/test_graph.py
+${PYSITELIB}/theano/gof/tests/test_graph.pyc
+${PYSITELIB}/theano/gof/tests/test_graph.pyo
+${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.py
+${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.pyc
+${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.pyo
+${PYSITELIB}/theano/gof/tests/test_lazy.py
+${PYSITELIB}/theano/gof/tests/test_lazy.pyc
+${PYSITELIB}/theano/gof/tests/test_lazy.pyo
+${PYSITELIB}/theano/gof/tests/test_link.py
+${PYSITELIB}/theano/gof/tests/test_link.pyc
+${PYSITELIB}/theano/gof/tests/test_link.pyo
+${PYSITELIB}/theano/gof/tests/test_op.py
+${PYSITELIB}/theano/gof/tests/test_op.pyc
+${PYSITELIB}/theano/gof/tests/test_op.pyo



Home | Main Index | Thread Index | Old Index