Changeset 67d8b1b in sasview for installers


Ignore:
Timestamp:
Sep 21, 2017 3:26:13 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
6a88ad9
Parents:
12d3e0e
Message:

force inclusion of data loaders in mac package

Location:
installers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • installers/sasview_gui.py

    r2f6d340 r67d8b1b  
    11from sas.sasview.sasview import run_gui 
     2# force inclusion of readers in the distribution 
     3from sas.sascalc.dataloader.readers import ( 
     4    abs_reader, anton_paar_saxs_reader, ascii_reader, cansas_reader_HDF5, 
     5    cansas_reader, danse_reader, red2d_reader, sesans_reader, tiff_reader, 
     6    xml_reader, 
     7) 
    28run_gui() 
  • installers/setup_mac.py

    rce81f70 r67d8b1b  
    3636build_path = os.path.join(root, 'sasview-install', 'lib', 'python2.7', 'site-packages') 
    3737#sys.path.insert(0, build_path) 
    38 print("build path", build_path) 
    3938 
    4039#Extending recursion limit 
     
    179178           'iconfile': ICON, 
    180179           'frameworks': [libxml_path], 
    181            'resources': [], 
    182180           'plist': plist, 
    183181           'excludes' : EXCLUDES, 
Note: See TracChangeset for help on using the changeset viewer.