diff options
Diffstat (limited to 'math/py-levmar/Makefile')
-rw-r--r-- | math/py-levmar/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile index f07e6c074506..097ba52ca67b 100644 --- a/math/py-levmar/Makefile +++ b/math/py-levmar/Makefile @@ -2,7 +2,7 @@ PORTNAME= levmar DISTVERSION= 0.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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 @@ -25,11 +27,11 @@ USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion .endif -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif |