Repository: madlib Updated Branches: refs/heads/master 2658b3343 -> dd906f7c7
Doc: Update PyXB version in README.md Update PyXB version to 1.2.6 in README, and add a link to resource for compiling MADlib from source on Linux. Closes #212 Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/dd906f7c Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/dd906f7c Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/dd906f7c Branch: refs/heads/master Commit: dd906f7c7fd5203e77078cacb6c92efa1ab62530 Parents: 2658b33 Author: Frank McQuillan <[email protected]> Authored: Thu Dec 7 15:35:30 2017 -0800 Committer: Nandish Jayaram <[email protected]> Committed: Fri Dec 8 11:41:29 2017 -0800 ---------------------------------------------------------------------- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/madlib/blob/dd906f7c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fc27bec..4e218d5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ latest binary and source packages. For installation and contribution guides, and other useful information please refer to the [`MADlib Wiki`](https://cwiki.apache.org/confluence/display/MADLIB/) +[`Compiling from source on Linux`](https://cwiki.apache.org/confluence/display/MADLIB/Installation+Guide#InstallationGuide-CompileFromSourceCompilingFromSource) details are +also on the wiki. + + Development with Docker ======================= We provide a Docker image with necessary dependencies required to compile and test MADlib on PostgreSQL 9.6. You can view the dependency Docker file at ./tool/docker/base/Dockerfile_postgres_9_6. The image is hosted on Docker Hub at madlib/postgres_9.6:latest. Later we will provide a similar Docker image for Greenplum Database. @@ -121,7 +125,7 @@ MADlib incorporates software from the following third-party components. Bundled Downloaded at build time (or supplied as build dependencies): 6. [`Boost 1.61.0 (or newer)`](http://www.boost.org/) "provides peer-reviewed portable C++ source libraries" -7. [`PyXB 1.2.4`](http://pyxb.sourceforge.net/) "Python library for XML Schema Bindings" +7. [`PyXB 1.2.6`](http://pyxb.sourceforge.net/) "Python library for XML Schema Bindings" 8. [`Eigen 3.2.2`](http://eigen.tuxfamily.org/index.php?title=Main_Page) "C++ template library for linear algebra" Licensing
