Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= theano |
4 |
PORTNAME= theano |
5 |
DISTVERSION= 1.0.3 |
5 |
DISTVERSION= 1.0.4 |
6 |
CATEGORIES= math python |
6 |
CATEGORIES= math python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 15-26
Link Here
|
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
16 |
|
16 |
|
17 |
RUN_DEPENDS= ${PYNUMPY} \ |
17 |
RUN_DEPENDS= ${PYNUMPY} \ |
18 |
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${PY_FLAVOR} |
18 |
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${PY_FLAVOR} \ |
|
|
19 |
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} |
19 |
|
20 |
|
20 |
USES= compiler:openmp python |
21 |
USES= compiler:openmp python |
21 |
USE_PYTHON= concurrent distutils autoplist |
22 |
USE_PYTHON= concurrent distutils autoplist |
|
|
23 |
|
22 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
23 |
|
|
|
24 |
SUB_FILES= pkg-message |
25 |
SUB_FILES= pkg-message |
25 |
SUB_LIST= CXX=${CXX} |
26 |
SUB_LIST= CXX=${CXX} |
26 |
|
27 |
|