Changeset 67d8b1b in sasview for installers/setup_mac.py


Ignore:
Timestamp:
Sep 21, 2017 5: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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.