aboutsummaryrefslogblamecommitdiff
path: root/math/py-autograd/Makefile
blob: bdc84a7c162e3a0698139fc1f2c0fb4c7d98668e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                        
                   











                                                                                  
                           




                                   
PORTNAME=	autograd
DISTVERSION=	1.3
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Efficiently computes derivatives of numpy code

LICENSE=	MIT

RUN_DEPENDS=	${PYNUMPY} \
		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>