[mlpack] 13/207: Use slightly safer setting for LD_LIBRARY_PATH that preserves the old value.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 24705743856583c1454b9195cb15b952d99358a8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jan 4 10:49:36 2017 -0500

    Use slightly safer setting for LD_LIBRARY_PATH that preserves the old value.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8be4470..0d8e5a9 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ manually).  One way to do this, on Linux, is to ensure that the
 `LD_LIBRARY_PATH` environment variable has the directory that contains
 `libmlpack.so`.  Using bash, this can be set easily:
 
-    export LD_LIBRARY_PATH=/usr/local/lib/
+    export LD_LIBRARY_PATH="/usr/local/lib/:$LD_LIBRARY_PATH"
 
 (or whatever directory `libmlpack.so` is installed in.)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list