View | Details | Raw Unified | Return to bug 236052
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
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
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1545051758
1
TIMESTAMP = 1551183056
2
SHA256 (Theano-1.0.3.tar.gz) = 637f3b34d40ef5e0d54dd4c40618475aaa085c26d2491e925c98e2ad4bc2115a
2
SHA256 (Theano-1.0.4.tar.gz) = 35c9bbef56b61ffa299265a42a4e8f8cb5a07b2997dabaef0f8830b397086913
3
SIZE (Theano-1.0.3.tar.gz) = 2831862
3
SIZE (Theano-1.0.4.tar.gz) = 2840691

Return to bug 236052