summarylogtreecommitdiffstats
path: root/vtk-visit-libs.patch
blob: 471698b17db66f25234a583b270c92a51e2cd8a3 (plain)
1
2
3
4
5
6
7
8
9
10
--- bin/frontendlauncher	2015-10-20 16:34:18.370897585 +0200
+++ bin/frontendlauncher.new	2015-10-20 16:35:00.551029962 +0200
@@ -153,6 +153,7 @@
     exec "$visitpython" $frontendlauncherpy $0 ${1+"$@"}
 else
     #echo "System python $frontendlauncherpy $0 ${1+"$@"}"
+    export LD_LIBRARY_PATH=/opt/vtk-6.1.0/lib:${LD_LIBRARY_PATH}
     exec python2 $frontendlauncherpy $0 ${1+"$@"}
 fi
 $0 = shift @ARGV;