You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/04/18 11:02:25 UTC

[arrow] branch master updated: ARROW-2465: [Plasma/GPU] Preserve plasma_store rpath

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 72df18c  ARROW-2465: [Plasma/GPU] Preserve plasma_store rpath
72df18c is described below

commit 72df18c6938453eaf3fd08289da28ef0b6ecd3bd
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Wed Apr 18 13:02:18 2018 +0200

    ARROW-2465: [Plasma/GPU] Preserve plasma_store rpath
    
    This allows it to find libarrow_gpu.so when installed
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #1901 from pitrou/ARROW-2465-plasma-store-rpath and squashes the following commits:
    
    c3a544ea <Antoine Pitrou> ARROW-2465:  Preserve plasma_store rpath
---
 cpp/src/plasma/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp/src/plasma/CMakeLists.txt b/cpp/src/plasma/CMakeLists.txt
index bc00f98..31c007f 100644
--- a/cpp/src/plasma/CMakeLists.txt
+++ b/cpp/src/plasma/CMakeLists.txt
@@ -147,6 +147,7 @@ install(FILES
   DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/plasma")
 
 # Plasma store
+set_target_properties(plasma_store PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)
 install(TARGETS plasma_store DESTINATION ${CMAKE_INSTALL_BINDIR})
 
 # pkg-config support

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.