Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another script.
[simgrid.git] / buildtools / pipol / liste_install.sh
index 73799cc..0051957 100644 (file)
@@ -17,6 +17,9 @@ if [ -e /usr/bin/apt-get ] ; then
     sudo apt-get -y install graphviz-dev graphviz
     sudo apt-get -y install libpcre3-dev
     sudo apt-get -y install f2c
+    if [ x$PIPOL_IMAGE = xi386-linux-ubuntu-karmic.dd.gz ] ; then
+       sudo apt-get -y install valgrind
+    fi
 else
        if [ -e /usr/bin/yum ] ; then
                sudo yum -y update