mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Latest eigen needed for GPU
This commit is contained in:
parent
fdfb8a26a8
commit
7467a1c027
@ -3,7 +3,10 @@
|
||||
EIGEN_URL='http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2'
|
||||
|
||||
echo "-- deploying Eigen source..."
|
||||
wget ${EIGEN_URL} --no-check-certificate && ./scripts/update_eigen.sh `basename ${EIGEN_URL}` && rm `basename ${EIGEN_URL}`
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user