git: 3823169e2810 - main - science/py-dftd4: Broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 07:53:54 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3823169e2810232fe91b0fc8413d349cdfd935f1
commit 3823169e2810232fe91b0fc8413d349cdfd935f1
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-15 07:53:10 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-15 07:53:10 +0000
science/py-dftd4: Broken
devel/meson-python update to 0.13.2 broke it.
Reported by: fallout
---
science/py-dftd4/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/py-dftd4/Makefile b/science/py-dftd4/Makefile
index 6508be963def..2b89cbf1b948 100644
--- a/science/py-dftd4/Makefile
+++ b/science/py-dftd4/Makefile
@@ -11,6 +11,8 @@ WWW= https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dftd4
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= build fails: meson-python: error ... after devel/meson-python update to 0.13.2, see https://github.com/dftd4/dftd4/issues/212
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}meson-python>0:devel/meson-python@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}