blob: 5e6800918cedec904792823484539fd8ce178114 (
plain)
1
2
3
4
5
6
7
8
|
[atlas]
library_dirs = <location of ATLAS libraries>
atlas_libs = lapack, blas, cblas, atlas
[umfpack]
library_dirs = <location of libumfpack.a and libamd.a>
include_dirs = <location of umfpack.h>
umfpack_libs = umfpack, amd
|