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

Ficxing eigen

This commit is contained in:
Peter Boyle 2018-04-16 19:08:07 -04:00
parent a3f5a13591
commit 87c5c0271b

View File

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