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++