Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2024 22:53:28 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: de7972a8b915 - main - math/py-levmar: Broken with python-3.11
Message-ID:  <202406022253.452MrSrv069935@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406022253.452MrSrv069935>