From a15b73666aa272326e66c802d1fd06131f6a9683 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Tue, 7 Feb 2023 15:23:56 +0100 Subject: [PATCH] Update link to dune-fufem and dune-matrix-vector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The modules dune-fufem and dune-matrix-vector have been moved from the FU Berlin server to the server operated by the Dune project when Carsten Gräser left FU Berlin. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5821cb4..e2e965b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,9 +3,9 @@ variables: DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_FORCE_PYTHON3=TRUE" before_script: &before - - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git + - duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git - - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git + - duneci-install-module https://gitlab.dune-project.org/fufem/dune-fufem.git - duneci-install-module https://gitlab.mn.tu-dresden.de/ag-sander/dune/dune-elasticity.git # ADOL-C's comparison operators prior to version 2.7.2 return `int` instead of `bool`, -- GitLab