Package Details: trilinos 15.1.1-1

Git Clone URL: https://aur.archlinux.org/trilinos.git (read-only, click to copy)
Package Base: trilinos
Description: algorithms for the solution of large-scale scientific problems
Upstream URL: http://trilinos.org
Keywords: computing scientific
Licenses: LGPL3
Provides: kokkos, trilinos-ml, trilinos-sacado, zoltan
Submitter: Alad
Maintainer: MartinDiehl
Last Packager: MartinDiehl
Votes: 5
Popularity: 0.125505
First Submitted: 2019-03-18 02:48 (UTC)
Last Updated: 2024-04-02 05:39 (UTC)

Required by (11)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 2 3

MartinDiehl commented on 2020-02-29 20:30 (UTC)

@alexei: The first problem was easy to solve and I'm working on the second. The same PKGBUILD was working at the end of 2019, so it seems the behavior of some build tool has changed.

alexei commented on 2020-02-28 20:27 (UTC)

Please add missing dependency on: bc (without bc errors are printed, but build continues, so easy to miss).

Second problem: build fails with syntax error in some generated code:

/.../trilinos/src/Trilinos-trilinos-release-12-18-1/build/KokkosCore_config.h:5:1: error: stray ‘\’ in program
    5 | \#if !defined(KOKKOS_MACROS_HPP) || defined(KOKKOS_CORE_CONFIG_H)
      | ^

sylphio commented on 2019-07-15 18:01 (UTC)

I faced a conflict problem, solved by adding: conflicts=('gtest')

MartinDiehl commented on 2019-05-01 04:52 (UTC)

Still trying to get this running

Alad commented on 2019-03-18 02:56 (UTC)

Dropped from community, see https://lists.archlinux.org/pipermail/arch-dev-public/2019-March/029490.html