Skip to content

Commit

Permalink
restored accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
smhurwitz committed Jan 12, 2024
1 parent 55d8c2e commit 4cc8be5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[submodule "thirdparty/xtensor"]
path = thirdparty/xtensor
url = https://github.com/xtensor-stack/xtensor.git
[submodule "thirdparty/xtensor-python"]
path = thirdparty/xtensor-python
url = https://github.com/xtensor-stack/xtensor-python.git
[submodule "thirdparty/xtl"]
path = thirdparty/xtl
url = https://github.com/xtensor-stack/xtl.git
[submodule "thirdparty/pybind11"]
path = thirdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "thirdparty/xsimd"]
path = thirdparty/xsimd
url = https://github.com/xtensor-stack/xsimd.git
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git

0 comments on commit 4cc8be5

Please sign in to comment.