From 0ad837f595bbeab2d67c900a60e333d7a7e19810 Mon Sep 17 00:00:00 2001 From: Alexis Provatas Date: Wed, 20 Aug 2025 17:48:39 +0100 Subject: [PATCH] Fix Sp representations compilation --- Grid/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Grid/Makefile.am b/Grid/Makefile.am index 8472dd71..8c7cb5c5 100644 --- a/Grid/Makefile.am +++ b/Grid/Makefile.am @@ -68,8 +68,10 @@ if BUILD_FERMION_REPS endif if BUILD_SP extra_sources+=$(SP_FERMION_FILES) +if BUILD_FERMION_REPS extra_sources+=$(SP_TWOIND_FERMION_FILES) endif +endif lib_LIBRARIES = libGrid.a