Skip to content

Commit

Permalink
Migration to github: Added git submodules.
Browse files Browse the repository at this point in the history
Signed-off-by: Franz R. Sattler <[email protected]>
  • Loading branch information
Franz R. Sattler committed Dec 16, 2024
1 parent 4480487 commit 011018f
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[submodule "external/autodiff"]
path = external/autodiff
url = https://github.com/autodiff/autodiff.git
[submodule "external/sundials"]
path = external/sundials
url = https://github.com/LLNL/sundials.git
[submodule "external/Catch2"]
path = external/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "external/rapidcsv"]
path = external/rapidcsv
url = https://github.com/d99kris/rapidcsv.git
[submodule "external/kokkos"]
path = external/kokkos
url = https://github.com/kokkos/kokkos.git
[submodule "external/rmm"]
path = external/rmm
url = https://github.com/rapidsai/rmm.git
[submodule "external/dealii"]
path = external/dealii
url = https://github.com/dealii/dealii.git
[submodule "external/boost"]
path = external/boost
url = https://github.com/boostorg/boost.git
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "external/eigen"]
path = external/eigen
url = https://gitlab.com/libeigen/eigen
[submodule "external/qmc"]
path = external/qmc
url = https://github.com/mppmu/qmc.git
[submodule "external/thread-pool"]
path = external/thread-pool
url = https://github.com/bshoshany/thread-pool.git
1 change: 1 addition & 0 deletions external/Catch2
Submodule Catch2 added at 0321d2
1 change: 1 addition & 0 deletions external/autodiff
Submodule autodiff added at cc2aa5
1 change: 1 addition & 0 deletions external/boost
Submodule boost added at 4473a3
1 change: 1 addition & 0 deletions external/dealii
Submodule dealii added at 88cb8b
1 change: 1 addition & 0 deletions external/eigen
Submodule eigen added at c01ff4
1 change: 1 addition & 0 deletions external/kokkos
Submodule kokkos added at b6a16b
1 change: 1 addition & 0 deletions external/qmc
Submodule qmc added at 75d244
1 change: 1 addition & 0 deletions external/rapidcsv
Submodule rapidcsv added at a98b85
1 change: 1 addition & 0 deletions external/rmm
Submodule rmm added at c7798b
1 change: 1 addition & 0 deletions external/spdlog
Submodule spdlog added at 24dde3
1 change: 1 addition & 0 deletions external/sundials
Submodule sundials added at 0eff39
1 change: 1 addition & 0 deletions external/thread-pool
Submodule thread-pool added at 097aa7

0 comments on commit 011018f

Please sign in to comment.