1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

compile sp2n fermion impl only if declared at config time

This commit is contained in:
Alessandro Lupo 2023-06-07 12:53:33 +01:00
parent 2f3d03f188
commit 470d93006a

View File

@ -63,10 +63,12 @@ if BUILD_GPARITY
extra_sources+=$(GP_FERMION_FILES)
endif
if BUILD_FERMION_REPS
extra_sources+=$(SP_FERMION_FILES)
extra_sources+=$(ADJ_FERMION_FILES)
extra_sources+=$(TWOIND_FERMION_FILES)
extra_sources+=$(SP_TWOIND_FILES)
endif
if BUILD_SP
extra_sources+=$(SP_FERMION_FILES)
extra_sources+=$(SP_TWOIND_FILES)
endif
lib_LIBRARIES = libGrid.a