Compile error

2018-08-11 Thread xiufeng liu
Hi, When I compile Madlib for Postgresql 10 on Ubuntu 18.04, I got the following error. But, I have already install libboost1.65-all-dev, and libboost1.65-dev Could anybody help? thanks /afancy [ 42%] Built target pythonFiles_postgresql_10 make[3]: Entering directory '/tmp/tmpJa2FVT/madlib-1.14.0

Re: Compile error

2018-08-11 Thread Frank McQuillan
Hi, Ubuntu support is the main theme of the next 1.15.1 release: https://issues.apache.org/jira/projects/MADLIB/versions/12343760 Please see the current database and OS support matrix: https://cwiki.apache.org/confluence/display/MADLIB/FAQ#FAQ-Q1-2WhatdatabaseplatformsdoesMADlibsupportandwhatisth

Re: Compile error

2018-08-11 Thread Rahul Iyer
Hi Xiufeng This is a known boost compatibility issue with 1.65 and above due to the removal of TR1 library. We'll be working on a fix in upcoming release. Typically the MADlib `make` would download boost 1.61 - in this case, since Boost is already present it didn't download a compatible package.

Apache MADlib 1.15 Release

2018-08-11 Thread FENG, Xixuan (Aaron)
On Aug 10, 2018, Apache MADlib completed its fourth release as an Apache Software Foundation Top Level Project. New features include: * Utilities - Columns to vector, vector to columns, drop columns. Improvements: * Multilayer perceptron - Added momentum and Nesterov's accelerated gradient method