freebsd-ports/math/py-autograd/Makefile
2019-11-02 16:18:40 +00:00

22 lines
416 B
Makefile

# $FreeBSD$
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
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>