mirror of
https://github.com/paboyle/Grid.git
synced 2026-09-07 10:19:36 +01:00
compile sp2n fermion impl only if declared at config time
This commit is contained in:
+3
-1
@@ -63,9 +63,11 @@ 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)
|
||||
endif
|
||||
if BUILD_SP
|
||||
extra_sources+=$(SP_FERMION_FILES)
|
||||
extra_sources+=$(SP_TWOIND_FILES)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user