Date: Mon, 26 Mar 2018 21:48:27 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465640 - head/science/py-OpenFermion Message-ID: <201803262148.w2QLmRt6057827@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Mar 26 21:48:27 2018 New Revision: 465640 URL: https://svnweb.freebsd.org/changeset/ports/465640 Log: science/py-OpenFermion: Fix py27 build It now needs 'future' for build. Modified: head/science/py-OpenFermion/Makefile Modified: head/science/py-OpenFermion/Makefile ============================================================================== --- head/science/py-OpenFermion/Makefile Mon Mar 26 21:25:10 2018 (r465639) +++ head/science/py-OpenFermion/Makefile Mon Mar 26 21:48:27 2018 (r465640) @@ -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 comp 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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803262148.w2QLmRt6057827>