For me, seems strange the following output
$ldd /usr/lib/libkokkosalgorithms.so
statically linked
Also is possible to add provides=(kokkos)
.
Edited 2023-07-10: This patch allow bump version to 14.2.0. And works with deal.II 9.5.0 or later. 14.0.0 does not work with 9.4.2 due libkokkos shared/static object issue.
Pinned Comments
MartinDiehl commented on 2020-06-05 12:05 (UTC)
@hacksd: I had a look at the gtest issue, and I assume the following is happening: Trilinos brings its own version of gtest, hence the conflict with gtest. However, during build an existing gtest installation is required (in my case, the already installed trilinos package provides it). I'll figure out if this can be solved, but since disabling gtest works it's not on my list of priorities
I have disabled pyTrilinos in this package to have no dependency on python or python2. From https://trilinos.github.io/pytrilinos_faq.html, it seems that python3 is not supported. I also remember vaguely that even python2 (SWIG) caused problems. Also note that current gtest depends on python2.
Once gtest 1.10 (currently in testing) is available, I will see if trilinos works with a system-wide gtest.