1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Merge pull request #28 from LupoA/sp2n/config

compile sp2n fermion impl only if declared at config time
This commit is contained in:
chillenzer
2023-06-09 13:07:48 +00:00
committed by GitHub

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