aboutsummaryrefslogblamecommitdiff
path: root/math/py-jax/Makefile
blob: edb848f7967695d0f7bd945c439219be8583ac0c (plain) (tree)
1
2
3
4
5
6
7
8
9
                   
                     
                           
                    



                                                                
                                             


                        
                                                                                 
                                                                                      
                                                                               
 
                           




                                              
PORTNAME=	jax
PORTVERSION=	0.4.4
CATEGORIES=	math python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Differentiate, compile, and transform Numpy code
WWW=		https://github.com/google/jax

LICENSE=	APACHE20

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.20,1:math/py-numpy@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}scipy>=1.5:science/py-scipy@${PY_FLAVOR}

USES=		python:3.8+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>