commit 3d021bff06158675b389ebac1756864f5d94d9df parent a57f94d91dbad65f63fbb261ac38a13b61242e07 Author: Fabian Wermelinger <fab4100@posteo.net> Date: Sun, 11 Jul 2021 01:36:33 +0200 Replace git submodule with meson wrap Diffstat:
| D | .gitmodules | | | 3 | --- |
| D | subprojects/ode_toolbox | | | 1 | - |
| A | subprojects/ode_toolbox.wrap | | | 5 | +++++ |
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "ode_toolbox"] - path = subprojects/ode_toolbox - url = https://gitlab.ethz.ch/fabianw/ode_toolbox.git diff --git a/subprojects/ode_toolbox b/subprojects/ode_toolbox @@ -1 +0,0 @@ -Subproject commit f4f2533550801f913c0681ecc969c851aea0db3e diff --git a/subprojects/ode_toolbox.wrap b/subprojects/ode_toolbox.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory = ode_toolbox +url = https://git.sr.ht/~fab4100/ode-toolbox +revision = master +depth = 1