Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
e605d8d2
Commit
e605d8d2
authored
12 years ago
by
Valerio Mariani
Committed by
Bienchen
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated bundling scripts
Thanks Tobias for diagnosing the problem
parent
88fd1fd1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deployment/linux/create_bundle_precise.py
+1
-1
1 addition, 1 deletion
deployment/linux/create_bundle_precise.py
scripts/ost_config.in
+3
-3
3 additions, 3 deletions
scripts/ost_config.in
with
4 additions
and
4 deletions
deployment/linux/create_bundle_precise.py
+
1
−
1
View file @
e605d8d2
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
scripts/ost_config.in
+
3
−
3
View file @
e605d8d2
...
@@ -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!"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment