
21 Aug
2014
21 Aug
'14
6:38 p.m.
You need to pass cabal the extra includes and extra lib dirs flags with the
explicit paths to the lib and include folders that have your blas and
lapack. The logic in hmatrix can only check stadard paths.
On Thursday, August 21, 2014, Adrian Victor Crisciu
Hi,
Yes, they are in /usr/local/include. Moreover, /usr/local/lib64 is a symbolic link to /usr/local/lib (as may system is a 64-bit anyway), so the libraries should be found regardless of the path they are searched on.
I have atlas-3.3.8 and lapack-3.4.0. Are newer versions required?
Thanks! Adrian.