Hi John,
Thanks for your reply.
I tried your changes and had no success. Moreover now I get that
UMFPACK, CHOLMOD and CXSparse are not found.
Also the configure file seems to still be looking for the old
choldmod_start instead of the cholmod_l_start. And this happens to the
other libraries as well. Basically it looks like it is not picking up
the $USE_64_BIT_IDX_T flag. Also I tried changing the line +if test
$USE_64_BIT_IDX_T = yes; to +if test $USE_64_BIT_IDX_T; and still get
the same result.
I am probably missing something that is more basic. But I have no
idea what could that be.