~ salmonella-environment-setup (master) 87d3738bcdfffb60afa06ef938af040eceb5bd14
commit 87d3738bcdfffb60afa06ef938af040eceb5bd14 Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Thu Mar 28 22:38:20 2013 -0300 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Thu Mar 28 22:38:20 2013 -0300 debian-wheezy.sh: add openmpi-bin to the list of packages It's required by mpi's tests. Thanks to Arthur Maciel for the hint. diff --git a/debian-wheezy.sh b/debian-wheezy.sh index 5cc8cd0..32d76df 100755 --- a/debian-wheezy.sh +++ b/debian-wheezy.sh @@ -73,7 +73,8 @@ sudo apt-get install \ libsdl-ttf2.0-dev \ libsdl-gfx1.2-dev \ libsdl-image1.2-dev \ - libwebkitgtk-3.0-dev + libwebkitgtk-3.0-dev \ + openmpi-bin ##Trap