Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2015 09:47:52 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380579 - in head/math: . py-theano
Message-ID:  <201503060947.t269lqXr038003@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Fri Mar  6 09:47:51 2015
New Revision: 380579
URL: https://svnweb.freebsd.org/changeset/ports/380579
QAT: https://qat.redports.org/buildarchive/r380579/

Log:
  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/

Added:
  head/math/py-theano/
  head/math/py-theano/Makefile   (contents, props changed)
  head/math/py-theano/distinfo   (contents, props changed)
  head/math/py-theano/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Mar  6 09:07:00 2015	(r380578)
+++ head/math/Makefile	Fri Mar  6 09:47:51 2015	(r380579)
@@ -582,6 +582,7 @@
     SUBDIR += py-svgmath
     SUBDIR += py-symeig
     SUBDIR += py-sympy
+    SUBDIR += py-theano
     SUBDIR += py-ufl
     SUBDIR += py-viper
     SUBDIR += qalculate

Added: head/math/py-theano/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-theano/Makefile	Fri Mar  6 09:47:51 2015	(r380579)
@@ -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>

Added: head/math/py-theano/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-theano/distinfo	Fri Mar  6 09:47:51 2015	(r380579)
@@ -0,0 +1,2 @@
+SHA256 (Theano-0.6.0.tar.gz) = aaa75f9a9b7bf50f09ddcc01fb993cf47513179d0a7bee3d96bfeebd66e76083
+SIZE (Theano-0.6.0.tar.gz) = 1763756

Added: head/math/py-theano/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-theano/pkg-descr	Fri Mar  6 09:47:51 2015	(r380579)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503060947.t269lqXr038003>