mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Change eigen submodule url (#2975)
This commit is contained in:
parent
8888b71562
commit
bc9f55df47
3 changed files with 4 additions and 4 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -24,7 +24,7 @@
|
|||
url = https://github.com/google/re2.git
|
||||
[submodule "cmake/external/eigen"]
|
||||
path = cmake/external/eigen
|
||||
url = https://github.com/eigenteam/eigen-git-mirror.git
|
||||
url = https://gitlab.com/libeigen/eigen.git
|
||||
[submodule "cmake/external/DNNLibrary"]
|
||||
path = cmake/external/DNNLibrary
|
||||
url = https://github.com/JDAI-CV/DNNLibrary
|
||||
|
|
|
|||
|
|
@ -139,8 +139,8 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "899973df982f2d389659d9e4266efabb3da1ecc8",
|
||||
"repositoryUrl": "https://github.com/eigenteam/eigen-git-mirror.git"
|
||||
"commitHash": "efd9867ff0e8df23016ac6c9828d0d7bf8bec1b1",
|
||||
"repositoryUrl": "https://gitlab.com/libeigen/eigen.git"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
2
cmake/external/eigen
vendored
2
cmake/external/eigen
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 899973df982f2d389659d9e4266efabb3da1ecc8
|
||||
Subproject commit efd9867ff0e8df23016ac6c9828d0d7bf8bec1b1
|
||||
Loading…
Reference in a new issue