opnsense-ports/math/py-theano/Makefile
Franco Fichtner 555cfb6b48 */*: sync with upstream
Taken from: FreeBSD
2016-06-27 07:05:13 +02:00

27 lines
631 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= theano
PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP/source/T/Theano
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Theano-${DISTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Optimizing compiler for evaluating math expressions on CPUs and GPUs
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy
USES= compiler:openmp python
USE_PYTHON= concurrent distutils autoplist
SUB_FILES= pkg-message
SUB_LIST= CXX=${CXX}
post-extract:
@${CHMOD} -R a+rX ${WRKSRC}
.include <bsd.port.mk>