From: Theo Buehler Subject: Re: [update] numpy 1.x -> numpy 2.x To: Johannes Thyssen Tishman , Daniel Dickman , ports@openbsd.org, jsg@openbsd.org Date: Thu, 8 May 2025 18:31:31 +0200 > 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.