yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #14992
Re: [Question #635850]: Trouble linking Trilinos shared libraries
Question #635850 on Yade changed:
https://answers.launchpad.net/yade/+question/635850
Status: Open => Answered
Anton Gladky proposed the following answer:
Hi Robert,
as a workaround you can try to add
/usr/local/lib/trilinos2/install/lib/ into LD_LIBRARY_PATH.
export
LD_LIBRARY_PATH=/usr/local/lib/trilinos2/install/lib/:$LD_LIBRARY_PATH
It should help your operating system to find the shared library.
Long-term solution would be
to use the package trllinois [1]. You can choose exactly the needed
library (there are a lot of
them) and escape LD_LIBRARY_PATH hack.
[1] https://tracker.debian.org/pkg/trilinos
Best regards
Anton
2017-05-28 5:23 GMT+02:00 Robert Caulk <question635850@xxxxxxxxxxxxxxxxxxxxx>:
> Question #635850 on Yade changed:
> https://answers.launchpad.net/yade/+question/635850
>
> Description changed to:
> Hello Yade community,
>
> I am trying to incorporate some tools from the Trilinos tool box into
> yade, but I am running into an issue with linking shared libraries. If
> you have any experience linking shared libraries with yade (or other
> software), I would greatly appreciate some advice here.
--
You received this question notification because your team yade-users is
an answer contact for Yade.