Github user asfgit closed the pull request at:
https://github.com/apache/madlib/pull/306
---
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 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 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 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 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 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