Changeset 2ae3edb in sasview
- Timestamp:
- Jul 30, 2018 4:44:57 AM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/sasview_qt5_osx.spec
rca78fe6 r2ae3edb 70 70 datas.append((os.path.join(PYTHON_LOC,'plugins','platforms'),'platforms')) 71 71 #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'),'.'))72 datas.append((os.path.join(PYTHON_LOC,'lib','python3.6', 'site-packages','zmq'),'.')) 73 73 # These depend on whether we have MKL or Atlas numpy 74 74 #if os.path.exists(os.path.join(LIBLOC, LIBPREFIX + 'mkl_core.' + LIBSUFFIX)):
Note: See TracChangeset
for help on using the changeset viewer.