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:
parent
2f3d03f188
commit
470d93006a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user