1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/bootstrap.sh
2018-03-19 07:08:10 -04:00

15 lines
435 B
Bash
Executable File

#!/usr/bin/env bash
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2'
echo "-- deploying Eigen source..."
cd lib
git clone https://github.com/eigenteam/eigen-git-mirror.git
cd ..
#wget ${EIGEN_URL} --no-check-certificate && ./scripts/update_eigen.sh `basename ${EIGEN_URL}` && rm `basename ${EIGEN_URL}`
echo '-- generating Make.inc files...'
./scripts/filelist
echo '-- generating configure script...'
autoreconf -fvi