From 79c6fb70b6d88c73078951a3110021c36e35ec87 Mon Sep 17 00:00:00 2001 From: Yann Pfau-Kempf Date: Thu, 22 Aug 2024 15:50:45 +0300 Subject: [PATCH] Update Makefile.github_actions Keep one Makefile with arch-specific INCLUDE paths. --- MAKE/Makefile.github_actions | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAKE/Makefile.github_actions b/MAKE/Makefile.github_actions index 80d6f0f55..55205e429 100644 --- a/MAKE/Makefile.github_actions +++ b/MAKE/Makefile.github_actions @@ -80,3 +80,9 @@ LIB_PROFILE = -I $(LIBRARY_PREFIX)/include ${GITHUB_WORKSPACE}/libraries/lib/lib INC_PROFILE = INC_TOPO = +# Works without but as an example: arch-specific INCLUDE paths be like this: +INC_DCCRG = -I${GITHUB_WORKSPACE}/submodules/dccrg +INC_EIGEN = -I${GITHUB_WORKSPACE}/submodules/eigen +INC_FSGRID = -I${GITHUB_WORKSPACE}/submodules/fsgrid +INC_VECTORCLASS = -isystem ${GITHUB_WORKSPACE}/submodules/vectorclass/ -isystem ${GITHUB_WORKSPACE}/submodules/vectorclass-addon/vector3d/ +INC_EIGEN = -isystem ${GITHUB_WORKSPACE}/submodules/eigen/