From 59c1c77ffab2dfdec86d0bf1b34aa017ecd2192b Mon Sep 17 00:00:00 2001 From: Justus Calvin Date: Sun, 3 Aug 2014 17:09:33 -0400 Subject: [PATCH] Updated Blis submodule to point to the github repo --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 55819522b7..b38585d3bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "external/blis"] path = external/blis - url = https://code.google.com/p/blis.git + url = https://github.com/flame/blis.git [submodule "external/OpenBLAS"] path = external/OpenBLAS url = https://github.com/xianyi/OpenBLAS.git