Changeset 87985ca in sasmodels for setup_py2exe.py
- Timestamp:
- Sep 2, 2014 2:35:23 PM (10 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 19dcb933
- Parents:
- f4cf580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup_py2exe.py
r14de349 r87985ca 40 40 import sys 41 41 42 sys.dont_write_bytecode = True42 #sys.dont_write_bytecode = True 43 43 44 44 # Force build before continuing … … 228 228 # Specify required packages to bundle in the executable image. 229 229 packages = ['numpy', 'scipy', 'matplotlib', 'pytz', 'pyparsing', 230 'periodictable', 'bumps .names', 'dream'230 'periodictable', 'bumps', 'sasmodels', 'pyopencl', 231 231 ] 232 232
Note: See TracChangeset
for help on using the changeset viewer.