Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
2e79ace4
Commit
2e79ace4
authored
Jun 02, 2017
by
eric pellegrini
Browse files
Update run_deploy.sh
parent
9accd69f
Pipeline
#2099
passed with stages
in 12 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/run_deploy.sh
View file @
2e79ace4
...
...
@@ -65,7 +65,8 @@ sleep 5
# recipe to make the dmg free from the building machine dependency adapted from
# http://joaoventura.net/blog/2016/embeddable-python-osx/
cp
/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python dist/MDANSE.app/Contents/MacOS/python
cp
-r
/usr/local/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ ./dist/MDANSE.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7
cp
/usr/local/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python dist/MDANSE.app/Contents/MacOS/python
cp
/usr/local/Frameworks/Python.framework/Versions/2.7/Python ./dist/MDANSE.app/Contents/MacOS/libpython2.7.dylib
install_name_tool
-change
/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/Python @executable_path/libpython2.7.dylib ./dist/MDANSE.app/Contents/MacOS/python
chmod
777 ./dist/MDANSE.app/Contents/MacOS/libpython2.7.dylib
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment