I'm trying to compile dynare 4.4.2 on my rosa linux r3 (64bit) for matlab R2013a. The configure step is
- Code: Select all
./configure --with-matlab=/media/Docs/Studium/matlab MATLAB_VERSION=8.1
But I'm getting the error
- Code: Select all
configure: error: Can't find UMFPACK
configure: error: ./configure failed for mex/build/octave
I've been trying it with
- Code: Select all
--with-umfpack=/usr/include/suitesparse
Umfpack is installed (lib64umfpack-devel, lib64umfpack5.6.1 packages), so I have no idea what to do. Any ideas? Thanks in advance!