From 6e0d43aef56a7a8546a12f4af50697fabcc94050 Mon Sep 17 00:00:00 2001 From: Nils Asmussen Date: Wed, 6 Feb 2019 11:25:51 +0000 Subject: [PATCH] fix patch command for eigen in bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index cffe1b8c..e7495096 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 # apparently already fixed in Eigen HEAD so it should not be # 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...' ./scripts/filelist