From 0152219bec03de2de5b0a2aca9165847e01f20cd Mon Sep 17 00:00:00 2001 From: Yann Pfau-Kempf Date: Thu, 22 Aug 2024 15:45:13 +0300 Subject: [PATCH] Update Makefile Forgot to move the eigen submodule INC to the main Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c2c75ec87..cfdb92645 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ endif INC_FSGRID = -I./submodules/fsgrid/ INC_DCCRG = -I./submodules/dccrg/ INC_VECTORCLASS = -I ./submodules/vectorclass/ -I ./submodules/vectorclass-addon/vector3d/ +INC_EIGEN = -I ./submodules/eigen/ include MAKE/Makefile.${ARCH}