Changeset d9b7197 in sasview for installers
- Timestamp:
- Jul 31, 2018 4:37:59 AM (7 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:
- 933f9e9
- Parents:
- f54e82cf (diff), 2fe721be (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- installers
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/sasview_qt5_osx.spec
r44753d6 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 if os.path.exists(os.path.join(LIBLOC, LIBPREFIX + 'mkl_core.' + LIBSUFFIX)):75 datas.append(add_binary(LIBPREFIX + 'mkl_avx2.' + LIBSUFFIX))76 datas.append(add_binary(LIBPREFIX + 'mkl_core.' + LIBSUFFIX))77 elif os.path.exists(os.path.join(LIBLOC, LIBPREFIX + 'numpy-atlas.' + LIBSUFFIX)):78 datas.append(add_binary(LIBPREFIX + 'numpy-atlas.' + LIBSUFFIX))79 else:80 raise Exception("No numerical library for numpy found.")74 #if os.path.exists(os.path.join(LIBLOC, LIBPREFIX + 'mkl_core.' + LIBSUFFIX)): 75 # datas.append(add_binary(LIBPREFIX + 'mkl_avx2.' + LIBSUFFIX)) 76 # datas.append(add_binary(LIBPREFIX + 'mkl_core.' + LIBSUFFIX)) 77 #elif os.path.exists(os.path.join(LIBLOC, LIBPREFIX + 'numpy-atlas.' + LIBSUFFIX)): 78 # datas.append(add_binary(LIBPREFIX + 'numpy-atlas.' + LIBSUFFIX)) 79 #else: 80 # raise Exception("No numerical library for numpy found.") 81 81 82 82 #import sas.sascalc.dataloader.readers
Note: See TracChangeset
for help on using the changeset viewer.