Changeset aefde77 in sasview for installers


Ignore:
Timestamp:
Apr 20, 2018 5:09:17 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
988deab
Parents:
a3221b6
Message:

Minor modifications to allow jupyter console to be bundled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/sasview_qt5.spec

    ra3221b6 raefde77  
    6262datas.append((os.path.join('..', 'src','sas','sasgui','perspectives','fitting','plugin_models'),'plugin_models')) 
    6363datas.append((os.path.join(PYTHON_LOC,'Library','plugins','platforms'),'platforms')) 
     64datas.append((os.path.join(PYTHON_LOC,'Lib','site-packages','zmq','libzmq.cp36-win_amd64.pyd'),'.')) 
    6465 
    6566# These depend on whether we have MKL or Atlas numpy 
     
    127128 'zmq.backend.cython','zmq.backend.cffi', 
    128129 'site','lxml._elementpath','lxml.etree', 
     130 'scipy._lib.messagestream', 
    129131] 
    130132 
Note: See TracChangeset for help on using the changeset viewer.