Daipayan, 2018-02-15 11:17 GMT-05:00 Daipayan Sarkar <[email protected]>:
> Thanks for your help. I followed just as you mentioned in your reply and > now it works. For future, if I want to build any other external library > (e.g. Trillions) do I need to use cmake in the build directly to make a new > executable linked to the Trillions external library? > Yes, you need to reconfigure deal every time you want to add an external library. The reason is that it is during the configuration phase that you tell deal what libraries are available and which wrappers should be enable. 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.
