Commit 62055724 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

update evalhyd submodule to v0.1.0

1 merge request!1release v0.1.0.0
Pipeline #46292 failed with stage
in 36 seconds
Showing with 6 additions and 7 deletions
+6 -7
[submodule "deps/evalhyd"]
path = deps/evalhyd
url = https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd.git
branch = dev
[submodule "deps/xtl"]
path = deps/xtl
url = https://github.com/xtensor-stack/xtl.git
......@@ -11,3 +7,6 @@
[submodule "deps/xtensor"]
path = deps/xtensor
url = https://github.com/xtensor-stack/xtensor.git
[submodule "deps/evalhyd-cpp"]
path = deps/evalhyd-cpp
url = https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-cpp.git
Subproject commit 31cf8da51a415301a7a1842b5dbc0ecdd3fff1b1
Subproject commit d86043f5a28b697a902cc52842ed439583f5f42d
......@@ -12,6 +12,6 @@ dependencies:
- numpy
- pybind11
- xtensor-python==0.26.1
#TODO: - evalhyd==0.0.1
- evalhyd-cpp==0.1.0
# Test dependencies
- numpy
......@@ -11,7 +11,7 @@ with open("evalhyd/version.py", 'r') as fv:
exec(fv.read())
# vendor dependencies (unless told otherwise via environment variable)
deps = ['xtl', 'xtensor', 'xtensor-python', 'evalhyd']
deps = ['xtl', 'xtensor', 'xtensor-python', 'evalhyd-cpp']
deps_blank_path = os.path.join(os.getcwd(), 'deps', '{}', 'include')
deps_include_dirs = []
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment