On Tue, Jan 28, 2025 at 04:22:05AM -0700, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2025/01/28 04:22:05 > > Modified files:
> math/py-numpy : Makefile > Log message: > set COMPILER_LANGS=c for various C-only ports > add annotations near COMPILER for some other ports that don't have > COMPILER_LIBCXX in WANTLIB > not changing the actual compiler version of anything here (some could > possibly remove the COMPILER line completely where they only used > COMPILER due to an old WANTLIB entry which has since stopped using > C++, but changing that is too likely to break things) This broke py-numpy on sparc64. The port does use C++, at least during configuration. It now fails commplaining that the C++ compiler doesn't know c++17 --Kurt
