Dom Heinzeller

Results 314 comments of Dom Heinzeller

So far, this looks to me like an issue with the cmake build of netcdf-c. I am seeing the same on my laptop with gcc-13. With the older spack v1...

I think all that's needed is to add ``` if(MPI_mpi_LIBRARY) SET(CMAKE_REQUIRED_LIBRARIES ${MPI_mpi_LIBRARY} ${CMAKE_REQUIRED_LIBRARIES}) endif() ``` right before ``` CHECK_FUNCTION_EXISTS(MPI_Comm_f2c HAVE_MPI_COMM_F2C) CHECK_FUNCTION_EXISTS(MPI_Info_f2c HAVE_MPI_INFO_F2C) ``` In general, I wonder why this cmake...

Unfortunately, my suggested bug fix didn't work reliably for all compilers. I have a better, yet still hacky solution, in https://github.com/spack/spack-packages/pull/2384. See comment https://github.com/spack/spack-packages/pull/2384#issuecomment-3524918903.

None of them I guess.I think you should be an admin - I can add you if @mkavulich and @grantfirl concur.