From 857eedef9a3642ea6814459feefbe7faa9486612 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 24 Jul 2024 23:56:20 +0200
Subject: [PATCH] tools: add lapack.h to check_header exceptions

---
 tools/check_header.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/check_header.sh b/tools/check_header.sh
index 2348bee3d..acae8a847 100755
--- a/tools/check_header.sh
+++ b/tools/check_header.sh
@@ -186,6 +186,7 @@ files=$( git ls-files                     |
              grep -v CTest                |
              grep -v cblas.h              |
              grep -v "lapacke.*\.h"       |
+             grep -v "coreblas/lapack\.h"       |
              grep -v ".*eztrace_module$"  |
              grep -v "simucore/perfmodels/\.starpu" |
              grep -v "\.xml"              |
-- 
GitLab