From be1fe4f6d621c9f62c0b0a49c48e0d60452a939f Mon Sep 17 00:00:00 2001 From: Sven Woop Date: Wed, 19 Aug 2015 10:50:39 +0200 Subject: [PATCH] resetting CPATH and LD_LIBRARY_PATH in release_linux.sh script to be able to use system TBB also when ICC is installed --- scripts/release_linux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release_linux.sh b/scripts/release_linux.sh index 6b3965878c..8e92b364ad 100755 --- a/scripts/release_linux.sh +++ b/scripts/release_linux.sh @@ -7,6 +7,9 @@ #destdir=`readlink -f "$1"` +export CPATH= +export LD_LIBRARY_PATH= + function check_symbols { for sym in `nm $1 | grep $2_`