Skip to content

Commit 58cbfea

Browse files
authored
Merge pull request #73 from computationalmodelling/Ubuntuinstallpatch
Ubuntu install patch
2 parents 3ff439d + 4060911 commit 58cbfea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/install-ubuntu-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# required to compile fidimag
2-
apt-get install python-pip python-numpy python-dev python-scipy
2+
apt-get install python-pip python-numpy python-dev python-scipy cmake
33
# required for tests and running it
44
apt-get install python-pytest python-pyvtk ipython python-matplotlib

bin/ubuntu_install_script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ echo "Super user authentication required to add packages (you will be \
22
prompted for confirmation)."
33
sudo bash install-ubuntu-packages.sh
44
bash install-fftw.sh
5-
bash install-sundials-2.5.sh
5+
bash install-sundials.sh
66
sudo pip install cython --upgrade
7+
sudo pip install psutil ipywidgets
78
pushd .. > /dev/null
89
make
910

0 commit comments

Comments
 (0)