diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:36:34 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:36:34 +0800 |
commit | 32837995236803a5d07fba10a8d37719ca6a335b (patch) | |
tree | ff4d3ca40ad870b9e2a14cdfc6e5ff1f84034d80 /math | |
parent | db8d30dc608a3058b6f1fd24197a1fa84dab7953 (diff) | |
download | freebsd-ports-gnome-32837995236803a5d07fba10a8d37719ca6a335b.tar.gz freebsd-ports-gnome-32837995236803a5d07fba10a8d37719ca6a335b.tar.zst freebsd-ports-gnome-32837995236803a5d07fba10a8d37719ca6a335b.zip |
Update to 0.2.8
- Remove PYNUMPY
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst
Diffstat (limited to 'math')
-rw-r--r-- | math/py-jax/Makefile | 4 | ||||
-rw-r--r-- | math/py-jax/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile index 8c25f04485e1..030cbfd7a063 100644 --- a/math/py-jax/Makefile +++ b/math/py-jax/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jax -PORTVERSION= 0.2.7 +PORTVERSION= 0.2.8 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Differentiate, compile, and transform Numpy code LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \ - ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.12,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} USES= python:3.6+ diff --git a/math/py-jax/distinfo b/math/py-jax/distinfo index 61650b28a308..126c6da741d7 100644 --- a/math/py-jax/distinfo +++ b/math/py-jax/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607539797 -SHA256 (jax-0.2.7.tar.gz) = 51f55ddab1518a52f43131dabb8f5ffc3e68b5f536b945e8cb8fca7c0d3d4b23 -SIZE (jax-0.2.7.tar.gz) = 520362 +TIMESTAMP = 1611665461 +SHA256 (jax-0.2.8.tar.gz) = 3801a189f38430cc6bbeba6dbea7ac91df5ceab655f7b3243df8c1077f7fb767 +SIZE (jax-0.2.8.tar.gz) = 544571 |