Changeset 2ae3edb in sasview


Ignore:
Timestamp:
Jul 30, 2018 6:44:57 AM (6 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
93db40b
Parents:
ca78fe6
Message:

libzmq removed from spec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/sasview_qt5_osx.spec

    rca78fe6 r2ae3edb  
    7070datas.append((os.path.join(PYTHON_LOC,'plugins','platforms'),'platforms')) 
    7171#TRN datas.append((os.path.join(PYTHON_LOC,'Lib','site-packages','zmq','libzmq.cp36-win_amd64.pyd'),'.')) 
    72 datas.append((os.path.join(PYTHON_LOC,'lib','python3.6', 'site-packages','zmq','libzmq.cpython-36m-darwin.so'),'.')) 
     72datas.append((os.path.join(PYTHON_LOC,'lib','python3.6', 'site-packages','zmq'),'.')) 
    7373# These depend on whether we have MKL or Atlas numpy 
    7474#if os.path.exists(os.path.join(LIBLOC, LIBPREFIX + 'mkl_core.' + LIBSUFFIX)): 
Note: See TracChangeset for help on using the changeset viewer.