1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 03:05:55 +01:00

Eigen sim link off head revision

This commit is contained in:
Peter Boyle 2018-04-16 17:54:46 -04:00
parent a8a0bb85cc
commit 9fe28f00eb

View File

@ -6,6 +6,7 @@ echo "-- deploying Eigen source..."
cd lib
rm -rf Eigen
git clone https://github.com/eigenteam/eigen-git-mirror.git
ln -s eigen-git-mirror/Eigen .
echo 'eigen_files =\' > Eigen.inc
find Eigen -type f -print | sed 's/^/ /;$q;s/$/ \\/' >> Eigen.inc
cd ..