mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
bootstrap script does not destroy Eigen is working offline
This commit is contained in:
parent
2fd4989029
commit
3127b52c90
@ -3,9 +3,7 @@
|
|||||||
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.3.3.tar.bz2'
|
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.3.3.tar.bz2'
|
||||||
|
|
||||||
echo "-- deploying Eigen source..."
|
echo "-- deploying Eigen source..."
|
||||||
wget ${EIGEN_URL} --no-check-certificate
|
wget ${EIGEN_URL} --no-check-certificate && ./scripts/update_eigen.sh `basename ${EIGEN_URL}` && rm `basename ${EIGEN_URL}`
|
||||||
./scripts/update_eigen.sh `basename ${EIGEN_URL}`
|
|
||||||
rm `basename ${EIGEN_URL}`
|
|
||||||
|
|
||||||
echo '-- generating Make.inc files...'
|
echo '-- generating Make.inc files...'
|
||||||
./scripts/filelist
|
./scripts/filelist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user