Hi @MartinDiehl
Could you please add the option -D Zoltan_ENABLE_F90INTERFACE=ON
to generate the module interface file?
I need it to link the Zoltan library in the package elmerfem-git. You will probably also need to add -D CMAKE_C_FLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"
to allow compilation.
Many thanks for considering my request.
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.