diff options
Diffstat (limited to 'science/py-pyscf/Makefile')
-rw-r--r-- | science/py-pyscf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |