blob: de0d544d2e3147cb6d98cf2836535867057f3716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- src/pastix/.gitmodules 2018-08-16 01:49:44.677308863 +0100
+++ src/pastix/.gitmodules 2018-08-16 01:50:52.694393725 +0100
@@ -1,12 +1,12 @@
[submodule "cmake_modules/morse_cmake"]
path = cmake_modules/morse_cmake
- url = ../../solverstack/morse_cmake.git
+ url = https://gitlab.inria.fr/solverstack/morse_cmake.git
fetchRecurseSubmodules = true
ignored = untracked
update = checkout
[submodule "spm"]
path = spm
- url = ../../solverstack/spm.git
+ url = https://gitlab.inria.fr/solverstack/spm.git
fetchRecurseSubmodules = true
ignored = untracked
update = checkout
|