From ea10a2aabadb0d494792612c9ee595c7669084f9 Mon Sep 17 00:00:00 2001 From: Carl <carl-martin.pfeiler@asc.tuwien.ac.at> Date: Fri, 18 Jun 2021 11:02:26 +0200 Subject: [PATCH] local_installer: eigen download updated --- local_installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local_installer.sh b/local_installer.sh index 3a2e1a0..8aa26a3 100644 --- a/local_installer.sh +++ b/local_installer.sh @@ -39,9 +39,9 @@ echo "export PATH=\${PATH}:\${NETGENDIR}" >> ${WRITE_PATHS_TO} #bem++ installation mkdir -p ${SOFTWARE_DIR}/eigen cd ${SOFTWARE_DIR}/eigen -wget "http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2" -tar -xjf 3.3.7.tar.bz2 -mv eigen-eigen-* eigen-headers +wget https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.bz2 +tar -xjf eigen-3.3.9.tar.bz2 +mv eigen-3.3.9 eigen-headers mkdir -p ${SOFTWARE_DIR}/bempp cd ${SOFTWARE_DIR}/bempp git clone https://bitbucket.org/bemppsolutions/bempp.git bempp-src -- GitLab