git: de7972a8b915 - main - math/py-levmar: Broken with python-3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jun 2024 22:53:28 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=de7972a8b9150da0de4c3398da37980321d84958 commit de7972a8b9150da0de4c3398da37980321d84958 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-02 22:52:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-02 22:53:26 +0000 math/py-levmar: Broken with python-3.11 --- math/py-levmar/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile index f07e6c074506..5a29fec55826 100644 --- a/math/py-levmar/Makefile +++ b/math/py-levmar/Makefile @@ -14,6 +14,8 @@ WWW= https://github.com/bjodah/levmar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= doesn't build with Python-3.11, 4 authors were notified via e-mail on 2024-06-02 + BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack