Date: Wed, 9 Jun 2021 03:32:24 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 93284e2c88ba - main - science/py-phono3py: Remove unnecessary build dependency on math/lapacke Message-ID: <202106090332.1593WOWF036811@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=93284e2c88bae6736692aad5b93ac25b34e0c20e commit 93284e2c88bae6736692aad5b93ac25b34e0c20e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-09 03:30:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-06-09 03:32:22 +0000 science/py-phono3py: Remove unnecessary build dependency on math/lapacke PR: 256493 Reported by: John Hein <jcfyecrayz@liamekaens.com> --- science/py-phono3py/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/science/py-phono3py/Makefile b/science/py-phono3py/Makefile index 679da463dae6..7b96ca4fb2a7 100644 --- a/science/py-phono3py/Makefile +++ b/science/py-phono3py/Makefile @@ -17,8 +17,7 @@ PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spglib>0:science/py-spglib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -BUILD_DEPENDS= ${PY_DEPENDS} \ - ${LOCALBASE}/include/lapacke.h:math/lapacke +BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= blaslapack:openblas fortran localbase python:3.7+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106090332.1593WOWF036811>