Prepare RAT check
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/60a17bbf Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/60a17bbf Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/60a17bbf Branch: refs/heads/master Commit: 60a17bbf2e73f745180d2cd9da4bca087c09af13 Parents: ae1b33a Author: Anh Dinh <[email protected]> Authored: Thu Dec 31 23:07:37 2015 +0800 Committer: Wei Wang <[email protected]> Committed: Wed Jan 6 02:18:29 2016 +0800 ---------------------------------------------------------------------- NOTICE | 3 +-- README.md | 9 +++++++++ rat-excludes | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/60a17bbf/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 8737edd..24ef0a5 100644 --- a/NOTICE +++ b/NOTICE @@ -13,5 +13,4 @@ This software contains codes from the other projects: Caffe (https://github.com/ The software uses external libraries including czmq, glog, google protobuf, OpenCV and Openblas. -The software also has optional dependencies for advanced features, including cuda, cudnn, libhdf3 and Apache Mesos -(vesion >= 2.0) +The software also has optional dependencies for advanced features, including cuda, cudnn, libhdf3, HDFS, Apache Mesos. http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/60a17bbf/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7491f4f..caa6cf7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,15 @@ variables to continue the building instructions, $ export LIBRARY_PATH=$PREFIX/lib:$LIBRARY_PATH $ export PATH=$PREFIX/bin:$PATH +###Optional dependencies +For advanced features, the following libraries are needed: + + * `cuda` (NIVIDA CUDA Toolkit EUL) + * `cudnn` (NIVIDA CuDNN EULA) + * `Apache Mesos` (Apache 2.0) + * `Apache Hadoop` (Apache 2.0) + * `libhdfs3` (Apache 2.0) + ##Documentation Full documentation is available online at [Official Documentation](https://singa.incubator.apache.org/docs/overview.html). http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/60a17bbf/rat-excludes ---------------------------------------------------------------------- diff --git a/rat-excludes b/rat-excludes index bfe9217..2ef810e 100644 --- a/rat-excludes +++ b/rat-excludes @@ -3,6 +3,7 @@ Makefile.* configure .gitignore conf/* +doc/* config/* \.dirstamp autom4te.cache/*
