1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

New port: Theano.

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

http://deeplearning.net/software/theano/
This commit is contained in:
Dmitry Sivachenko 2015-03-06 09:47:51 +00:00
parent 6d4dc8b63f
commit b195900052
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380579
4 changed files with 29 additions and 0 deletions

View File

@ -582,6 +582,7 @@
SUBDIR += py-svgmath
SUBDIR += py-symeig
SUBDIR += py-sympy
SUBDIR += py-theano
SUBDIR += py-ufl
SUBDIR += py-viper
SUBDIR += qalculate

21
math/py-theano/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= theano
PORTVERSION= 0.6.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR=source/T/Theano
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Theano-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Optimizing compiler for evaluating math expressions on CPUs and GPUs
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

2
math/py-theano/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Theano-0.6.0.tar.gz) = aaa75f9a9b7bf50f09ddcc01fb993cf47513179d0a7bee3d96bfeebd66e76083
SIZE (Theano-0.6.0.tar.gz) = 1763756

5
math/py-theano/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Theano is a Python library that allows you to define, optimize, and
efficiently evaluate mathematical expressions involving multi-dimensional
arrays. It is built on top of NumPy.
WWW: http://deeplearning.net/software/theano/