[mlpack-svn] r11317 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 1 00:26:55 EST 2012


Author: rcurtin
Date: 2012-02-01 00:26:55 -0500 (Wed, 01 Feb 2012)
New Revision: 11317

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Revert RPATH change.  We have to build with the RPATH and strip it at install
time.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-02-01 00:25:31 UTC (rev 11316)
+++ mlpack/trunk/CMakeLists.txt	2012-02-01 05:26:55 UTC (rev 11317)
@@ -37,10 +37,6 @@
 
 mark_as_advanced(LIBXML2_INCLUDE_DIR LIBXML2_LIBRARY )
 
-# Don't allow any RPATH usage
-# (http://lintian.debian.org/tags/binary-or-shlib-defines-rpath.html)
-set(CMAKE_SKIP_RPATH TRUE)
-
 # Unfortunately this configuration variable is necessary and will need to be
 # updated as time goes on and new versions are released.
 set(Boost_ADDITIONAL_VERSIONS




More information about the mlpack-svn mailing list