1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00
Grid/bootstrap.sh

14 lines
356 B
Bash
Raw Normal View History

2017-03-21 07:11:35 +00:00
]#!/usr/bin/env bash
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.2.9.tar.bz2'
echo "-- deploying Eigen source..."
wget ${EIGEN_URL} --no-check-certificate
./scripts/update_eigen.sh `basename ${EIGEN_URL}`
rm `basename ${EIGEN_URL}`
2016-08-06 00:28:28 +01:00
echo '-- generating Make.inc files...'
./scripts/filelist
echo '-- generating configure script...'
2016-08-01 09:51:06 +01:00
autoreconf -fvi