Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
mantidproject
mantid
Commits
6c233d50
Commit
6c233d50
authored
6 years ago
by
Peterson, Peter
Browse files
Options
Downloads
Patches
Plain Diff
Add back location of executable
parent
d711be3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildconfig/CMake/Packaging/launch_mantidworkbench.sh.in
+1
-1
1 addition, 1 deletion
buildconfig/CMake/Packaging/launch_mantidworkbench.sh.in
buildconfig/CMake/Packaging/mantidpython.in
+10
-8
10 additions, 8 deletions
buildconfig/CMake/Packaging/mantidpython.in
with
11 additions
and
9 deletions
buildconfig/CMake/Packaging/launch_mantidworkbench.sh.in
+
1
−
1
View file @
6c233d50
...
...
@@ -15,7 +15,7 @@ INSTALLDIR=$(dirname $INSTALLDIR) # root install directory
@VIRTUAL_GL_WRAPPER@
#
d
efine where python libraries are
#
D
efine where python libraries are
LOCAL_PYTHONPATH
=
@LOCAL_PYPATH@@PARAVIEW_PYTHON_PATHS@
if
[
-n
"
${
PYTHONPATH
}
"
]
;
then
LOCAL_PYTHONPATH
=
${
LOCAL_PYTHONPATH
}
:
${
PYTHONPATH
}
...
...
This diff is collapsed.
Click to expand it.
buildconfig/CMake/Packaging/mantidpython.in
+
10
−
8
View file @
6c233d50
...
...
@@ -5,8 +5,8 @@
# Script is configured by CMake
# Find out where we are
SCRIPT
FILE
=
$(
readlink
-f
"
$0
"
)
INSTALLDIR
=
$(
dirname
$
SCRIPT
FILE
)
# directory of executable
THIS
FILE
=
$(
readlink
-f
"
$0
"
)
INSTALLDIR
=
$(
dirname
$
THIS
FILE
)
# directory of executable
INSTALLDIR
=
$(
dirname
$INSTALLDIR
)
# root install directory
@MTD_PATH_DEFINITION@
...
...
@@ -21,8 +21,8 @@ fi
# Define paraview information
PV_PLUGIN_PATH
=
"
${
INSTALLDIR
}
/plugins/paraview/qt4"
# Define
extra
libraries
for python
LOCAL_PYTHONPATH
=
@LOCAL_PYPATH@@PARAVIEW_PYTHON_PATHS@
# Define
where python
libraries
are
LOCAL_PYTHONPATH
=
${
INSTALLDIR
}
/bin:
@LOCAL_PYPATH@@PARAVIEW_PYTHON_PATHS@
if
[
-n
"
${
PYTHONPATH
}
"
]
;
then
LOCAL_PYTHONPATH
=
${
LOCAL_PYTHONPATH
}
:
${
PYTHONPATH
}
fi
...
...
@@ -40,7 +40,9 @@ else
fi
LD_PRELOAD
=
${
LOCAL_PRELOAD
}
TCMALLOC_RELEASE_RATE
=
${
TCM_RELEASE
}
\
TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD
=
${
TCM_REPORT
}
\
PV_PLUGIN_PATH
=
${
PV_PLUGIN_PATH
}
\
LD_LIBRARY_PATH
=
${
LOCAL_LDPATH
}
PYTHONPATH
=
${
LOCAL_PYTHONPATH
}
\
exec
"
$@
"
TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD
=
${
TCM_REPORT
}
\
PYTHONPATH
=
${
LOCAL_PYTHONPATH
}
\
LD_LIBRARY_PATH
=
${
LOCAL_LDPATH
}
\
PV_PLUGIN_PATH
=
${
PV_PLUGIN_PATH
}
\
exec
"
$@
"
#
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