summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site.cfg.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example
new file mode 100644
index 000000000..5e6800918
--- /dev/null
+++ b/site.cfg.example
@@ -0,0 +1,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