Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2026 19:33:18 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1ae64c164f3 - main - */*: Mark BROKEN with NumPy 2.x
Message-ID:  <69fa45fe.40225.4ea79262@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1ae64c164f3f6776c99ca15294bb36c6cf7cceb

commit a1ae64c164f3f6776c99ca15294bb36c6cf7cceb
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-05-05 19:27:14 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-05-05 19:29:36 +0000

    */*: Mark BROKEN with NumPy 2.x
    
    PR:             294328
---
 finance/py-ta-lib/Makefile     | 2 ++
 math/py-CyLP/Makefile          | 2 ++
 math/py-SQNomad/Makefile       | 2 ++
 science/py-GPy/Makefile        | 2 ++
 science/py-gpaw/Makefile       | 2 ++
 science/salome-kernel/Makefile | 2 ++
 textproc/py-gensim/Makefile    | 2 ++
 7 files changed, 14 insertions(+)

diff --git a/finance/py-ta-lib/Makefile b/finance/py-ta-lib/Makefile
index e4c3bc26ad01..beee5c8871d5 100644
--- a/finance/py-ta-lib/Makefile
+++ b/finance/py-ta-lib/Makefile
@@ -11,6 +11,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Python wrapper for TA-Lib (Technical Analysis Library)
 WWW=		https://ta-lib.github.io/ta-lib-python/
 
+BROKEN=		fails to build with NumPy 2.x
+
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/math/py-CyLP/Makefile b/math/py-CyLP/Makefile
index 0088b6b9e703..0a8eb875a4de 100644
--- a/math/py-CyLP/Makefile
+++ b/math/py-CyLP/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Python interface to CLP, CBC, and CGL to solve LPs and MIPs
 WWW=		https://github.com/coin-or/CyLP
 
+BROKEN=		fails to build with NumPy 2.x
+
 LICENSE=	CPL10
 LICENSE_NAME=	Common Public License Version 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/math/py-SQNomad/Makefile b/math/py-SQNomad/Makefile
index a3d5c1681905..b5ae74655f7e 100644
--- a/math/py-SQNomad/Makefile
+++ b/math/py-SQNomad/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Blackbox optimization software
 WWW=		https://www.gerad.ca/nomad/
 
+BROKEN=		fails to build with NumPy 2.x
+
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/science/py-GPy/Makefile b/science/py-GPy/Makefile
index f2d8f3ce0a22..56ac5ca2c53b 100644
--- a/science/py-GPy/Makefile
+++ b/science/py-GPy/Makefile
@@ -8,6 +8,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Gaussian process toolbox
 WWW=		https://sheffieldml.github.io/GPy/ \
+
+BROKEN=		fails to build with NumPy 2.x
 		https://github.com/SheffieldML/GPy
 
 LICENSE=	BSD3CLAUSE
diff --git a/science/py-gpaw/Makefile b/science/py-gpaw/Makefile
index 400f9757d1e9..370e83d84a93 100644
--- a/science/py-gpaw/Makefile
+++ b/science/py-gpaw/Makefile
@@ -7,6 +7,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	DFT and beyond within the projector-augmented wave method in chemistry
 WWW=		https://wiki.fysik.dtu.dk/gpaw/ \
+
+BROKEN=		fails to build with NumPy 2.x
 		https://gitlab.com/gpaw/gpaw
 
 LICENSE=	GPLv3+
diff --git a/science/salome-kernel/Makefile b/science/salome-kernel/Makefile
index 68465035eac5..4a8f12349497 100644
--- a/science/salome-kernel/Makefile
+++ b/science/salome-kernel/Makefile
@@ -7,6 +7,8 @@ CATEGORIES=	science # physics
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Salome Project: Multi-physics simulations: Kernel
 WWW=		https://www.salome-platform.org/ \
+
+BROKEN=		fails to build with NumPy 2.x
 		https://github.com/SalomePlatform/kernel/
 
 LICENSE=	LGPL21+
diff --git a/textproc/py-gensim/Makefile b/textproc/py-gensim/Makefile
index 18be9e023d90..feb52a0accbb 100644
--- a/textproc/py-gensim/Makefile
+++ b/textproc/py-gensim/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Python framework for fast Vector Space Modelling
 WWW=		https://radimrehurek.com/gensim/
 
+BROKEN=		fails to build with NumPy 2.x
+
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fa45fe.40225.4ea79262>