Hi all,

I've used the #include <deal.II/lac/sparse_direct.h> command in a program 
in order to use UMFPack. I'm able to compile and run everything fine in 
Debug mode (provided by Eclipse via the cmake4eclipse add-on). However, 
when I try to switch to Release mode to optimize the program, it gives me 
the following warning:

/usr/local/include/deal.II/lac/sparse_direct.h:31:12: fatal error: 
umfpack.h: No such file or directory
 #  include <umfpack.h>
            ^~~~~~~~~~~

This is confusing to me because, given that I can use UMFPack in Debug 
mode, I must've installed it properly during the dealii installation.

Let me know if you have any tips on how to fix, or if you need more 
information.

Thanks so much for any help,
Lucas

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/764b9953-1136-4d96-8a7d-7809ca1ca4aen%40googlegroups.com.

Reply via email to