diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-27 05:48:27 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-27 05:48:27 +0800 |
commit | ef4e5a2e59687715760250b4264ad774a1434349 (patch) | |
tree | 9bb74ef4405179a1c8f65b05ff6e6090e80fba35 /science | |
parent | 6525e4f13dc3dbc9e455cf7bde5e463a82e869f9 (diff) | |
download | freebsd-ports-gnome-ef4e5a2e59687715760250b4264ad774a1434349.tar.gz freebsd-ports-gnome-ef4e5a2e59687715760250b4264ad774a1434349.tar.zst freebsd-ports-gnome-ef4e5a2e59687715760250b4264ad774a1434349.zip |
science/py-OpenFermion: Fix py27 build
It now needs 'future' for build.
Diffstat (limited to 'science')
-rw-r--r-- | science/py-OpenFermion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile index 7a0f09d00427..2ab3c8ad3397 100644 --- a/science/py-OpenFermion/Makefile +++ b/science/py-OpenFermion/Makefile @@ -4,6 +4,7 @@ PORTNAME= OpenFermion DISTVERSIONPREFIX= v DISTVERSION= 0.4-29 DISTVERSIONSUFFIX= -g781d0a7 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,7 @@ COMMENT= Electronic structure package for quantum computers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +py27_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cvxopt>0:math/py-cvxopt@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${FLAVOR} \ |