From 688aa487929de2f4eee5548bba237104cb6931ae Mon Sep 17 00:00:00 2001 From: Derek Steinmoeller Date: Thu, 29 Mar 2018 11:00:49 -0400 Subject: [PATCH] Update README. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c57cc3d..2e8b48c9 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,12 @@ So far: * `blitz++` * `SuiteSparse (umfpack)` +* `LAPACK` * `metis` * `boost` * `igloo` for BDD-style testing. -Dependency installation is outlined in `pull-deps.sh` (tested on Ubuntu). +Dependency installation is outlined in `pull-deps.sh` (tested on Ubuntu) and `pull-deps-mac.sh` (test on Mac OSX Sierra). ## Contributing @@ -43,6 +44,10 @@ If you add code, please write tests using the igloo testing framework that is in * [Derek Steinmoeller](https://github.com/dsteinmo) +## Documentation + +[Here](https://dsteinmo.github.io/blitzdg "blitzdg Documentation") + ## License MIT