diff --git a/.gitmodules b/.gitmodules index 52776b68ef22ca02dd325d89eb47c552fc403db3..1fb3d67c6f27ca86d8e370a636956f5c879732ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,6 +82,10 @@ path = third_party/gtest url = https://github.com/google/googletest.git ignore = dirty +[submodule "third_party/openblas"] + path = third_party/openblas + url = https://github.com/xianyi/OpenBLAS.git + ignore = dirty [submodule "third_party/leveldb"] path = third_party/leveldb url = https://github.com/google/leveldb.git diff --git a/third_party/openblas b/third_party/openblas new file mode 160000 index 0000000000000000000000000000000000000000..5f36f18148603facb6c3540e673610d6b24cbfbb --- /dev/null +++ b/third_party/openblas @@ -0,0 +1 @@ +Subproject commit 5f36f18148603facb6c3540e673610d6b24cbfbb