Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add notes to cdash.
[simgrid.git] / buildtools / pipol / liste_install.sh
index b0059be..90daa77 100644 (file)
@@ -84,7 +84,7 @@ if [ x$which_lua = x ] ; then
     sudo yum -y install lua-devel
   fi
   if [ x$arch = xDarwin ] ; then
-    sudo fink -y install lua51-dev
+    sudo fink -y install lua51-dev lua51
   fi
 fi
 
@@ -150,7 +150,7 @@ if [ "x$which_cmake_version" != "xcmake version 2.8.1" ] ; then
        which_cmake=`which cmake`
        which_cpack=`which cpack`
        which_ctest=`which ctest`
-       cp -rf ../../cmake-2.8.1/ ./
+       cp -rf ~/cmake-2.8.1/ ./
        cd ./cmake-2.8.1/
        cmake . > /dev/null
        make -j > /dev/null 2>&1