1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-21 13:41:53 +01:00

Merge pull request #481 from vataspro/sp-reps-fix

Only compile higher fermion representations for symplectic gauge group when requested via configure flag
This commit is contained in:
Peter Boyle
2025-08-20 12:57:28 -04:00
committed by GitHub

View File

@@ -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