Strip lapacke.h to only the declarations used by Eigen

libeigen/eigen!2322

Closes #2851
This commit is contained in:
Pavel Guzenfeld
2026-03-28 03:16:46 +00:00
committed by Rasmus Munk Larsen
parent cf508c096b
commit 90ca5bfd9a
5 changed files with 30 additions and 9890 deletions

View File

@@ -24,7 +24,7 @@ fi
# External-dependency modules that require third-party headers we don't have,
# and utility-only directories with no standalone module header.
SKIP_MODULES="AccelerateSupport|CholmodSupport|KLUSupport|MetisSupport|PaStiXSupport|PardisoSupport|SPQRSupport|SuperLUSupport|UmfPackSupport|TensorUtil"
SKIP_MODULES="AccelerateSupport|CholmodSupport|KLUSupport|MetisSupport|PaStiXSupport|PardisoSupport|SPQRSupport|SuperLUSupport|UmfPackSupport|TensorUtil|misc"
# Get changed files (Added, Modified, Renamed).
CHANGED_FILES=$(git diff --name-only --diff-filter=AMR "${BASE_SHA}" HEAD)