From e294132ef08c1dd6e8807b557351bcd19fc50c62 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 23 Apr 2021 15:49:50 +0200
Subject: [PATCH] Add hmat-oss as a submodule of coreblas

---
 .gitmodules       | 3 +++
 coreblas/hmat-oss | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 coreblas/hmat-oss

diff --git a/.gitmodules b/.gitmodules
index 75281289e..6ae9b2ca1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
 [submodule "doc/orgmode/org-html-themes"]
 	path = doc/orgmode/org-html-themes
 	url = https://github.com/fniessen/org-html-themes.git
+[submodule "coreblas/hmat-oss"]
+	path = coreblas/hmat-oss
+	url = https://github.com/jeromerobert/hmat-oss.git
diff --git a/coreblas/hmat-oss b/coreblas/hmat-oss
new file mode 160000
index 000000000..e0f34af5e
--- /dev/null
+++ b/coreblas/hmat-oss
@@ -0,0 +1 @@
+Subproject commit e0f34af5eaf36329a336742183e17755df174b4c
-- 
GitLab