Greg Troxel <gdt%lexort.com@localhost> writes:
math/blas fails on netbsd-10 amd64 with pkgsrc up to date:
-- Build html documentation: OFF
-- Build man documentation: OFF
-- Configuring done (0.6s)
CMake Error: CMake can not determine linker language for target: run_test_zcomplexabs
CMake Error: CMake can not determine linker language for target: run_test_zcomplexdiv
CMake Error: CMake can not determine linker language for target: run_test_zcomplexmult
CMake Error: CMake can not determine linker language for target: run_test_zminMax
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
*** Error code 1
I hear that:
- with cmake 3.27.4 this builds (3.27.5 is what pkgsrc has)
- this is fixed in 3.27.6
so it seems mostly-obvious (dangerous I know) that we should update
cmake to 3.27.6, even in freeze.
Opinions yes/no?