X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c65ff5979a62afebf471c8121b8d95ca383be32c..83f5704fdf4be5d244a5b4e76a6d7a23215dad10:/buildtools/pipol/liste_install.sh diff --git a/buildtools/pipol/liste_install.sh b/buildtools/pipol/liste_install.sh index e96145d4c8..9af267b59a 100644 --- a/buildtools/pipol/liste_install.sh +++ b/buildtools/pipol/liste_install.sh @@ -13,6 +13,8 @@ if [ -e /usr/bin/apt-get ] ; then sudo apt-get -y install unzip sudo apt-get -y install cmake sudo apt-get -y install wget + sudo apt-get -y install perl + sudo apt-get -y install graphviz-dev graphviz fi if [ -e /usr/bin/yum ] ; then @@ -26,6 +28,8 @@ if [ -e /usr/bin/yum ] ; then sudo yum -y install unzip sudo yum -y install cmake sudo yum -y install wget + sudo yum -y install perl + sudo yum -y install graphviz-dev graphviz fi if [ x$arch = xDarwin ] ; then @@ -38,6 +42,8 @@ if [ x$arch = xDarwin ] ; then sudo fink -y install unzip sudo fink -y install cmake sudo fink -y install wget + sudo fink -y install perl + sudo fink -y install graphviz-dev graphviz fi which_svn=`which svn` #svn necessary @@ -50,6 +56,7 @@ which_ruby=`which ruby` #ruby which_cmake=`which cmake` #cmake necessary which_unzip=`which unzip` #unzip for gtnets which_wget=`which wget` #wget for cmake +which_dot=`which dot` #dot for cgraph echo $which_cmake echo $which_unzip echo $which_ruby @@ -59,34 +66,5 @@ echo $which_make echo $which_gcc echo $which_gpp echo $which_svn - -which_cmake_version=`cmake --version` -which_cpack_version=`cpack --version` -which_ctest_version=`ctest --version` -echo "current version of cmake : $which_cmake_version" -echo "current version of cpack : $which_cpack_version" -echo "current version of ctest : $which_ctest_version" -if [ "x$which_cmake_version" != "xcmake version 2.8.1" ] ; then - if [ "x$which_cmake_version" != "xcmake version 2.8.2" ] ; then - which_cmake=`which cmake` - which_cpack=`which cpack` - which_ctest=`which ctest` - wget http://www.cmake.org/files/v2.8/cmake-2.8.2.tar.gz - if [ -e ./cmake-2.8.2.tar.gz ] - tar zxvf cmake-2.8.2.tar.gz > /dev/null - cd ./cmake-2.8*/ - cmake . > /dev/null - make -j > /dev/null 2>&1 - sudo ln -sf `pwd`/bin/cmake $which_cmake - sudo ln -sf `pwd`/bin/cpack $which_cpack - sudo ln -sf `pwd`/bin/ctest $which_ctest - fi - which_cmake_version=`cmake --version` - which_cpack_version=`cpack --version` - which_ctest_version=`ctest --version` - echo "new version of cmake : $which_cmake_version" - echo "new version of cpack : $which_cpack_version" - echo "new version of ctest : $which_ctest_version" - cd .. - fi -fi \ No newline at end of file +echo $which_dot +echo $which_wget \ No newline at end of file