2017-06-15 17:19 GMT-04:00 Victor Eijkhout <[email protected]>: > I'm trying to install deal. The cmake tries to test the link to trilinos, > which bombs on a lot of unresolved reference to python stuff. That's what I thought, don't listen to Denis :p The problem is that Trilinos botched their TrilinosConfig.cmake. What we do is load the TrilinosConfig.cmake to get their flags but if they don't put them in, there is little we can do. What I would do is to add the flags needed myself. Edit the file /trilinos_install_directory/lib/cmake/Trilinos/TrilinosConfig.cmake and add the flag that you need in SET(Trilinos_CXX_COMPILER_FLAGS) or SET(Trilinos_EXTRA_LD_FLAGS). You should probably back up the file first...
Best, Bruno -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
