Changeset ca78fe6 in sasview
- Timestamp:
- Jul 30, 2018 5:01:29 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:
- 2ae3edb
- Parents:
- 3067196
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/conda_qt5_min_osx.yml
r3067196 rca78fe6 3 3 - conda-forge 4 4 dependencies: 5 - numpy6 5 - matplotlib 7 6 - scipy -
installers/sasview_qt5_osx.spec
r44753d6 rca78fe6 72 72 datas.append((os.path.join(PYTHON_LOC,'lib','python3.6', 'site-packages','zmq','libzmq.cpython-36m-darwin.so'),'.')) 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.