From 1acf64de9654ba3e49afe609e12937cbcec6b8fb Mon Sep 17 00:00:00 2001 From: Ryan Pepper Date: Mon, 1 Aug 2016 13:49:46 +0100 Subject: [PATCH] Add CMake to requirements --- bin/install-ubuntu-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-ubuntu-packages.sh b/bin/install-ubuntu-packages.sh index 497dea9a..ff4ce943 100755 --- a/bin/install-ubuntu-packages.sh +++ b/bin/install-ubuntu-packages.sh @@ -1,4 +1,4 @@ # required to compile fidimag -apt-get install python-pip python-numpy python-dev python-scipy +apt-get install python-pip python-numpy python-dev python-scipy cmake # required for tests and running it apt-get install python-pytest python-pyvtk ipython python-matplotlib