Add symphony-cpu lib once (#2232)

This commit is contained in:
Logan Lasiter
2020-09-28 02:46:51 -07:00
committed by GitHub
parent 278bb5063a
commit 7d28afcde3

View File

@@ -19,9 +19,9 @@ if arch == "aarch64":
lenv['CFLAGS'].append("-DUSE_THNEED")
lenv['CXXFLAGS'].append("-DUSE_THNEED")
elif arch == "larch64":
libs += ['gsl', 'CB', 'symphony-cpu', 'pthread']
libs += ['gsl', 'CB', 'pthread']
else:
libs += ['symphony-cpu', 'pthread']
libs += ['pthread']
# for tensorflow support
common_src += ['runners/tfmodel.cc']