You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/06/16 09:26:26 UTC

[2/2] incubator-singa git commit: SINGA-13 Separate intermediate files of compilation from source files (optional)

SINGA-13 Separate intermediate files of compilation from source files (optional)

This patch enables developers to compile the source files into a separate folder by

mkdir build && cd build
../configure
make

The executable file (singa) is inside the build/ folder. Developers should manually copy it
into the bin/ folder to run the singa-run script.

The previous compilation flow is still supported, i.e., run ./configure in top folder directly.

Merge branch 'update-compile'


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/d98c9efc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/d98c9efc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/d98c9efc

Branch: refs/heads/master
Commit: d98c9efc6126206413b390d2e3998d57a75a6337
Parents: 4df2bb5 a1e449e
Author: wang wei <wa...@comp.nus.edu.sg>
Authored: Tue Jun 16 15:21:20 2015 +0800
Committer: wang wei <wa...@comp.nus.edu.sg>
Committed: Tue Jun 16 15:21:20 2015 +0800

----------------------------------------------------------------------
 Makefile.am | 9 +++++----
 Makefile.in | 9 +++++----
 README.md   | 8 ++++++++
 3 files changed, 18 insertions(+), 8 deletions(-)
----------------------------------------------------------------------