[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 list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 flag for taht?

Victor.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.