From: <ai...@us...> - 2008-10-14 01:22:08
|
Revision: 8889 http://plplot.svn.sourceforge.net/plplot/?rev=8889&view=rev Author: airwin Date: 2008-10-14 01:22:06 +0000 (Tue, 14 Oct 2008) Log Message: ----------- Solved long-standing screwup in install rpath order that was causing system versions of libplplot to be accessed by dynamic devices rather than the correct version corresponding to the actual install prefix. Modified Paths: -------------- trunk/drivers/CMakeLists.txt Modified: trunk/drivers/CMakeLists.txt =================================================================== --- trunk/drivers/CMakeLists.txt 2008-10-13 05:57:25 UTC (rev 8888) +++ trunk/drivers/CMakeLists.txt 2008-10-14 01:22:06 UTC (rev 8889) @@ -96,9 +96,9 @@ # automatically (so long as full pathnames to libraries are used). set( ${SOURCE_ROOT_NAME}_RPATH + ${LIB_DIR} ${${SOURCE_ROOT_NAME}_RPATH} ${libplplot${LIB_TAG}_RPATH} - ${LIB_DIR} ) # Our implementation of dynamic loading using libltdl assumes # the prefix should always be nothing (rather than lib) and the suffix This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |