From 5e7f975094e5b73639f6631e60e4fe641795f6b8 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 16 Nov 2012 10:49:02 +0100
Subject: [PATCH] fix debian package list in installation instructions,
 recommend openblas

---
 INSTALL.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index 5ec05d9..a009fb9 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -67,7 +67,8 @@ Unix-like systems (Linux)
 1. Install the required software.  On Debian/Ubuntu-like systems this can be
    done by running ::
 
-       sudo apt-get install python-dev scipy-dev g++ libmumps-scotch-dev python-matplotlib python-nose
+       sudo apt-get install python-dev python-scipy python-matplotlib \
+       g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
 
 2. Unpack tinyarray, enter its directory, build and install. ::
 
-- 
GitLab