summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorRobert Cimrman <cimrman3@ntc.zcu.cz>2006-04-10 14:55:52 +0000
committerRobert Cimrman <cimrman3@ntc.zcu.cz>2006-04-10 14:55:52 +0000
commitfe48ab5baf09f74f416aebccf7b7c68fdaa1b855 (patch)
treea309fbb7d6eab67662f1c5f74b3f287668f16186 /site.cfg.example
parentd143f3c1a28a6c82237c7d455416147ee72841c6 (diff)
downloadpython-numpy-fe48ab5baf09f74f416aebccf7b7c68fdaa1b855.tar.gz
python-numpy-fe48ab5baf09f74f416aebccf7b7c68fdaa1b855.tar.bz2
python-numpy-fe48ab5baf09f74f416aebccf7b7c68fdaa1b855.zip
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 5e6800918..4c4599edb 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -2,7 +2,12 @@
library_dirs = <location of ATLAS libraries>
atlas_libs = lapack, blas, cblas, atlas
+[amd]
+library_dirs = <location of libamd.a>
+include_dirs = <location of amd.h>
+amd_libs = amd
+
[umfpack]
-library_dirs = <location of libumfpack.a and libamd.a>
+library_dirs = <location of libumfpack.a>
include_dirs = <location of umfpack.h>
-umfpack_libs = umfpack, amd
+umfpack_libs = umfpack