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