Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [update] numpy 1.x -> numpy 2.x
To:
Theo Buehler <tb@theobuehler.org>
Cc:
Johannes Thyssen Tishman <jtt@openbsd.org>, Daniel Dickman <didickman@gmail.com>, ports@openbsd.org, jsg@openbsd.org
Date:
Thu, 8 May 2025 18:25:31 +0100

Download raw body.

Thread
On 2025/05/08 18:31, Theo Buehler wrote:
> > Extra:  gfortran.8 pthread.27 python3.12.0 quadmath.3
> 
> These come from the python and fortran modules (and pthread may be
> extra but it will come back with COMPILER_LIBCXX anyway). Harmless.
> 
> > WANTLIB += ${COMPILER_LIBCXX}
> 
> This should be added. Previously we had COMPILER_LANGS=c but that broke
> some configure tests. numpy 2 now actually uses C++, so it will need
> that.

That's already a problem with 1.26.4:

py3-numpy-1.26.4p6(math/py-numpy):
Missing: c++.10 (/usr/local/lib/python3.12/site-packages/numpy/core/_multiarray_umath.cpython-312.so) (system lib)
Extra:  gfortran.8 pthread.27 python3.12.0 quadmath.3
WANTLIB += c++