Repository: incubator-singa Updated Branches: refs/heads/master 8bf975cbc -> a0199588c
add uncommited file in last commit, i.e., Makefile.example Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/a0199588 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/a0199588 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/a0199588 Branch: refs/heads/master Commit: a0199588c9a54a83e42a64bc716941d30a6c6185 Parents: 8bf975c Author: wang wei <[email protected]> Authored: Wed Jun 24 22:45:05 2015 +0800 Committer: wang wei <[email protected]> Committed: Wed Jun 24 22:45:05 2015 +0800 ---------------------------------------------------------------------- examples/cifar10/Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/a0199588/examples/cifar10/Makefile.example ---------------------------------------------------------------------- diff --git a/examples/cifar10/Makefile.example b/examples/cifar10/Makefile.example index 2a8b67a..aa9bf6f 100644 --- a/examples/cifar10/Makefile.example +++ b/examples/cifar10/Makefile.example @@ -9,7 +9,7 @@ cifar-10-binary-bin: tar xf cifar-10-binary.tar.gz create: - $(CXX) create_shard.cc -std=c++11 -lsingashard -lprotobuf -lglog -I../../include \ + $(CXX) create_shard.cc -std=c++11 -lsinga -lprotobuf -lglog -I../../include \ -L../../.libs/ -Wl,-unresolved-symbols=ignore-in-shared-libs -Wl,-rpath=../../.libs/ \ -o create_shard.bin mkdir cifar10_train_shard
