Add symphony-cpu lib once (#2232)

old-commit-hash: 7d28afcde3996e5c8ae5d712d431a67e5887750f
This commit is contained in:
Logan Lasiter
2020-09-28 02:46:51 -07:00
committed by GitHub
parent 32f505ba13
commit f127e4048e
+2 -2
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']