3 echo "*** EIGEN2-HG Update utility"
4 echo "*** This gets a new eigen2-hg tree and adapts it to blenders build structure"
5 echo "*** Warning! This script will wipe all the header file"
7 if [ "x$1" = "x--i-really-know-what-im-doing" ] ; then
8 echo Proceeding as requested by command line ...
10 echo "*** Please run again with --i-really-know-what-im-doing ..."
14 # get the latest revision from repository.
15 hg clone http://bitbucket.org/eigen/eigen2
19 # put here the version you want to use
21 rm -f `find Eigen/ -type f -name "CMakeLists.txt"`
26 echo "Did you install Mercurial?"