Skip to content

Commit

Permalink
math/py-jax: Update to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent 3844cc1 commit 2bc11de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions math/py-jax/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jax
PORTVERSION= 0.4.4
PORTVERSION= 0.4.8
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,12 +10,15 @@ WWW= https://github.com/google/jax

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.20,1:math/py-numpy@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.0.3:math/py-ml-dtypes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.21,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}
${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR}

USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions math/py-jax/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677771315
SHA256 (jax-0.4.4.tar.gz) = 39b07e07343ed7c74492ee5e75db77456d3afdd038a322671f09fc748f6392cb
SIZE (jax-0.4.4.tar.gz) = 1213985
TIMESTAMP = 1680726186
SHA256 (jax-0.4.8.tar.gz) = 08116481f7336db16c24812bfb5e6f9786915f4c2f6ff4028331fa69e7535202
SIZE (jax-0.4.8.tar.gz) = 1240290

0 comments on commit 2bc11de

Please sign in to comment.