Date: Sat, 3 Feb 2024 16:53:36 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9532bafba3bf - main - science/py-meshio: fix build with wheel Message-ID: <202402031653.413Grav8059978@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=9532bafba3bf3bdfa753f70d6cd17fe8f92921d2 commit 9532bafba3bf3bdfa753f70d6cd17fe8f92921d2 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-02-03 16:47:59 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-02-03 16:53:33 +0000 science/py-meshio: fix build with wheel --- science/py-meshio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-meshio/Makefile b/science/py-meshio/Makefile index 174886d7602c..5770e4780961 100644 --- a/science/py-meshio/Makefile +++ b/science/py-meshio/Makefile @@ -11,7 +11,8 @@ WWW= https://github.com/nschloe/meshio LICENSE= MIT BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402031653.413Grav8059978>