mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
build system improvements after discussion with Peter
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./scripts/update_eigen.sh eigen-3.2.9.tar.bz2
|
||||
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.2.9.tar.bz2'
|
||||
|
||||
echo "-- deploying Eigen source..."
|
||||
wget ${EIGEN_URL}
|
||||
./scripts/update_eigen.sh `basename ${EIGEN_URL}`
|
||||
rm `basename ${EIGEN_URL}`
|
||||
echo '-- generating Make.inc files...'
|
||||
./scripts/filelist
|
||||
echo '-- generating configure script...'
|
||||
autoreconf -fvi
|
||||
|
Reference in New Issue
Block a user