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
962259e8
Commit
962259e8
authored
Nov 06, 2017
by
eric pellegrini
Browse files
disabled py2app optimization flag for testing dmg
parent
6dfda4d9
Pipeline
#3007
passed with stages
in 11 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
962259e8
...
...
@@ -9,3 +9,4 @@ dist/
Tests/FunctionalTests/Jobs
/.gitignore
/MANIFEST
.settings
BuildServer/Darwin/Scripts/build.py
View file @
962259e8
...
...
@@ -21,7 +21,6 @@ if sys.platform.startswith('darwin'):
'iconfile'
:
u
'../../../MDANSE/GUI/Icons/mdanse.icns'
,
'excludes'
:
'PyQt4'
,
'matplotlib_backends'
:
'-'
,
'optimize'
:
'1'
,
'plist'
:
PLIST
,
'bdist_base'
:
'../Build/build'
,
'dist_dir'
:
'../Build/dist'
,
...
...
@@ -36,4 +35,4 @@ if sys.platform.startswith('darwin'):
setup_requires
=
[
'py2app'
]
)
else
:
print
'No build_app implementation for your system.'
print
'No build_app implementation for your system.'
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