Christoph Junghans
Christoph Junghans
@nikic, do you have an idea why the llvm-19 Fedora package gives a linking error while llvm-18 is fine?
> It may be worth testing whether you can successfully build against the llvm18 compat packages on f41, to exclude differences in the f41 environment as the cause for this....
@nikic that worked, so building with llvm18 works on F41 and F42. It is just llvm-19 that fails.
Could it be one of dependencies? `fmt-devel` comes to mind.
@nikic slight update, it builds on openSUSE with LLVM-19 as well.
I can get it to build with WITH_STACKTRACE=OFF.
Update done: https://bodhi.fedoraproject.org/updates/FEDORA-2024-67b0aceed6
Got it thanks!
> Should be able to close/replace once https://github.com/hypre-space/hypre/tree/cmake-hip is merged @victorapm This was merged, so let's close.
Ok we can reproduce it here: ``` The following tests FAILED: 2 - Kokkos_CoreUnitTest_Serial2 (Failed) 3 - Kokkos_CoreUnitTest_HPX (Failed) Errors while running CTest ``` This is on x86_64, no ppc64le...