'umfpack.h' not found, but it's in /opt/local/include/
- by user2924321
I'm trying to compile a program called hiQlab on OSX 10.8
g++ -g -O2 -I`echo /Users/.../Documents/hiQlab/hiqlab-2006-07-20/tools/`/lua/include -I`echo /Users/.../Documents/hiQlab/hiqlab-2006-07-20/tools/`/tolua++/include -c cscmatrix.cc
cscmatrix.cc:13:12: fatal error: 'umfpack.h' file not found
#include "umfpack.h"
but I just installed SuiteSparse through macports which includes umfpack
and umfpack.h is in fact present in default directory /opt/local/include/
do I need to add the path or something?
Thanks!