From af7edc51b3550de96b92665f7b028dd3f17bc98d Mon Sep 17 00:00:00 2001 From: Carl-Martin Pfeiler <carl-martin.pfeiler@asc.tuwien.ac.at> Date: Wed, 8 Jan 2020 11:10:48 +0100 Subject: [PATCH] updated commics hash in installer --- local_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_installer.sh b/local_installer.sh index 3c4c428..3a2e1a0 100644 --- a/local_installer.sh +++ b/local_installer.sh @@ -8,7 +8,7 @@ WRITE_PATHS_TO=~/.bashrc NGSOLVE_GIT_VERSION_HASH="0419c0285dae6589c32a5ddfaf0dea2e89a5e3b7" BEMPP_GIT_VERSION_HASH="ce2ffc1ce52f07bf5890b19fb7c4389a7bb1031a" NGBEM_GIT_VERSION_HASH="499138ca5dd17e812d3bdfdc0556afbff4ca340c" -COMMICS_GIT_VERSION_HASH="c4974e13106b6478663a211abd841b6c5ecf85d3" +COMMICS_GIT_VERSION_HASH="cb67b268c0cb56e1b532087284270148217f94fd" ################################################################################ # install requirements -- GitLab