diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-26 12:20:27 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-26 12:21:24 -0800 |
commit | 4db755b427db7e25c471ab9a485c9cee41f23256 (patch) | |
tree | ddc3a93412c8ea3d2968a2b19b2dab55a099f6dc /science | |
parent | fd31c9c7ce190d8b85134850871fde2d18e6623a (diff) | |
download | freebsd-ports-4db755b427db7e25c471ab9a485c9cee41f23256.zip |
science/libcint: Update 4.4.6 -> 5.1.0
Bump science/py-pyscf and add libcint compatibility patch.
Reported by: portscout
Diffstat (limited to 'science')
-rw-r--r-- | science/libcint/Makefile | 2 | ||||
-rw-r--r-- | science/libcint/distinfo | 6 | ||||
-rw-r--r-- | science/py-pyscf/Makefile | 4 | ||||
-rw-r--r-- | science/py-pyscf/distinfo | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/science/libcint/Makefile b/science/libcint/Makefile index 14c1dadf49f9..71b2d2ad2f0e 100644 --- a/science/libcint/Makefile +++ b/science/libcint/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcint DISTVERSIONPREFIX= v -DISTVERSION= 4.4.6 +DISTVERSION= 5.1.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/libcint/distinfo b/science/libcint/distinfo index 1e65c6fccbf7..fa5a5413ffea 100644 --- a/science/libcint/distinfo +++ b/science/libcint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634421971 -SHA256 (sunqm-libcint-v4.4.6_GH0.tar.gz) = 215e186e35f272f36e527f6da8fe3ab3f53d4ceb3afbdca75755e6ebd5b60719 -SIZE (sunqm-libcint-v4.4.6_GH0.tar.gz) = 43008937 +TIMESTAMP = 1640537980 +SHA256 (sunqm-libcint-v5.1.0_GH0.tar.gz) = 37aaf9134e3160a7d770e703f7de54c032d55afe8abff64b9793040ae9e14272 +SIZE (sunqm-libcint-v5.1.0_GH0.tar.gz) = 43004110 diff --git a/science/py-pyscf/Makefile b/science/py-pyscf/Makefile index 5ac8fbd4de46..041b6ff8d54e 100644 --- a/science/py-pyscf/Makefile +++ b/science/py-pyscf/Makefile @@ -1,9 +1,13 @@ PORTNAME= pyscf DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 6fece0e44feef43dcb879f3c2e6a2d84a26d518f.patch:-p1 # https://github.com/pyscf/pyscf/pull/1145: Update to libcint v5.0 + MAINTAINER= yuri@FreeBSD.org COMMENT= Python module for quantum chemistry diff --git a/science/py-pyscf/distinfo b/science/py-pyscf/distinfo index 6e7bcc42be9f..3f1e69372191 100644 --- a/science/py-pyscf/distinfo +++ b/science/py-pyscf/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1637098413 +TIMESTAMP = 1640549794 SHA256 (pyscf-pyscf-v2.0.1_GH0.tar.gz) = 6a152860787351aae52dc1ef2399bd9564fa314dca070312cfc0f2c3fc7412cf SIZE (pyscf-pyscf-v2.0.1_GH0.tar.gz) = 9641485 +SHA256 (6fece0e44feef43dcb879f3c2e6a2d84a26d518f.patch) = d3195bae8a3d1bcf25fa474762a9f2dc163a936840ef1ed9406c78b04e1f6efc +SIZE (6fece0e44feef43dcb879f3c2e6a2d84a26d518f.patch) = 6038 |