[GitHub] madlib pull request #306: Ubuntu support

2018-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/madlib/pull/306 ---

[GitHub] madlib pull request #306: Ubuntu support

2018-08-06 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/madlib/pull/306#discussion_r208064138 --- Diff: deploy/DEB/postinst --- @@ -0,0 +1,46 @@ +#!/bin/sh +# +# coding=utf-8 +# +# Licensed to the Apache Software Foundation (ASF

[GitHub] madlib pull request #306: Ubuntu support

2018-08-04 Thread iyerr3
Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/306#discussion_r207707579 --- Diff: cmake/LinuxUtils.cmake --- @@ -10,3 +10,37 @@ macro(rh_version OUT_VERSION) endif(EXISTS "/etc/redhat-release") endmacro(rh_version)

[GitHub] madlib pull request #306: Ubuntu support

2018-08-04 Thread iyerr3
Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/306#discussion_r207707634 --- Diff: deploy/DEB/postinst --- @@ -0,0 +1,46 @@ +#!/bin/sh +# +# coding=utf-8 +# +# Licensed to the Apache Software Foundation (ASF) und

[GitHub] madlib pull request #306: Ubuntu support

2018-08-04 Thread iyerr3
Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/306#discussion_r207707569 --- Diff: CMakeLists.txt --- @@ -124,10 +124,29 @@ else() set(M4_ARGUMENTS "--prefix-builtins") endif() +# -- Local includes -

[GitHub] madlib pull request #306: Ubuntu support

2018-08-04 Thread iyerr3
Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/306#discussion_r207707589 --- Diff: deploy/CMakeLists.txt --- @@ -10,13 +10,29 @@ if(APPLE) PackageMaker ) elseif(UNIX) -list(APPEND CPACK_GENERATOR

[GitHub] madlib pull request #306: Ubuntu support

2018-08-02 Thread orhankislal
GitHub user orhankislal opened a pull request: https://github.com/apache/madlib/pull/306 Ubuntu support You can merge this pull request into a Git repository by running: $ git pull https://github.com/madlib/madlib ubuntu-support Alternatively you can review and apply these ch