From 2673ec50fa2feb73399908b9b019e164b5d86ce0 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 12 Jun 2016 16:51:09 -0700 Subject: [PATCH] Add liblapack to installer --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index cfed792..b201503 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -56,6 +56,7 @@ sudo apt-get -qq -y install python3-setuptools sudo apt-get -qq -y install m4 sudo apt-get -qq -y install ocaml sudo apt-get -qq -y install aspcud +sudo apt-get -qq -y install liblapack-dev wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh -O - | sh -s /usr/local/bin # Editors