[deal.II] CMake extra libraries?

2017-06-08 Thread Denis Davydov
U need to build with current master branch, look at commit message here https://github.com/dealii/dealii/pull/4437 essentially u would get the location of Trilinos used by deal.ii and link in extra libs Regards, Denis -- The deal.II project is located at http://www.dealii.org/ For mailing

[deal.II] CMake extra libraries?

2017-06-08 Thread Victor Eijkhout
Is there a cmake flag for specifying some extra libraries? Trilinos seems to have been built with a python interface, but deal is somehow not linking the libpython, so the cmake fails. It would probably be easiest if I can explicitly give cmake a couple of extra libraries to link. What’s the