Changes in / [f54e82cf:d9b7197] in sasview
- Files:
-
- 2 added
- 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 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.