Skip to content

Commit

Permalink
math/py-jax: Update to 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent 4ab3cf5 commit 0e9e27d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions math/py-jax/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jax
PORTVERSION= 0.4.13
PORTVERSION= 0.4.14
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -9,11 +9,12 @@ COMMENT= Differentiate, compile, and transform Numpy code
WWW= https://github.com/google/jax

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
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.1.0:math/py-ml-dtypes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.21,1:math/py-numpy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.2.0:math/py-ml-dtypes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.22,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions math/py-jax/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688166300
SHA256 (jax-0.4.13.tar.gz) = 03bfe6749dfe647f16f15f6616638adae6c4a7ca7167c75c21961ecfd3a3baaa
SIZE (jax-0.4.13.tar.gz) = 1312396
TIMESTAMP = 1691070154
SHA256 (jax-0.4.14.tar.gz) = 18fed3881f26e8b13c8cb46eeeea3dba9eb4d48e3714d8e8f2304dd6e237083d
SIZE (jax-0.4.14.tar.gz) = 1326211

0 comments on commit 0e9e27d

Please sign in to comment.