Skip to content
Snippets Groups Projects
Commit e605d8d2 authored by Valerio Mariani's avatar Valerio Mariani Committed by Bienchen
Browse files

Updated bundling scripts

Thanks Tobias for diagnosing the problem
parent 88fd1fd1
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ import PyQt4 ...@@ -11,7 +11,7 @@ import PyQt4
# parameters that can be modified # parameters that can be modified
qt4_plugins_location='/usr/lib/i386-linux-gnu/qt4/plugins' qt4_plugins_location='/usr/lib/i386-linux-gnu/qt4/plugins'
ssl_crypto_location='/lib/i386-linux-gnu/' ssl_crypto_location='/lib/i386-linux-gnu/'
chemlib_dictionary_location='/home/bundler/compounds.chemlib' chemlib_dictionary_location='/data/Work/Software/compounds.chemlib'
list_of_excluded_libraries=[ list_of_excluded_libraries=[
'ld-linux', 'ld-linux',
'libexpat', 'libexpat',
......
...@@ -31,13 +31,13 @@ export DYLD_FRAMEWORK_PATH="$DNG_LIBDIR:${DYLD_FRAMEWORK_PATH}" ...@@ -31,13 +31,13 @@ export DYLD_FRAMEWORK_PATH="$DNG_LIBDIR:${DYLD_FRAMEWORK_PATH}"
export DYLD_LIBRARY_PATH="$DNG_LIBDIR:${DYLD_LIBRARY_PATH}" export DYLD_LIBRARY_PATH="$DNG_LIBDIR:${DYLD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}" export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}"
# set QT_PLUGIN_PATH for bundle (commented except in linux bundles) # set QT_PLUGIN_PATH for bundle (commented except in linux bundles)
# export QT_PLUGIN_PATH="$BIN_DIR/plugins" #export QT_PLUGIN_PATH="$BIN_DIR/plugins"
# unset PYTHONPATH for bundle (commented except in linux bundles) # unset PYTHONPATH for bundle (commented except in linux bundles)
# unset PYTHONPATH #unset PYTHONPATH
# retrieve absolute path to python executable # retrieve absolute path to python executable
pyexec="@PYTHON_BINARY@" pyexec="$DNG_ROOT/bin/python"
if [ ! -x "$pyexec" ]; then if [ ! -x "$pyexec" ]; then
echo "Error: Python executable '$pyexec' not found!" echo "Error: Python executable '$pyexec' not found!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment