diff options
author | Tom Payerle <payerle@umd.edu> | 2021-11-02 12:31:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 12:31:10 -0400 |
commit | eee45221039e14545adda6ed55b5bc5fb5fa0949 (patch) | |
tree | 47dc9623990281782066f0e2957531092ad53deb /.dockerignore | |
parent | b8a44870a46f4c6f51304abb157c2df7fd59c35b (diff) | |
download | spack-eee45221039e14545adda6ed55b5bc5fb5fa0949.tar.gz spack-eee45221039e14545adda6ed55b5bc5fb5fa0949.tar.bz2 spack-eee45221039e14545adda6ed55b5bc5fb5fa0949.tar.xz spack-eee45221039e14545adda6ed55b5bc5fb5fa0949.zip |
trilinos: Additional fix for linking C code when built with PyTrilinos (#19834)
This removes `-lpytrilinos` from Makefile.export.Trilinos so that C code
trying to link against a Trilinos built with PyTrilinos does not fail
due to undefined references to python routines (libpytrilinos is only
used when importing PyTrilinos in python, in which case those references
are already defined by Python).
There was already a bit of code to do something similar for C codes
importing Trilinos via a CMake mechanism, this extends that to a basic
Makefile mechanism as well. This patch also updates the comments to
remove a stale link discussing this issue, and replacing with links to
the some Trilinos issue reports related to the matter.
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions