Changes in / [d9b7197:f54e82cf] in sasview
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/conda_qt5_min_osx.yml
rca78fe6 r3067196 3 3 - conda-forge 4 4 dependencies: 5 - numpy 5 6 - matplotlib 6 7 - scipy -
installers/sasview_qt5_osx.spec
r2ae3edb r44753d6 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' ),'.'))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.