diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2026-05-05 19:27:14 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2026-05-05 19:29:36 +0000 |
| commit | a1ae64c164f3f6776c99ca15294bb36c6cf7cceb (patch) | |
| tree | f61828b0750bb8c2b8f5055d9fce51769a91aa9d | |
| parent | 57bdf7598ea3818191a551dd47003263bd96b4f1 (diff) | |
*/*: Mark BROKEN with NumPy 2.x
PR: 294328
| -rw-r--r-- | finance/py-ta-lib/Makefile | 2 | ||||
| -rw-r--r-- | math/py-CyLP/Makefile | 2 | ||||
| -rw-r--r-- | math/py-SQNomad/Makefile | 2 | ||||
| -rw-r--r-- | science/py-GPy/Makefile | 2 | ||||
| -rw-r--r-- | science/py-gpaw/Makefile | 2 | ||||
| -rw-r--r-- | science/salome-kernel/Makefile | 2 | ||||
| -rw-r--r-- | textproc/py-gensim/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
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 |
