1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

Merge pull request #183 from nils-asmussen/fix-eigen-patch

fix patch command for eigen in bootstrap.sh
This commit is contained in:
Peter Boyle
2019-02-06 14:36:36 +00:00
committed by GitHub

View File

@ -8,7 +8,7 @@ wget ${EIGEN_URL} --no-check-certificate && ./scripts/update_eigen.sh ${ARC} &&
# patch for non-portable includes in Eigen 3.3.5 # patch for non-portable includes in Eigen 3.3.5
# apparently already fixed in Eigen HEAD so it should not be # apparently already fixed in Eigen HEAD so it should not be
# a problem in the future (A.P.) # a problem in the future (A.P.)
patch Grid/Eigen/unsupported/CXX11/Tensor scripts/eigen-3.3.5.Tensor.patch patch Eigen/unsupported/Eigen/CXX11/Tensor scripts/eigen-3.3.5.Tensor.patch
echo '-- generating Make.inc files...' echo '-- generating Make.inc files...'
./scripts/filelist ./scripts/filelist