Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / buildtools / Cmake / make_dist.sh
index 073bc7f..8e4495e 100755 (executable)
@@ -1,13 +1,11 @@
 #!/bin/bash
-
-# fail fast on errors
-set -e
-
 # This script creates a new dist archive from the svn
-source cmake_simgrid.conf
+
+set -e # fail fast on errors 
+source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf # get config
 
 echo "get Linux dependencies"
-sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind
+sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind transfig
 
 echo "update the svn"
 cd ${SIMGRID_SVN_ROOT}