Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 180.36 KB | None | 0 0
  1. (.env) Sharads-MBP:assignment1 sharad$ pip install -r requirements.txt
  2. Requirement already satisfied: Cython==0.23.4 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 1))
  3. Requirement already satisfied: Jinja2==2.8 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 2))
  4. Requirement already satisfied: MarkupSafe==0.23 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 3))
  5. Requirement already satisfied: Pillow==3.0.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 4))
  6. Requirement already satisfied: Pygments==2.0.2 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 5))
  7. Requirement already satisfied: appnope==0.1.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 6))
  8. Requirement already satisfied: argparse==1.2.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 7))
  9. Requirement already satisfied: backports-abc==0.4 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 8))
  10. Requirement already satisfied: backports.ssl-match-hostname==3.5.0.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 9))
  11. Requirement already satisfied: certifi==2015.11.20.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 10))
  12. Requirement already satisfied: cycler==0.10.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 11))
  13. Requirement already satisfied: decorator==4.0.6 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 12))
  14. Requirement already satisfied: future==0.16.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 13))
  15. Requirement already satisfied: gnureadline==6.3.3 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 14))
  16. Requirement already satisfied: ipykernel==4.2.2 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 15))
  17. Requirement already satisfied: ipython==4.0.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 16))
  18. Requirement already satisfied: ipython-genutils==0.1.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 17))
  19. Requirement already satisfied: ipywidgets==4.1.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 18))
  20. Requirement already satisfied: jsonschema==2.5.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 19))
  21. Requirement already satisfied: jupyter==1.0.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 20))
  22. Requirement already satisfied: jupyter-client==4.1.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 21))
  23. Requirement already satisfied: jupyter-console==4.0.3 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 22))
  24. Requirement already satisfied: jupyter-core==4.0.6 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 23))
  25. Requirement already satisfied: matplotlib==2.0.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 24))
  26. Requirement already satisfied: mistune==0.7.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 25))
  27. Requirement already satisfied: nbconvert==4.1.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 26))
  28. Requirement already satisfied: nbformat==4.0.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 27))
  29. Requirement already satisfied: notebook==4.0.6 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 28))
  30. Requirement already satisfied: numpy==1.10.4 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 29))
  31. Requirement already satisfied: path.py==8.1.2 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 30))
  32. Requirement already satisfied: pexpect==4.0.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 31))
  33. Requirement already satisfied: pickleshare==0.5 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 32))
  34. Requirement already satisfied: ptyprocess==0.5 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 33))
  35. Requirement already satisfied: pyparsing==2.0.7 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 34))
  36. Requirement already satisfied: python-dateutil==2.4.2 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 35))
  37. Requirement already satisfied: pytz==2015.7 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 36))
  38. Requirement already satisfied: pyzmq==15.1.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 37))
  39. Requirement already satisfied: qtconsole==4.1.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 38))
  40. Collecting scipy==0.16.1 (from -r requirements.txt (line 39))
  41. Using cached scipy-0.16.1.tar.gz
  42. Requirement already satisfied: simplegeneric==0.8.1 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 40))
  43. Collecting singledispatch==3.4.0.3 (from -r requirements.txt (line 41))
  44. Using cached singledispatch-3.4.0.3-py2.py3-none-any.whl
  45. Collecting site==0.0.1 (from -r requirements.txt (line 42))
  46. Requirement already satisfied: six==1.10.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 43))
  47. Requirement already satisfied: terminado==0.5 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 44))
  48. Requirement already satisfied: tornado==4.3 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 45))
  49. Requirement already satisfied: traitlets==4.0.0 in ./.env/lib/python3.6/site-packages (from -r requirements.txt (line 46))
  50. Building wheels for collected packages: scipy
  51. Running setup.py bdist_wheel for scipy ... error
  52. Complete output from command /Users/sharad/Desktop/CS231n/assignment1/.env/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/pip-build-9jgv0yrv/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/tmp9kzg8ajqpip-wheel- --python-tag cp36:
  53. lapack_opt_info:
  54. openblas_lapack_info:
  55. libraries openblas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  56. NOT AVAILABLE
  57.  
  58. lapack_mkl_info:
  59. mkl_info:
  60. libraries mkl,vml,guide not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  61. NOT AVAILABLE
  62.  
  63. NOT AVAILABLE
  64.  
  65. atlas_3_10_threads_info:
  66. Setting PTATLAS=ATLAS
  67. libraries tatlas,tatlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  68. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  69. libraries tatlas,tatlas not found in /usr/local/lib
  70. libraries lapack_atlas not found in /usr/local/lib
  71. libraries tatlas,tatlas not found in /usr/lib
  72. libraries lapack_atlas not found in /usr/lib
  73. libraries tatlas,tatlas not found in /opt/local/lib
  74. libraries lapack_atlas not found in /opt/local/lib
  75. <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  76. NOT AVAILABLE
  77.  
  78. atlas_3_10_info:
  79. libraries satlas,satlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  80. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  81. libraries satlas,satlas not found in /usr/local/lib
  82. libraries lapack_atlas not found in /usr/local/lib
  83. libraries satlas,satlas not found in /usr/lib
  84. libraries lapack_atlas not found in /usr/lib
  85. libraries satlas,satlas not found in /opt/local/lib
  86. libraries lapack_atlas not found in /opt/local/lib
  87. <class 'numpy.distutils.system_info.atlas_3_10_info'>
  88. NOT AVAILABLE
  89.  
  90. atlas_threads_info:
  91. Setting PTATLAS=ATLAS
  92. libraries ptf77blas,ptcblas,atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  93. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  94. libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  95. libraries lapack_atlas not found in /usr/local/lib
  96. libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  97. libraries lapack_atlas not found in /usr/lib
  98. libraries ptf77blas,ptcblas,atlas not found in /opt/local/lib
  99. libraries lapack_atlas not found in /opt/local/lib
  100. <class 'numpy.distutils.system_info.atlas_threads_info'>
  101. NOT AVAILABLE
  102.  
  103. atlas_info:
  104. libraries f77blas,cblas,atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  105. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  106. libraries f77blas,cblas,atlas not found in /usr/local/lib
  107. libraries lapack_atlas not found in /usr/local/lib
  108. libraries f77blas,cblas,atlas not found in /usr/lib
  109. libraries lapack_atlas not found in /usr/lib
  110. libraries f77blas,cblas,atlas not found in /opt/local/lib
  111. libraries lapack_atlas not found in /opt/local/lib
  112. <class 'numpy.distutils.system_info.atlas_info'>
  113. NOT AVAILABLE
  114.  
  115. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path is invalid.
  116. warnings.warn('Specified path %s is invalid.' % d)
  117. FOUND:
  118. extra_compile_args = ['-msse3']
  119. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  120. define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  121.  
  122. Running from scipy source directory.
  123. Splitting linalg.interpolative Fortran source files
  124. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path /usr/local/include/python3.6m is invalid.
  125. warnings.warn('Specified path %s is invalid.' % d)
  126. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path /usr/include/python3.6m is invalid.
  127. warnings.warn('Specified path %s is invalid.' % d)
  128. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path /opt/local/include/python3.6m is invalid.
  129. warnings.warn('Specified path %s is invalid.' % d)
  130. blas_opt_info:
  131. blas_mkl_info:
  132. libraries mkl,vml,guide not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  133. NOT AVAILABLE
  134.  
  135. openblas_info:
  136. libraries openblas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  137. NOT AVAILABLE
  138.  
  139. atlas_3_10_blas_threads_info:
  140. Setting PTATLAS=ATLAS
  141. libraries tatlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  142. NOT AVAILABLE
  143.  
  144. atlas_3_10_blas_info:
  145. libraries satlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  146. NOT AVAILABLE
  147.  
  148. atlas_blas_threads_info:
  149. Setting PTATLAS=ATLAS
  150. libraries ptf77blas,ptcblas,atlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  151. NOT AVAILABLE
  152.  
  153. atlas_blas_info:
  154. libraries f77blas,cblas,atlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  155. NOT AVAILABLE
  156.  
  157. FOUND:
  158. extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
  159. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  160. define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  161.  
  162. non-existing path in 'scipy/sparse': 'sparsetools/sparsetools_impl.h'
  163. non-existing path in 'scipy/sparse': 'sparsetools/bsr_impl.h'
  164. non-existing path in 'scipy/sparse': 'sparsetools/csc_impl.h'
  165. non-existing path in 'scipy/sparse': 'sparsetools/csr_impl.h'
  166. non-existing path in 'scipy/sparse': 'sparsetools/other_impl.h'
  167. non-existing path in 'scipy/spatial': 'ckdtree.cxx'
  168. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_decl.h'
  169. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_exc.h'
  170. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_methods.h'
  171. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_utils.h'
  172. running bdist_wheel
  173. running build
  174. running config_cc
  175. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  176. running config_fc
  177. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  178. running build_src
  179. build_src
  180. building py_modules sources
  181. creating build
  182. creating build/src.macosx-10.7-x86_64-3.6
  183. creating build/src.macosx-10.7-x86_64-3.6/scipy
  184. building library "dfftpack" sources
  185. building library "fftpack" sources
  186. building library "mach" sources
  187. building library "quadpack" sources
  188. building library "odepack" sources
  189. building library "dop" sources
  190. building library "fitpack" sources
  191. building library "fwrappers" sources
  192. building library "odrpack" sources
  193. building library "minpack" sources
  194. building library "rootfind" sources
  195. building library "superlu_src" sources
  196. building library "arpack_scipy" sources
  197. building library "sc_c_misc" sources
  198. building library "sc_cephes" sources
  199. building library "sc_mach" sources
  200. building library "sc_amos" sources
  201. building library "sc_cdf" sources
  202. building library "sc_specfun" sources
  203. building library "statlib" sources
  204. building extension "scipy.cluster._vq" sources
  205. building extension "scipy.cluster._hierarchy" sources
  206. building extension "scipy.fftpack._fftpack" sources
  207. creating build/src.macosx-10.7-x86_64-3.6/scipy/fftpack
  208. creating build/src.macosx-10.7-x86_64-3.6/scipy/fftpack/src
  209. conv_template:> build/src.macosx-10.7-x86_64-3.6/scipy/fftpack/src/dct.c
  210. conv_template:> build/src.macosx-10.7-x86_64-3.6/scipy/fftpack/src/dst.c
  211. f2py options: []
  212. f2py: scipy/fftpack/fftpack.pyf
  213. Reading fortran codes...
  214. Reading file 'scipy/fftpack/fftpack.pyf' (format:free)
  215. Line #86 in scipy/fftpack/fftpack.pyf:" /* Single precision version */"
  216. crackline:2: No pattern for line
  217. Post-processing...
  218. Block: _fftpack
  219. Block: zfft
  220. Block: drfft
  221. Block: zrfft
  222. Block: zfftnd
  223. Block: destroy_zfft_cache
  224. Block: destroy_zfftnd_cache
  225. Block: destroy_drfft_cache
  226. Block: cfft
  227. Block: rfft
  228. Block: crfft
  229. Block: cfftnd
  230. Block: destroy_cfft_cache
  231. Block: destroy_cfftnd_cache
  232. Block: destroy_rfft_cache
  233. Block: ddct1
  234. Block: ddct2
  235. Block: ddct3
  236. Block: dct1
  237. Block: dct2
  238. Block: dct3
  239. Block: destroy_ddct2_cache
  240. Block: destroy_ddct1_cache
  241. Block: destroy_dct2_cache
  242. Block: destroy_dct1_cache
  243. Block: ddst1
  244. Block: ddst2
  245. Block: ddst3
  246. Block: dst1
  247. Block: dst2
  248. Block: dst3
  249. Block: destroy_ddst2_cache
  250. Block: destroy_ddst1_cache
  251. Block: destroy_dst2_cache
  252. Block: destroy_dst1_cache
  253. Post-processing (stage 2)...
  254. Building modules...
  255. Building module "_fftpack"...
  256. Constructing wrapper function "zfft"...
  257. getarrdims:warning: assumed shape array, using 0 instead of '*'
  258. y = zfft(x,[n,direction,normalize,overwrite_x])
  259. Constructing wrapper function "drfft"...
  260. getarrdims:warning: assumed shape array, using 0 instead of '*'
  261. y = drfft(x,[n,direction,normalize,overwrite_x])
  262. Constructing wrapper function "zrfft"...
  263. getarrdims:warning: assumed shape array, using 0 instead of '*'
  264. y = zrfft(x,[n,direction,normalize,overwrite_x])
  265. Constructing wrapper function "zfftnd"...
  266. getarrdims:warning: assumed shape array, using 0 instead of '*'
  267. y = zfftnd(x,[s,direction,normalize,overwrite_x])
  268. Constructing wrapper function "destroy_zfft_cache"...
  269. destroy_zfft_cache()
  270. Constructing wrapper function "destroy_zfftnd_cache"...
  271. destroy_zfftnd_cache()
  272. Constructing wrapper function "destroy_drfft_cache"...
  273. destroy_drfft_cache()
  274. Constructing wrapper function "cfft"...
  275. getarrdims:warning: assumed shape array, using 0 instead of '*'
  276. y = cfft(x,[n,direction,normalize,overwrite_x])
  277. Constructing wrapper function "rfft"...
  278. getarrdims:warning: assumed shape array, using 0 instead of '*'
  279. y = rfft(x,[n,direction,normalize,overwrite_x])
  280. Constructing wrapper function "crfft"...
  281. getarrdims:warning: assumed shape array, using 0 instead of '*'
  282. y = crfft(x,[n,direction,normalize,overwrite_x])
  283. Constructing wrapper function "cfftnd"...
  284. getarrdims:warning: assumed shape array, using 0 instead of '*'
  285. y = cfftnd(x,[s,direction,normalize,overwrite_x])
  286. Constructing wrapper function "destroy_cfft_cache"...
  287. destroy_cfft_cache()
  288. Constructing wrapper function "destroy_cfftnd_cache"...
  289. destroy_cfftnd_cache()
  290. Constructing wrapper function "destroy_rfft_cache"...
  291. destroy_rfft_cache()
  292. Constructing wrapper function "ddct1"...
  293. getarrdims:warning: assumed shape array, using 0 instead of '*'
  294. y = ddct1(x,[n,normalize,overwrite_x])
  295. Constructing wrapper function "ddct2"...
  296. getarrdims:warning: assumed shape array, using 0 instead of '*'
  297. y = ddct2(x,[n,normalize,overwrite_x])
  298. Constructing wrapper function "ddct3"...
  299. getarrdims:warning: assumed shape array, using 0 instead of '*'
  300. y = ddct3(x,[n,normalize,overwrite_x])
  301. Constructing wrapper function "dct1"...
  302. getarrdims:warning: assumed shape array, using 0 instead of '*'
  303. y = dct1(x,[n,normalize,overwrite_x])
  304. Constructing wrapper function "dct2"...
  305. getarrdims:warning: assumed shape array, using 0 instead of '*'
  306. y = dct2(x,[n,normalize,overwrite_x])
  307. Constructing wrapper function "dct3"...
  308. getarrdims:warning: assumed shape array, using 0 instead of '*'
  309. y = dct3(x,[n,normalize,overwrite_x])
  310. Constructing wrapper function "destroy_ddct2_cache"...
  311. destroy_ddct2_cache()
  312. Constructing wrapper function "destroy_ddct1_cache"...
  313. destroy_ddct1_cache()
  314. Constructing wrapper function "destroy_dct2_cache"...
  315. destroy_dct2_cache()
  316. Constructing wrapper function "destroy_dct1_cache"...
  317. destroy_dct1_cache()
  318. Constructing wrapper function "ddst1"...
  319. getarrdims:warning: assumed shape array, using 0 instead of '*'
  320. y = ddst1(x,[n,normalize,overwrite_x])
  321. Constructing wrapper function "ddst2"...
  322. getarrdims:warning: assumed shape array, using 0 instead of '*'
  323. y = ddst2(x,[n,normalize,overwrite_x])
  324. Constructing wrapper function "ddst3"...
  325. getarrdims:warning: assumed shape array, using 0 instead of '*'
  326. y = ddst3(x,[n,normalize,overwrite_x])
  327. Constructing wrapper function "dst1"...
  328. getarrdims:warning: assumed shape array, using 0 instead of '*'
  329. y = dst1(x,[n,normalize,overwrite_x])
  330. Constructing wrapper function "dst2"...
  331. getarrdims:warning: assumed shape array, using 0 instead of '*'
  332. y = dst2(x,[n,normalize,overwrite_x])
  333. Constructing wrapper function "dst3"...
  334. getarrdims:warning: assumed shape array, using 0 instead of '*'
  335. y = dst3(x,[n,normalize,overwrite_x])
  336. Constructing wrapper function "destroy_ddst2_cache"...
  337. destroy_ddst2_cache()
  338. Constructing wrapper function "destroy_ddst1_cache"...
  339. destroy_ddst1_cache()
  340. Constructing wrapper function "destroy_dst2_cache"...
  341. destroy_dst2_cache()
  342. Constructing wrapper function "destroy_dst1_cache"...
  343. destroy_dst1_cache()
  344. Wrote C/API module "_fftpack" to file "build/src.macosx-10.7-x86_64-3.6/scipy/fftpack/_fftpackmodule.c"
  345. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  346. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  347. copying /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.c -> build/src.macosx-10.7-x86_64-3.6
  348. copying /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.h -> build/src.macosx-10.7-x86_64-3.6
  349. building extension "scipy.fftpack.convolve" sources
  350. f2py options: []
  351. f2py: scipy/fftpack/convolve.pyf
  352. Reading fortran codes...
  353. Reading file 'scipy/fftpack/convolve.pyf' (format:free)
  354. Post-processing...
  355. Block: convolve__user__routines
  356. Block: kernel_func
  357. Block: convolve
  358. Block: init_convolution_kernel
  359. In: scipy/fftpack/convolve.pyf:convolve:unknown_interface:init_convolution_kernel
  360. get_useparameters: no module convolve__user__routines info used by init_convolution_kernel
  361. Block: destroy_convolve_cache
  362. Block: convolve
  363. Block: convolve_z
  364. Post-processing (stage 2)...
  365. Building modules...
  366. Constructing call-back function "cb_kernel_func_in_convolve__user__routines"
  367. def kernel_func(k): return kernel_func
  368. Building module "convolve"...
  369. Constructing wrapper function "init_convolution_kernel"...
  370. omega = init_convolution_kernel(n,kernel_func,[d,zero_nyquist,kernel_func_extra_args])
  371. Constructing wrapper function "destroy_convolve_cache"...
  372. destroy_convolve_cache()
  373. Constructing wrapper function "convolve"...
  374. y = convolve(x,omega,[swap_real_imag,overwrite_x])
  375. Constructing wrapper function "convolve_z"...
  376. y = convolve_z(x,omega_real,omega_imag,[overwrite_x])
  377. Wrote C/API module "convolve" to file "build/src.macosx-10.7-x86_64-3.6/scipy/fftpack/convolvemodule.c"
  378. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  379. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  380. building extension "scipy.integrate._quadpack" sources
  381. building extension "scipy.integrate._odepack" sources
  382. building extension "scipy.integrate.vode" sources
  383. creating build/src.macosx-10.7-x86_64-3.6/scipy/integrate
  384. f2py options: []
  385. f2py: scipy/integrate/vode.pyf
  386. Reading fortran codes...
  387. Reading file 'scipy/integrate/vode.pyf' (format:free)
  388. Post-processing...
  389. Block: dvode__user__routines
  390. Block: dvode_user_interface
  391. Block: f
  392. Block: jac
  393. Block: zvode__user__routines
  394. Block: zvode_user_interface
  395. Block: f
  396. Block: jac
  397. Block: vode
  398. Block: dvode
  399. In: scipy/integrate/vode.pyf:vode:unknown_interface:dvode
  400. get_useparameters: no module dvode__user__routines info used by dvode
  401. Block: zvode
  402. In: scipy/integrate/vode.pyf:vode:unknown_interface:zvode
  403. get_useparameters: no module zvode__user__routines info used by zvode
  404. Post-processing (stage 2)...
  405. Building modules...
  406. Constructing call-back function "cb_f_in_dvode__user__routines"
  407. def f(t,y): return ydot
  408. Constructing call-back function "cb_jac_in_dvode__user__routines"
  409. def jac(t,y): return jac
  410. Constructing call-back function "cb_f_in_zvode__user__routines"
  411. def f(t,y): return ydot
  412. Constructing call-back function "cb_jac_in_zvode__user__routines"
  413. def jac(t,y): return jac
  414. Building module "vode"...
  415. Constructing wrapper function "dvode"...
  416. warning: callstatement is defined without callprotoargument
  417. getarrdims:warning: assumed shape array, using 0 instead of '*'
  418. getarrdims:warning: assumed shape array, using 0 instead of '*'
  419. y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y])
  420. Constructing wrapper function "zvode"...
  421. warning: callstatement is defined without callprotoargument
  422. getarrdims:warning: assumed shape array, using 0 instead of '*'
  423. getarrdims:warning: assumed shape array, using 0 instead of '*'
  424. y,t,istate = zvode(f,jac,y,t,tout,rtol,atol,itask,istate,zwork,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y])
  425. Wrote C/API module "vode" to file "build/src.macosx-10.7-x86_64-3.6/scipy/integrate/vodemodule.c"
  426. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  427. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  428. building extension "scipy.integrate.lsoda" sources
  429. f2py options: []
  430. f2py: scipy/integrate/lsoda.pyf
  431. Reading fortran codes...
  432. Reading file 'scipy/integrate/lsoda.pyf' (format:free)
  433. Post-processing...
  434. Block: lsoda__user__routines
  435. Block: lsoda_user_interface
  436. Block: f
  437. Block: jac
  438. Block: lsoda
  439. Block: lsoda
  440. In: scipy/integrate/lsoda.pyf:lsoda:unknown_interface:lsoda
  441. get_useparameters: no module lsoda__user__routines info used by lsoda
  442. Post-processing (stage 2)...
  443. Building modules...
  444. Constructing call-back function "cb_f_in_lsoda__user__routines"
  445. def f(t,y): return ydot
  446. Constructing call-back function "cb_jac_in_lsoda__user__routines"
  447. def jac(t,y): return jac
  448. Building module "lsoda"...
  449. Constructing wrapper function "lsoda"...
  450. warning: callstatement is defined without callprotoargument
  451. getarrdims:warning: assumed shape array, using 0 instead of '*'
  452. getarrdims:warning: assumed shape array, using 0 instead of '*'
  453. y,t,istate = lsoda(f,y,t,tout,rtol,atol,itask,istate,rwork,iwork,jac,jt,[f_extra_args,overwrite_y,jac_extra_args])
  454. Wrote C/API module "lsoda" to file "build/src.macosx-10.7-x86_64-3.6/scipy/integrate/lsodamodule.c"
  455. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  456. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  457. building extension "scipy.integrate._dop" sources
  458. f2py options: []
  459. f2py: scipy/integrate/dop.pyf
  460. Reading fortran codes...
  461. Reading file 'scipy/integrate/dop.pyf' (format:free)
  462. Post-processing...
  463. Block: __user__routines
  464. Block: fcn
  465. Block: solout
  466. Block: _dop
  467. Block: dopri5
  468. In: scipy/integrate/dop.pyf:_dop:unknown_interface:dopri5
  469. get_useparameters: no module __user__routines info used by dopri5
  470. Block: dop853
  471. In: scipy/integrate/dop.pyf:_dop:unknown_interface:dop853
  472. get_useparameters: no module __user__routines info used by dop853
  473. Post-processing (stage 2)...
  474. Building modules...
  475. Constructing call-back function "cb_fcn_in___user__routines"
  476. def fcn(x,y): return f
  477. Constructing call-back function "cb_solout_in___user__routines"
  478. def solout(nr,xold,x,y,con,icomp,[nd]): return irtn
  479. Building module "_dop"...
  480. Constructing wrapper function "dopri5"...
  481. getarrdims:warning: assumed shape array, using 0 instead of '*'
  482. getarrdims:warning: assumed shape array, using 0 instead of '*'
  483. getarrdims:warning: assumed shape array, using 0 instead of '*'
  484. getarrdims:warning: assumed shape array, using 0 instead of '*'
  485. x,y,iwork,idid = dopri5(fcn,x,y,xend,rtol,atol,solout,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args])
  486. Constructing wrapper function "dop853"...
  487. getarrdims:warning: assumed shape array, using 0 instead of '*'
  488. getarrdims:warning: assumed shape array, using 0 instead of '*'
  489. getarrdims:warning: assumed shape array, using 0 instead of '*'
  490. getarrdims:warning: assumed shape array, using 0 instead of '*'
  491. x,y,iwork,idid = dop853(fcn,x,y,xend,rtol,atol,solout,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args])
  492. Wrote C/API module "_dop" to file "build/src.macosx-10.7-x86_64-3.6/scipy/integrate/_dopmodule.c"
  493. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  494. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  495. building extension "scipy.integrate._test_multivariate" sources
  496. building extension "scipy.integrate._test_odeint_banded" sources
  497. f2py options: []
  498. f2py:> build/src.macosx-10.7-x86_64-3.6/scipy/integrate/_test_odeint_bandedmodule.c
  499. Reading fortran codes...
  500. Reading file 'scipy/integrate/tests/banded5x5.f' (format:fix,strict)
  501. Post-processing...
  502. Block: _test_odeint_banded
  503. Block: jacobian
  504. Block: getbands
  505. Block: banded5x5
  506. Block: banded5x5_jac
  507. Block: banded5x5_bjac
  508. Block: banded5x5_solve
  509. Post-processing (stage 2)...
  510. Building modules...
  511. Building module "_test_odeint_banded"...
  512. Constructing wrapper function "getbands"...
  513. jac = getbands()
  514. Constructing wrapper function "banded5x5"...
  515. banded5x5(t,y,f,[n])
  516. Constructing wrapper function "banded5x5_jac"...
  517. banded5x5_jac(t,y,ml,mu,jac,[n,nrowpd])
  518. Constructing wrapper function "banded5x5_bjac"...
  519. banded5x5_bjac(t,y,ml,mu,bjac,[n,nrowpd])
  520. Constructing wrapper function "banded5x5_solve"...
  521. nst,nfe,nje = banded5x5_solve(y,nsteps,dt,jt)
  522. Constructing COMMON block support for "jac"...
  523. bands
  524. Wrote C/API module "_test_odeint_banded" to file "build/src.macosx-10.7-x86_64-3.6/scipy/integrate/_test_odeint_bandedmodule.c"
  525. Fortran 77 wrappers are saved to "build/src.macosx-10.7-x86_64-3.6/scipy/integrate/_test_odeint_banded-f2pywrappers.f"
  526. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  527. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  528. adding 'build/src.macosx-10.7-x86_64-3.6/scipy/integrate/_test_odeint_banded-f2pywrappers.f' to sources.
  529. building extension "scipy.interpolate.interpnd" sources
  530. building extension "scipy.interpolate._ppoly" sources
  531. building extension "scipy.interpolate._fitpack" sources
  532. building extension "scipy.interpolate.dfitpack" sources
  533. creating build/src.macosx-10.7-x86_64-3.6/scipy/interpolate
  534. creating build/src.macosx-10.7-x86_64-3.6/scipy/interpolate/src
  535. f2py options: []
  536. f2py: scipy/interpolate/src/fitpack.pyf
  537. Reading fortran codes...
  538. Reading file 'scipy/interpolate/src/fitpack.pyf' (format:free)
  539. Post-processing...
  540. Block: dfitpack
  541. Block: fpchec
  542. Block: splev
  543. Block: splder
  544. Block: splint
  545. Block: sproot
  546. Block: spalde
  547. Block: curfit
  548. Block: percur
  549. Block: parcur
  550. Block: fpcurf0
  551. Block: fpcurf1
  552. Block: fpcurfm1
  553. Block: bispev
  554. Block: parder
  555. Block: bispeu
  556. Block: pardeu
  557. Block: surfit_smth
  558. Block: surfit_lsq
  559. Block: spherfit_smth
  560. Block: spherfit_lsq
  561. Block: regrid_smth
  562. Block: regrid_smth_spher
  563. Block: dblint
  564. Post-processing (stage 2)...
  565. Building modules...
  566. Building module "dfitpack"...
  567. Constructing wrapper function "fpchec"...
  568. ier = fpchec(x,t,k)
  569. Constructing wrapper function "splev"...
  570. y = splev(t,c,k,x,[e])
  571. Constructing wrapper function "splder"...
  572. y = splder(t,c,k,x,[nu,e])
  573. Creating wrapper for Fortran function "splint"("splint")...
  574. Constructing wrapper function "splint"...
  575. splint = splint(t,c,k,a,b)
  576. Constructing wrapper function "sproot"...
  577. zero,m,ier = sproot(t,c,[mest])
  578. Constructing wrapper function "spalde"...
  579. d,ier = spalde(t,c,k,x)
  580. Constructing wrapper function "curfit"...
  581. n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s])
  582. Constructing wrapper function "percur"...
  583. n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s])
  584. Constructing wrapper function "parcur"...
  585. n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s])
  586. Constructing wrapper function "fpcurf0"...
  587. x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest])
  588. Constructing wrapper function "fpcurf1"...
  589. x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf1(x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier,[overwrite_x,overwrite_y,overwrite_w,overwrite_t,overwrite_c,overwrite_fpint,overwrite_nrdata])
  590. Constructing wrapper function "fpcurfm1"...
  591. x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t])
  592. Constructing wrapper function "bispev"...
  593. z,ier = bispev(tx,ty,c,kx,ky,x,y)
  594. Constructing wrapper function "parder"...
  595. z,ier = parder(tx,ty,c,kx,ky,nux,nuy,x,y)
  596. Constructing wrapper function "bispeu"...
  597. z,ier = bispeu(tx,ty,c,kx,ky,x,y)
  598. Constructing wrapper function "pardeu"...
  599. z,ier = pardeu(tx,ty,c,kx,ky,nux,nuy,x,y)
  600. Constructing wrapper function "surfit_smth"...
  601. nx,tx,ny,ty,c,fp,wrk1,ier = surfit_smth(x,y,z,[w,xb,xe,yb,ye,kx,ky,s,nxest,nyest,eps,lwrk2])
  602. Constructing wrapper function "surfit_lsq"...
  603. tx,ty,c,fp,ier = surfit_lsq(x,y,z,tx,ty,[w,xb,xe,yb,ye,kx,ky,eps,lwrk2,overwrite_tx,overwrite_ty])
  604. Constructing wrapper function "spherfit_smth"...
  605. nt,tt,np,tp,c,fp,ier = spherfit_smth(teta,phi,r,[w,s,eps])
  606. Constructing wrapper function "spherfit_lsq"...
  607. tt,tp,c,fp,ier = spherfit_lsq(teta,phi,r,tt,tp,[w,eps,overwrite_tt,overwrite_tp])
  608. Constructing wrapper function "regrid_smth"...
  609. nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s])
  610. Constructing wrapper function "regrid_smth_spher"...
  611. nu,tu,nv,tv,c,fp,ier = regrid_smth_spher(iopt,ider,u,v,r,[r0,r1,s])
  612. Creating wrapper for Fortran function "dblint"("dblint")...
  613. Constructing wrapper function "dblint"...
  614. dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye)
  615. Wrote C/API module "dfitpack" to file "build/src.macosx-10.7-x86_64-3.6/scipy/interpolate/src/dfitpackmodule.c"
  616. Fortran 77 wrappers are saved to "build/src.macosx-10.7-x86_64-3.6/scipy/interpolate/src/dfitpack-f2pywrappers.f"
  617. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  618. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  619. adding 'build/src.macosx-10.7-x86_64-3.6/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources.
  620. building extension "scipy.interpolate._interpolate" sources
  621. building extension "scipy.io.matlab.streams" sources
  622. building extension "scipy.io.matlab.mio_utils" sources
  623. building extension "scipy.io.matlab.mio5_utils" sources
  624. building extension "scipy.linalg._fblas" sources
  625. creating build/src.macosx-10.7-x86_64-3.6/scipy/linalg
  626. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/linalg/fblas.pyf
  627. Including file scipy/linalg/fblas_l1.pyf.src
  628. Including file scipy/linalg/fblas_l2.pyf.src
  629. Including file scipy/linalg/fblas_l3.pyf.src
  630. Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring.
  631. Mismatch in number of replacements (base <prefix6=s,d,c,z,c,z>) for <prefix=s,d,c,z>. Ignoring.
  632. creating build/src.macosx-10.7-x86_64-3.6/build
  633. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6
  634. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy
  635. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg
  636. f2py options: []
  637. f2py: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/fblas.pyf
  638. Reading fortran codes...
  639. Reading file 'build/src.macosx-10.7-x86_64-3.6/scipy/linalg/fblas.pyf' (format:free)
  640. Post-processing...
  641. Block: _fblas
  642. Block: srotg
  643. Block: drotg
  644. Block: crotg
  645. Block: zrotg
  646. Block: srotmg
  647. Block: drotmg
  648. Block: srot
  649. Block: drot
  650. Block: csrot
  651. Block: zdrot
  652. Block: srotm
  653. Block: drotm
  654. Block: sswap
  655. Block: dswap
  656. Block: cswap
  657. Block: zswap
  658. Block: sscal
  659. Block: dscal
  660. Block: cscal
  661. Block: zscal
  662. Block: csscal
  663. Block: zdscal
  664. Block: scopy
  665. Block: dcopy
  666. Block: ccopy
  667. Block: zcopy
  668. Block: saxpy
  669. Block: daxpy
  670. Block: caxpy
  671. Block: zaxpy
  672. Block: sdot
  673. Block: ddot
  674. Block: cdotu
  675. Block: zdotu
  676. Block: cdotc
  677. Block: zdotc
  678. Block: snrm2
  679. Block: scnrm2
  680. Block: dnrm2
  681. Block: dznrm2
  682. Block: sasum
  683. Block: scasum
  684. Block: dasum
  685. Block: dzasum
  686. Block: isamax
  687. Block: idamax
  688. Block: icamax
  689. Block: izamax
  690. Block: sgemv
  691. Block: dgemv
  692. Block: cgemv
  693. Block: zgemv
  694. Block: ssymv
  695. Block: dsymv
  696. Block: chemv
  697. Block: zhemv
  698. Block: strmv
  699. Block: dtrmv
  700. Block: ctrmv
  701. Block: ztrmv
  702. Block: sger
  703. Block: dger
  704. Block: cgeru
  705. Block: zgeru
  706. Block: cgerc
  707. Block: zgerc
  708. Block: ssyr
  709. Block: dsyr
  710. Block: csyr
  711. Block: zsyr
  712. Block: cher
  713. Block: zher
  714. Block: ssyr2
  715. Block: dsyr2
  716. Block: cher2
  717. Block: zher2
  718. Block: sgemm
  719. Block: dgemm
  720. Block: cgemm
  721. Block: zgemm
  722. Block: ssymm
  723. Block: dsymm
  724. Block: csymm
  725. Block: zsymm
  726. Block: chemm
  727. Block: zhemm
  728. Block: ssyrk
  729. Block: dsyrk
  730. Block: csyrk
  731. Block: zsyrk
  732. Block: cherk
  733. Block: zherk
  734. Block: ssyr2k
  735. Block: dsyr2k
  736. Block: csyr2k
  737. Block: zsyr2k
  738. Block: cher2k
  739. Block: zher2k
  740. Block: strmm
  741. Block: dtrmm
  742. Block: ctrmm
  743. Block: ztrmm
  744. Post-processing (stage 2)...
  745. Building modules...
  746. Building module "_fblas"...
  747. Constructing wrapper function "srotg"...
  748. c,s = srotg(a,b)
  749. Constructing wrapper function "drotg"...
  750. c,s = drotg(a,b)
  751. Constructing wrapper function "crotg"...
  752. c,s = crotg(a,b)
  753. Constructing wrapper function "zrotg"...
  754. c,s = zrotg(a,b)
  755. Constructing wrapper function "srotmg"...
  756. param = srotmg(d1,d2,x1,y1)
  757. Constructing wrapper function "drotmg"...
  758. param = drotmg(d1,d2,x1,y1)
  759. Constructing wrapper function "srot"...
  760. getarrdims:warning: assumed shape array, using 0 instead of '*'
  761. getarrdims:warning: assumed shape array, using 0 instead of '*'
  762. x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  763. Constructing wrapper function "drot"...
  764. getarrdims:warning: assumed shape array, using 0 instead of '*'
  765. getarrdims:warning: assumed shape array, using 0 instead of '*'
  766. x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  767. Constructing wrapper function "csrot"...
  768. getarrdims:warning: assumed shape array, using 0 instead of '*'
  769. getarrdims:warning: assumed shape array, using 0 instead of '*'
  770. x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  771. Constructing wrapper function "zdrot"...
  772. getarrdims:warning: assumed shape array, using 0 instead of '*'
  773. getarrdims:warning: assumed shape array, using 0 instead of '*'
  774. x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  775. Constructing wrapper function "srotm"...
  776. getarrdims:warning: assumed shape array, using 0 instead of '*'
  777. getarrdims:warning: assumed shape array, using 0 instead of '*'
  778. x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  779. Constructing wrapper function "drotm"...
  780. getarrdims:warning: assumed shape array, using 0 instead of '*'
  781. getarrdims:warning: assumed shape array, using 0 instead of '*'
  782. x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  783. Constructing wrapper function "sswap"...
  784. getarrdims:warning: assumed shape array, using 0 instead of '*'
  785. getarrdims:warning: assumed shape array, using 0 instead of '*'
  786. x,y = sswap(x,y,[n,offx,incx,offy,incy])
  787. Constructing wrapper function "dswap"...
  788. getarrdims:warning: assumed shape array, using 0 instead of '*'
  789. getarrdims:warning: assumed shape array, using 0 instead of '*'
  790. x,y = dswap(x,y,[n,offx,incx,offy,incy])
  791. Constructing wrapper function "cswap"...
  792. getarrdims:warning: assumed shape array, using 0 instead of '*'
  793. getarrdims:warning: assumed shape array, using 0 instead of '*'
  794. x,y = cswap(x,y,[n,offx,incx,offy,incy])
  795. Constructing wrapper function "zswap"...
  796. getarrdims:warning: assumed shape array, using 0 instead of '*'
  797. getarrdims:warning: assumed shape array, using 0 instead of '*'
  798. x,y = zswap(x,y,[n,offx,incx,offy,incy])
  799. Constructing wrapper function "sscal"...
  800. getarrdims:warning: assumed shape array, using 0 instead of '*'
  801. x = sscal(a,x,[n,offx,incx])
  802. Constructing wrapper function "dscal"...
  803. getarrdims:warning: assumed shape array, using 0 instead of '*'
  804. x = dscal(a,x,[n,offx,incx])
  805. Constructing wrapper function "cscal"...
  806. getarrdims:warning: assumed shape array, using 0 instead of '*'
  807. x = cscal(a,x,[n,offx,incx])
  808. Constructing wrapper function "zscal"...
  809. getarrdims:warning: assumed shape array, using 0 instead of '*'
  810. x = zscal(a,x,[n,offx,incx])
  811. Constructing wrapper function "csscal"...
  812. getarrdims:warning: assumed shape array, using 0 instead of '*'
  813. x = csscal(a,x,[n,offx,incx,overwrite_x])
  814. Constructing wrapper function "zdscal"...
  815. getarrdims:warning: assumed shape array, using 0 instead of '*'
  816. x = zdscal(a,x,[n,offx,incx,overwrite_x])
  817. Constructing wrapper function "scopy"...
  818. getarrdims:warning: assumed shape array, using 0 instead of '*'
  819. getarrdims:warning: assumed shape array, using 0 instead of '*'
  820. y = scopy(x,y,[n,offx,incx,offy,incy])
  821. Constructing wrapper function "dcopy"...
  822. getarrdims:warning: assumed shape array, using 0 instead of '*'
  823. getarrdims:warning: assumed shape array, using 0 instead of '*'
  824. y = dcopy(x,y,[n,offx,incx,offy,incy])
  825. Constructing wrapper function "ccopy"...
  826. getarrdims:warning: assumed shape array, using 0 instead of '*'
  827. getarrdims:warning: assumed shape array, using 0 instead of '*'
  828. y = ccopy(x,y,[n,offx,incx,offy,incy])
  829. Constructing wrapper function "zcopy"...
  830. getarrdims:warning: assumed shape array, using 0 instead of '*'
  831. getarrdims:warning: assumed shape array, using 0 instead of '*'
  832. y = zcopy(x,y,[n,offx,incx,offy,incy])
  833. Constructing wrapper function "saxpy"...
  834. getarrdims:warning: assumed shape array, using 0 instead of '*'
  835. getarrdims:warning: assumed shape array, using 0 instead of '*'
  836. z = saxpy(x,y,[n,a,offx,incx,offy,incy])
  837. Constructing wrapper function "daxpy"...
  838. getarrdims:warning: assumed shape array, using 0 instead of '*'
  839. getarrdims:warning: assumed shape array, using 0 instead of '*'
  840. z = daxpy(x,y,[n,a,offx,incx,offy,incy])
  841. Constructing wrapper function "caxpy"...
  842. getarrdims:warning: assumed shape array, using 0 instead of '*'
  843. getarrdims:warning: assumed shape array, using 0 instead of '*'
  844. z = caxpy(x,y,[n,a,offx,incx,offy,incy])
  845. Constructing wrapper function "zaxpy"...
  846. getarrdims:warning: assumed shape array, using 0 instead of '*'
  847. getarrdims:warning: assumed shape array, using 0 instead of '*'
  848. z = zaxpy(x,y,[n,a,offx,incx,offy,incy])
  849. Creating wrapper for Fortran function "sdot"("wsdot")...
  850. Constructing wrapper function "sdot"...
  851. getarrdims:warning: assumed shape array, using 0 instead of '*'
  852. getarrdims:warning: assumed shape array, using 0 instead of '*'
  853. xy = sdot(x,y,[n,offx,incx,offy,incy])
  854. Creating wrapper for Fortran function "ddot"("ddot")...
  855. Constructing wrapper function "ddot"...
  856. getarrdims:warning: assumed shape array, using 0 instead of '*'
  857. getarrdims:warning: assumed shape array, using 0 instead of '*'
  858. xy = ddot(x,y,[n,offx,incx,offy,incy])
  859. Creating wrapper for Fortran function "cdotu"("wcdotu")...
  860. Constructing wrapper function "cdotu"...
  861. getarrdims:warning: assumed shape array, using 0 instead of '*'
  862. getarrdims:warning: assumed shape array, using 0 instead of '*'
  863. xy = cdotu(x,y,[n,offx,incx,offy,incy])
  864. Creating wrapper for Fortran function "zdotu"("wzdotu")...
  865. Constructing wrapper function "zdotu"...
  866. getarrdims:warning: assumed shape array, using 0 instead of '*'
  867. getarrdims:warning: assumed shape array, using 0 instead of '*'
  868. xy = zdotu(x,y,[n,offx,incx,offy,incy])
  869. Creating wrapper for Fortran function "cdotc"("wcdotc")...
  870. Constructing wrapper function "cdotc"...
  871. getarrdims:warning: assumed shape array, using 0 instead of '*'
  872. getarrdims:warning: assumed shape array, using 0 instead of '*'
  873. xy = cdotc(x,y,[n,offx,incx,offy,incy])
  874. Creating wrapper for Fortran function "zdotc"("wzdotc")...
  875. Constructing wrapper function "zdotc"...
  876. getarrdims:warning: assumed shape array, using 0 instead of '*'
  877. getarrdims:warning: assumed shape array, using 0 instead of '*'
  878. xy = zdotc(x,y,[n,offx,incx,offy,incy])
  879. Creating wrapper for Fortran function "snrm2"("wsnrm2")...
  880. Constructing wrapper function "snrm2"...
  881. getarrdims:warning: assumed shape array, using 0 instead of '*'
  882. n2 = snrm2(x,[n,offx,incx])
  883. Creating wrapper for Fortran function "scnrm2"("wscnrm2")...
  884. Constructing wrapper function "scnrm2"...
  885. getarrdims:warning: assumed shape array, using 0 instead of '*'
  886. n2 = scnrm2(x,[n,offx,incx])
  887. Creating wrapper for Fortran function "dnrm2"("dnrm2")...
  888. Constructing wrapper function "dnrm2"...
  889. getarrdims:warning: assumed shape array, using 0 instead of '*'
  890. n2 = dnrm2(x,[n,offx,incx])
  891. Creating wrapper for Fortran function "dznrm2"("dznrm2")...
  892. Constructing wrapper function "dznrm2"...
  893. getarrdims:warning: assumed shape array, using 0 instead of '*'
  894. n2 = dznrm2(x,[n,offx,incx])
  895. Creating wrapper for Fortran function "sasum"("wsasum")...
  896. Constructing wrapper function "sasum"...
  897. getarrdims:warning: assumed shape array, using 0 instead of '*'
  898. s = sasum(x,[n,offx,incx])
  899. Creating wrapper for Fortran function "scasum"("wscasum")...
  900. Constructing wrapper function "scasum"...
  901. getarrdims:warning: assumed shape array, using 0 instead of '*'
  902. s = scasum(x,[n,offx,incx])
  903. Creating wrapper for Fortran function "dasum"("dasum")...
  904. Constructing wrapper function "dasum"...
  905. getarrdims:warning: assumed shape array, using 0 instead of '*'
  906. s = dasum(x,[n,offx,incx])
  907. Creating wrapper for Fortran function "dzasum"("dzasum")...
  908. Constructing wrapper function "dzasum"...
  909. getarrdims:warning: assumed shape array, using 0 instead of '*'
  910. s = dzasum(x,[n,offx,incx])
  911. Constructing wrapper function "isamax"...
  912. getarrdims:warning: assumed shape array, using 0 instead of '*'
  913. k = isamax(x,[n,offx,incx])
  914. Constructing wrapper function "idamax"...
  915. getarrdims:warning: assumed shape array, using 0 instead of '*'
  916. k = idamax(x,[n,offx,incx])
  917. Constructing wrapper function "icamax"...
  918. getarrdims:warning: assumed shape array, using 0 instead of '*'
  919. k = icamax(x,[n,offx,incx])
  920. Constructing wrapper function "izamax"...
  921. getarrdims:warning: assumed shape array, using 0 instead of '*'
  922. k = izamax(x,[n,offx,incx])
  923. Constructing wrapper function "sgemv"...
  924. getarrdims:warning: assumed shape array, using 0 instead of '*'
  925. y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y])
  926. Constructing wrapper function "dgemv"...
  927. getarrdims:warning: assumed shape array, using 0 instead of '*'
  928. y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y])
  929. Constructing wrapper function "cgemv"...
  930. getarrdims:warning: assumed shape array, using 0 instead of '*'
  931. y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y])
  932. Constructing wrapper function "zgemv"...
  933. getarrdims:warning: assumed shape array, using 0 instead of '*'
  934. y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y])
  935. Constructing wrapper function "ssymv"...
  936. getarrdims:warning: assumed shape array, using 0 instead of '*'
  937. y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y])
  938. Constructing wrapper function "dsymv"...
  939. getarrdims:warning: assumed shape array, using 0 instead of '*'
  940. y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y])
  941. Constructing wrapper function "chemv"...
  942. getarrdims:warning: assumed shape array, using 0 instead of '*'
  943. y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y])
  944. Constructing wrapper function "zhemv"...
  945. getarrdims:warning: assumed shape array, using 0 instead of '*'
  946. y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y])
  947. Constructing wrapper function "strmv"...
  948. getarrdims:warning: assumed shape array, using 0 instead of '*'
  949. x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x])
  950. Constructing wrapper function "dtrmv"...
  951. getarrdims:warning: assumed shape array, using 0 instead of '*'
  952. x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x])
  953. Constructing wrapper function "ctrmv"...
  954. getarrdims:warning: assumed shape array, using 0 instead of '*'
  955. x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x])
  956. Constructing wrapper function "ztrmv"...
  957. getarrdims:warning: assumed shape array, using 0 instead of '*'
  958. x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x])
  959. Constructing wrapper function "sger"...
  960. a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a])
  961. Constructing wrapper function "dger"...
  962. a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a])
  963. Constructing wrapper function "cgeru"...
  964. a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a])
  965. Constructing wrapper function "zgeru"...
  966. a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a])
  967. Constructing wrapper function "cgerc"...
  968. a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a])
  969. Constructing wrapper function "zgerc"...
  970. a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a])
  971. Constructing wrapper function "ssyr"...
  972. getarrdims:warning: assumed shape array, using 0 instead of '*'
  973. a = ssyr(alpha,x,[lower,incx,offx,n,a,overwrite_a])
  974. Constructing wrapper function "dsyr"...
  975. getarrdims:warning: assumed shape array, using 0 instead of '*'
  976. a = dsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a])
  977. Constructing wrapper function "csyr"...
  978. getarrdims:warning: assumed shape array, using 0 instead of '*'
  979. a = csyr(alpha,x,[lower,incx,offx,n,a,overwrite_a])
  980. Constructing wrapper function "zsyr"...
  981. getarrdims:warning: assumed shape array, using 0 instead of '*'
  982. a = zsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a])
  983. Constructing wrapper function "cher"...
  984. getarrdims:warning: assumed shape array, using 0 instead of '*'
  985. a = cher(alpha,x,[lower,incx,offx,n,a,overwrite_a])
  986. Constructing wrapper function "zher"...
  987. getarrdims:warning: assumed shape array, using 0 instead of '*'
  988. a = zher(alpha,x,[lower,incx,offx,n,a,overwrite_a])
  989. Constructing wrapper function "ssyr2"...
  990. getarrdims:warning: assumed shape array, using 0 instead of '*'
  991. getarrdims:warning: assumed shape array, using 0 instead of '*'
  992. a = ssyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a])
  993. Constructing wrapper function "dsyr2"...
  994. getarrdims:warning: assumed shape array, using 0 instead of '*'
  995. getarrdims:warning: assumed shape array, using 0 instead of '*'
  996. a = dsyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a])
  997. Constructing wrapper function "cher2"...
  998. getarrdims:warning: assumed shape array, using 0 instead of '*'
  999. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1000. a = cher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a])
  1001. Constructing wrapper function "zher2"...
  1002. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1003. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1004. a = zher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a])
  1005. Constructing wrapper function "sgemm"...
  1006. c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c])
  1007. Constructing wrapper function "dgemm"...
  1008. c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c])
  1009. Constructing wrapper function "cgemm"...
  1010. c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c])
  1011. Constructing wrapper function "zgemm"...
  1012. c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c])
  1013. Constructing wrapper function "ssymm"...
  1014. c = ssymm(alpha,a,b,[beta,c,side,lower,overwrite_c])
  1015. Constructing wrapper function "dsymm"...
  1016. c = dsymm(alpha,a,b,[beta,c,side,lower,overwrite_c])
  1017. Constructing wrapper function "csymm"...
  1018. c = csymm(alpha,a,b,[beta,c,side,lower,overwrite_c])
  1019. Constructing wrapper function "zsymm"...
  1020. c = zsymm(alpha,a,b,[beta,c,side,lower,overwrite_c])
  1021. Constructing wrapper function "chemm"...
  1022. c = chemm(alpha,a,b,[beta,c,side,lower,overwrite_c])
  1023. Constructing wrapper function "zhemm"...
  1024. c = zhemm(alpha,a,b,[beta,c,side,lower,overwrite_c])
  1025. Constructing wrapper function "ssyrk"...
  1026. c = ssyrk(alpha,a,[beta,c,trans,lower,overwrite_c])
  1027. Constructing wrapper function "dsyrk"...
  1028. c = dsyrk(alpha,a,[beta,c,trans,lower,overwrite_c])
  1029. Constructing wrapper function "csyrk"...
  1030. c = csyrk(alpha,a,[beta,c,trans,lower,overwrite_c])
  1031. Constructing wrapper function "zsyrk"...
  1032. c = zsyrk(alpha,a,[beta,c,trans,lower,overwrite_c])
  1033. Constructing wrapper function "cherk"...
  1034. c = cherk(alpha,a,[beta,c,trans,lower,overwrite_c])
  1035. Constructing wrapper function "zherk"...
  1036. c = zherk(alpha,a,[beta,c,trans,lower,overwrite_c])
  1037. Constructing wrapper function "ssyr2k"...
  1038. c = ssyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
  1039. Constructing wrapper function "dsyr2k"...
  1040. c = dsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
  1041. Constructing wrapper function "csyr2k"...
  1042. c = csyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
  1043. Constructing wrapper function "zsyr2k"...
  1044. c = zsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
  1045. Constructing wrapper function "cher2k"...
  1046. c = cher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
  1047. Constructing wrapper function "zher2k"...
  1048. c = zher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
  1049. Constructing wrapper function "strmm"...
  1050. b = strmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b])
  1051. Constructing wrapper function "dtrmm"...
  1052. b = dtrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b])
  1053. Constructing wrapper function "ctrmm"...
  1054. b = ctrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b])
  1055. Constructing wrapper function "ztrmm"...
  1056. b = ztrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b])
  1057. Wrote C/API module "_fblas" to file "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_fblasmodule.c"
  1058. Fortran 77 wrappers are saved to "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_fblas-f2pywrappers.f"
  1059. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  1060. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  1061. adding 'build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_fblas-f2pywrappers.f' to sources.
  1062. building extension "scipy.linalg._flapack" sources
  1063. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf
  1064. Including file scipy/linalg/flapack_user.pyf.src
  1065. Mismatch in number of replacements (base <prefix2=s,d>) for <__l1=S/D>. Ignoring.
  1066. Mismatch in number of replacements (base <prefix2c=c,z>) for <__l1=C/Z>. Ignoring.
  1067. Mismatch in number of replacements (base <prefix2=s,d>) for <__l1=S/D>. Ignoring.
  1068. Mismatch in number of replacements (base <prefix2=s,d>) for <__l1=S/D>. Ignoring.
  1069. Mismatch in number of replacements (base <prefix2c=c,z>) for <__l1=C/Z>. Ignoring.
  1070. Mismatch in number of replacements (base <prefix2c=c,z>) for <__l1=C/Z>. Ignoring.
  1071. f2py options: []
  1072. f2py: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf
  1073. Reading fortran codes...
  1074. Reading file 'build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf' (format:free)
  1075. Line #5611 in build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:" char*,char*,char*,int*,int*,complex_float*,int*,complex_float*,int*,float*,float*,int*,int*,float*,int*,float*,complex_float*,int*,complex_float*,float*,int*,int*,int*"
  1076. crackline:3: No pattern for line
  1077. Line #5691 in build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:" char*,char*,char*,int*,int*,complex_double*,int*,complex_double*,int*,double*,double*,int*,int*,double*,int*,double*,complex_double*,int*,complex_double*,double*,int*,int*,int*"
  1078. crackline:3: No pattern for line
  1079. Line #5900 in build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,float*,int*,int*,float*,int*,int*"
  1080. crackline:3: No pattern for line
  1081. Line #5933 in build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,double*,int*,int*,double*,int*,int*"
  1082. crackline:3: No pattern for line
  1083. Line #5966 in build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,complex_float*,int*,int*,complex_float*,int*,int*"
  1084. crackline:3: No pattern for line
  1085. Line #5999 in build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:"lprotoargument char*,int*,int *,int*,int*,complex_double*,int*,int*,complex_double*,int*,int*"
  1086. crackline:3: No pattern for line
  1087. Post-processing...
  1088. Block: _flapack
  1089. Block: gees__user__routines
  1090. Block: sselect
  1091. Block: dselect
  1092. Block: cselect
  1093. Block: zselect
  1094. Block: gges__user__routines
  1095. Block: cselect
  1096. Block: zselect
  1097. Block: sselect
  1098. Block: dselect
  1099. Block: sgges
  1100. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgges
  1101. get_useparameters: no module gges__user__routines info used by sgges
  1102. Block: dgges
  1103. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgges
  1104. get_useparameters: no module gges__user__routines info used by dgges
  1105. Block: cgges
  1106. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgges
  1107. get_useparameters: no module gges__user__routines info used by cgges
  1108. Block: zgges
  1109. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgges
  1110. get_useparameters: no module gges__user__routines info used by zgges
  1111. Block: spbtrf
  1112. Block: dpbtrf
  1113. Block: cpbtrf
  1114. Block: zpbtrf
  1115. Block: spbtrs
  1116. Block: dpbtrs
  1117. Block: cpbtrs
  1118. Block: zpbtrs
  1119. Block: strtrs
  1120. Block: dtrtrs
  1121. Block: ctrtrs
  1122. Block: ztrtrs
  1123. Block: spbsv
  1124. Block: dpbsv
  1125. Block: cpbsv
  1126. Block: zpbsv
  1127. Block: sptsv
  1128. Block: dptsv
  1129. Block: cptsv
  1130. Block: zptsv
  1131. Block: sgebal
  1132. Block: dgebal
  1133. Block: cgebal
  1134. Block: zgebal
  1135. Block: sgehrd
  1136. Block: dgehrd
  1137. Block: cgehrd
  1138. Block: zgehrd
  1139. Block: sgehrd_lwork
  1140. Block: dgehrd_lwork
  1141. Block: cgehrd_lwork
  1142. Block: zgehrd_lwork
  1143. Block: sorghr
  1144. Block: dorghr
  1145. Block: sorghr_lwork
  1146. Block: dorghr_lwork
  1147. Block: cunghr
  1148. Block: zunghr
  1149. Block: cunghr_lwork
  1150. Block: zunghr_lwork
  1151. Block: sgbsv
  1152. Block: dgbsv
  1153. Block: cgbsv
  1154. Block: zgbsv
  1155. Block: sgtsv
  1156. Block: dgtsv
  1157. Block: cgtsv
  1158. Block: zgtsv
  1159. Block: sgesv
  1160. Block: dgesv
  1161. Block: cgesv
  1162. Block: zgesv
  1163. Block: sgetrf
  1164. Block: dgetrf
  1165. Block: cgetrf
  1166. Block: zgetrf
  1167. Block: sgetrs
  1168. Block: dgetrs
  1169. Block: cgetrs
  1170. Block: zgetrs
  1171. Block: sgetri
  1172. Block: dgetri
  1173. Block: cgetri
  1174. Block: zgetri
  1175. Block: sgetri_lwork
  1176. Block: dgetri_lwork
  1177. Block: cgetri_lwork
  1178. Block: zgetri_lwork
  1179. Block: sgesdd
  1180. Block: dgesdd
  1181. Block: sgesdd_lwork
  1182. Block: dgesdd_lwork
  1183. Block: cgesdd
  1184. Block: zgesdd
  1185. Block: cgesdd_lwork
  1186. Block: zgesdd_lwork
  1187. Block: sgelss
  1188. Block: dgelss
  1189. Block: sgelss_lwork
  1190. Block: dgelss_lwork
  1191. Block: cgelss
  1192. Block: zgelss
  1193. Block: slasd4
  1194. Block: dlasd4
  1195. Block: cgelss_lwork
  1196. Block: zgelss_lwork
  1197. Block: sgelsy
  1198. Block: dgelsy
  1199. Block: sgelsy_lwork
  1200. Block: dgelsy_lwork
  1201. Block: cgelsy
  1202. Block: zgelsy
  1203. Block: cgelsy_lwork
  1204. Block: zgelsy_lwork
  1205. Block: sgelsd
  1206. Block: dgelsd
  1207. Block: sgelsd_lwork
  1208. Block: dgelsd_lwork
  1209. Block: cgelsd
  1210. Block: zgelsd
  1211. Block: cgelsd_lwork
  1212. Block: zgelsd_lwork
  1213. Block: sgeqp3
  1214. Block: dgeqp3
  1215. Block: cgeqp3
  1216. Block: zgeqp3
  1217. Block: sgeqrf
  1218. Block: dgeqrf
  1219. Block: cgeqrf
  1220. Block: zgeqrf
  1221. Block: sgerqf
  1222. Block: dgerqf
  1223. Block: cgerqf
  1224. Block: zgerqf
  1225. Block: sorgqr
  1226. Block: dorgqr
  1227. Block: cungqr
  1228. Block: zungqr
  1229. Block: sormqr
  1230. Block: dormqr
  1231. Block: cunmqr
  1232. Block: zunmqr
  1233. Block: sorgrq
  1234. Block: dorgrq
  1235. Block: cungrq
  1236. Block: zungrq
  1237. Block: sgeev
  1238. Block: dgeev
  1239. Block: sgeev_lwork
  1240. Block: dgeev_lwork
  1241. Block: cgeev
  1242. Block: zgeev
  1243. Block: cgeev_lwork
  1244. Block: zgeev_lwork
  1245. Block: sgegv
  1246. Block: dgegv
  1247. Block: cgegv
  1248. Block: zgegv
  1249. Block: ssyev
  1250. Block: dsyev
  1251. Block: cheev
  1252. Block: zheev
  1253. Block: ssyevd
  1254. Block: dsyevd
  1255. Block: cheevd
  1256. Block: zheevd
  1257. Block: sposv
  1258. Block: dposv
  1259. Block: cposv
  1260. Block: zposv
  1261. Block: spotrf
  1262. Block: dpotrf
  1263. Block: cpotrf
  1264. Block: zpotrf
  1265. Block: spotrs
  1266. Block: dpotrs
  1267. Block: cpotrs
  1268. Block: zpotrs
  1269. Block: spotri
  1270. Block: dpotri
  1271. Block: cpotri
  1272. Block: zpotri
  1273. Block: slauum
  1274. Block: dlauum
  1275. Block: clauum
  1276. Block: zlauum
  1277. Block: strtri
  1278. Block: dtrtri
  1279. Block: ctrtri
  1280. Block: ztrtri
  1281. Block: strsyl
  1282. Block: dtrsyl
  1283. Block: ctrsyl
  1284. Block: ztrsyl
  1285. Block: slaswp
  1286. Block: dlaswp
  1287. Block: claswp
  1288. Block: zlaswp
  1289. Block: cgees
  1290. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgees
  1291. get_useparameters: no module gees__user__routines info used by cgees
  1292. Block: zgees
  1293. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgees
  1294. get_useparameters: no module gees__user__routines info used by zgees
  1295. Block: sgees
  1296. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgees
  1297. get_useparameters: no module gees__user__routines info used by sgees
  1298. Block: dgees
  1299. In: build/src.macosx-10.7-x86_64-3.6/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgees
  1300. get_useparameters: no module gees__user__routines info used by dgees
  1301. Block: sggev
  1302. Block: dggev
  1303. Block: cggev
  1304. Block: zggev
  1305. Block: ssbev
  1306. Block: dsbev
  1307. Block: ssbevd
  1308. Block: dsbevd
  1309. Block: ssbevx
  1310. Block: dsbevx
  1311. Block: chbevd
  1312. Block: zhbevd
  1313. Block: chbevx
  1314. Block: zhbevx
  1315. Block: dlamch
  1316. Block: slamch
  1317. Block: sgbtrf
  1318. Block: dgbtrf
  1319. Block: cgbtrf
  1320. Block: zgbtrf
  1321. Block: sgbtrs
  1322. Block: dgbtrs
  1323. Block: cgbtrs
  1324. Block: zgbtrs
  1325. Block: ssyevr
  1326. Block: dsyevr
  1327. Block: cheevr
  1328. Block: zheevr
  1329. Block: ssygv
  1330. Block: dsygv
  1331. Block: chegv
  1332. Block: zhegv
  1333. Block: ssygvd
  1334. Block: dsygvd
  1335. Block: chegvd
  1336. Block: zhegvd
  1337. Block: ssygvx
  1338. Block: dsygvx
  1339. Block: chegvx
  1340. Block: zhegvx
  1341. Block: slange
  1342. Block: dlange
  1343. Block: clange
  1344. Block: zlange
  1345. Block: slarfg
  1346. Block: dlarfg
  1347. Block: clarfg
  1348. Block: zlarfg
  1349. Block: slarf
  1350. Block: dlarf
  1351. Block: clarf
  1352. Block: zlarf
  1353. Block: slartg
  1354. Block: dlartg
  1355. Block: clartg
  1356. Block: zlartg
  1357. Block: crot
  1358. Block: zrot
  1359. Post-processing (stage 2)...
  1360. Building modules...
  1361. Constructing call-back function "cb_sselect_in_gees__user__routines"
  1362. def sselect(arg1,arg2): return sselect
  1363. Constructing call-back function "cb_dselect_in_gees__user__routines"
  1364. def dselect(arg1,arg2): return dselect
  1365. Constructing call-back function "cb_cselect_in_gees__user__routines"
  1366. def cselect(arg): return cselect
  1367. Constructing call-back function "cb_zselect_in_gees__user__routines"
  1368. def zselect(arg): return zselect
  1369. Constructing call-back function "cb_cselect_in_gges__user__routines"
  1370. def cselect(alpha,beta): return cselect
  1371. Constructing call-back function "cb_zselect_in_gges__user__routines"
  1372. def zselect(alpha,beta): return zselect
  1373. Constructing call-back function "cb_sselect_in_gges__user__routines"
  1374. def sselect(alphar,alphai,beta): return sselect
  1375. Constructing call-back function "cb_dselect_in_gges__user__routines"
  1376. def dselect(alphar,alphai,beta): return dselect
  1377. Building module "_flapack"...
  1378. Constructing wrapper function "sgges"...
  1379. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1380. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1381. a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = sgges(sselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,sselect_extra_args,overwrite_a,overwrite_b])
  1382. Constructing wrapper function "dgges"...
  1383. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1384. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1385. a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = dgges(dselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,dselect_extra_args,overwrite_a,overwrite_b])
  1386. Constructing wrapper function "cgges"...
  1387. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1388. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1389. a,b,sdim,alpha,beta,vsl,vsr,work,info = cgges(cselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,cselect_extra_args,overwrite_a,overwrite_b])
  1390. Constructing wrapper function "zgges"...
  1391. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1392. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1393. a,b,sdim,alpha,beta,vsl,vsr,work,info = zgges(zselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,zselect_extra_args,overwrite_a,overwrite_b])
  1394. Constructing wrapper function "spbtrf"...
  1395. c,info = spbtrf(ab,[lower,ldab,overwrite_ab])
  1396. Constructing wrapper function "dpbtrf"...
  1397. c,info = dpbtrf(ab,[lower,ldab,overwrite_ab])
  1398. Constructing wrapper function "cpbtrf"...
  1399. c,info = cpbtrf(ab,[lower,ldab,overwrite_ab])
  1400. Constructing wrapper function "zpbtrf"...
  1401. c,info = zpbtrf(ab,[lower,ldab,overwrite_ab])
  1402. Constructing wrapper function "spbtrs"...
  1403. x,info = spbtrs(ab,b,[lower,ldab,overwrite_b])
  1404. Constructing wrapper function "dpbtrs"...
  1405. x,info = dpbtrs(ab,b,[lower,ldab,overwrite_b])
  1406. Constructing wrapper function "cpbtrs"...
  1407. x,info = cpbtrs(ab,b,[lower,ldab,overwrite_b])
  1408. Constructing wrapper function "zpbtrs"...
  1409. x,info = zpbtrs(ab,b,[lower,ldab,overwrite_b])
  1410. Constructing wrapper function "strtrs"...
  1411. x,info = strtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b])
  1412. Constructing wrapper function "dtrtrs"...
  1413. x,info = dtrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b])
  1414. Constructing wrapper function "ctrtrs"...
  1415. x,info = ctrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b])
  1416. Constructing wrapper function "ztrtrs"...
  1417. x,info = ztrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b])
  1418. Constructing wrapper function "spbsv"...
  1419. c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b])
  1420. Constructing wrapper function "dpbsv"...
  1421. c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b])
  1422. Constructing wrapper function "cpbsv"...
  1423. c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b])
  1424. Constructing wrapper function "zpbsv"...
  1425. c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b])
  1426. Constructing wrapper function "sptsv"...
  1427. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1428. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1429. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1430. d,du,x,info = sptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b])
  1431. Constructing wrapper function "dptsv"...
  1432. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1433. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1434. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1435. d,du,x,info = dptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b])
  1436. Constructing wrapper function "cptsv"...
  1437. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1438. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1439. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1440. d,du,x,info = cptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b])
  1441. Constructing wrapper function "zptsv"...
  1442. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1443. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1444. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1445. d,du,x,info = zptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b])
  1446. Constructing wrapper function "sgebal"...
  1447. ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a])
  1448. Constructing wrapper function "dgebal"...
  1449. ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a])
  1450. Constructing wrapper function "cgebal"...
  1451. ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a])
  1452. Constructing wrapper function "zgebal"...
  1453. ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a])
  1454. Constructing wrapper function "sgehrd"...
  1455. ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a])
  1456. Constructing wrapper function "dgehrd"...
  1457. ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a])
  1458. Constructing wrapper function "cgehrd"...
  1459. ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a])
  1460. Constructing wrapper function "zgehrd"...
  1461. ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a])
  1462. Constructing wrapper function "sgehrd_lwork"...
  1463. work,info = sgehrd_lwork(n,[lo,hi])
  1464. Constructing wrapper function "dgehrd_lwork"...
  1465. work,info = dgehrd_lwork(n,[lo,hi])
  1466. Constructing wrapper function "cgehrd_lwork"...
  1467. work,info = cgehrd_lwork(n,[lo,hi])
  1468. Constructing wrapper function "zgehrd_lwork"...
  1469. work,info = zgehrd_lwork(n,[lo,hi])
  1470. Constructing wrapper function "sorghr"...
  1471. ht,info = sorghr(a,tau,[lo,hi,lwork,overwrite_a])
  1472. Constructing wrapper function "dorghr"...
  1473. ht,info = dorghr(a,tau,[lo,hi,lwork,overwrite_a])
  1474. Constructing wrapper function "sorghr_lwork"...
  1475. warning: callstatement is defined without callprotoargument
  1476. work,info = sorghr_lwork(n,[lo,hi])
  1477. Constructing wrapper function "dorghr_lwork"...
  1478. warning: callstatement is defined without callprotoargument
  1479. work,info = dorghr_lwork(n,[lo,hi])
  1480. Constructing wrapper function "cunghr"...
  1481. ht,info = cunghr(a,tau,[lo,hi,lwork,overwrite_a])
  1482. Constructing wrapper function "zunghr"...
  1483. ht,info = zunghr(a,tau,[lo,hi,lwork,overwrite_a])
  1484. Constructing wrapper function "cunghr_lwork"...
  1485. warning: callstatement is defined without callprotoargument
  1486. work,info = cunghr_lwork(n,[lo,hi])
  1487. Constructing wrapper function "zunghr_lwork"...
  1488. warning: callstatement is defined without callprotoargument
  1489. work,info = zunghr_lwork(n,[lo,hi])
  1490. Constructing wrapper function "sgbsv"...
  1491. lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b])
  1492. Constructing wrapper function "dgbsv"...
  1493. lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b])
  1494. Constructing wrapper function "cgbsv"...
  1495. lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b])
  1496. Constructing wrapper function "zgbsv"...
  1497. lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b])
  1498. Constructing wrapper function "sgtsv"...
  1499. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1500. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1501. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1502. du2,d,du,x,info = sgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b])
  1503. Constructing wrapper function "dgtsv"...
  1504. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1505. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1506. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1507. du2,d,du,x,info = dgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b])
  1508. Constructing wrapper function "cgtsv"...
  1509. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1510. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1511. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1512. du2,d,du,x,info = cgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b])
  1513. Constructing wrapper function "zgtsv"...
  1514. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1515. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1516. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1517. du2,d,du,x,info = zgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b])
  1518. Constructing wrapper function "sgesv"...
  1519. lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b])
  1520. Constructing wrapper function "dgesv"...
  1521. lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b])
  1522. Constructing wrapper function "cgesv"...
  1523. lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b])
  1524. Constructing wrapper function "zgesv"...
  1525. lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b])
  1526. Constructing wrapper function "sgetrf"...
  1527. lu,piv,info = sgetrf(a,[overwrite_a])
  1528. Constructing wrapper function "dgetrf"...
  1529. lu,piv,info = dgetrf(a,[overwrite_a])
  1530. Constructing wrapper function "cgetrf"...
  1531. lu,piv,info = cgetrf(a,[overwrite_a])
  1532. Constructing wrapper function "zgetrf"...
  1533. lu,piv,info = zgetrf(a,[overwrite_a])
  1534. Constructing wrapper function "sgetrs"...
  1535. x,info = sgetrs(lu,piv,b,[trans,overwrite_b])
  1536. Constructing wrapper function "dgetrs"...
  1537. x,info = dgetrs(lu,piv,b,[trans,overwrite_b])
  1538. Constructing wrapper function "cgetrs"...
  1539. x,info = cgetrs(lu,piv,b,[trans,overwrite_b])
  1540. Constructing wrapper function "zgetrs"...
  1541. x,info = zgetrs(lu,piv,b,[trans,overwrite_b])
  1542. Constructing wrapper function "sgetri"...
  1543. inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu])
  1544. Constructing wrapper function "dgetri"...
  1545. inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu])
  1546. Constructing wrapper function "cgetri"...
  1547. inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu])
  1548. Constructing wrapper function "zgetri"...
  1549. inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu])
  1550. Constructing wrapper function "sgetri_lwork"...
  1551. work,info = sgetri_lwork(n)
  1552. Constructing wrapper function "dgetri_lwork"...
  1553. work,info = dgetri_lwork(n)
  1554. Constructing wrapper function "cgetri_lwork"...
  1555. work,info = cgetri_lwork(n)
  1556. Constructing wrapper function "zgetri_lwork"...
  1557. work,info = zgetri_lwork(n)
  1558. Constructing wrapper function "sgesdd"...
  1559. u,s,vt,info = sgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a])
  1560. Constructing wrapper function "dgesdd"...
  1561. u,s,vt,info = dgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a])
  1562. Constructing wrapper function "sgesdd_lwork"...
  1563. work,info = sgesdd_lwork(m,n,[compute_uv,full_matrices])
  1564. Constructing wrapper function "dgesdd_lwork"...
  1565. work,info = dgesdd_lwork(m,n,[compute_uv,full_matrices])
  1566. Constructing wrapper function "cgesdd"...
  1567. u,s,vt,info = cgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a])
  1568. Constructing wrapper function "zgesdd"...
  1569. u,s,vt,info = zgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a])
  1570. Constructing wrapper function "cgesdd_lwork"...
  1571. work,info = cgesdd_lwork(m,n,[compute_uv,full_matrices])
  1572. Constructing wrapper function "zgesdd_lwork"...
  1573. work,info = zgesdd_lwork(m,n,[compute_uv,full_matrices])
  1574. Constructing wrapper function "sgelss"...
  1575. v,x,s,rank,work,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b])
  1576. Constructing wrapper function "dgelss"...
  1577. v,x,s,rank,work,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b])
  1578. Constructing wrapper function "sgelss_lwork"...
  1579. work,info = sgelss_lwork(m,n,nrhs,[cond,lwork])
  1580. Constructing wrapper function "dgelss_lwork"...
  1581. work,info = dgelss_lwork(m,n,nrhs,[cond,lwork])
  1582. Constructing wrapper function "cgelss"...
  1583. v,x,s,rank,work,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b])
  1584. Constructing wrapper function "zgelss"...
  1585. v,x,s,rank,work,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b])
  1586. Constructing wrapper function "slasd4"...
  1587. delta,sigma,work,info = slasd4(i,d,z,[rho])
  1588. Constructing wrapper function "dlasd4"...
  1589. delta,sigma,work,info = dlasd4(i,d,z,[rho])
  1590. Constructing wrapper function "cgelss_lwork"...
  1591. work,info = cgelss_lwork(m,n,nrhs,[cond,lwork])
  1592. Constructing wrapper function "zgelss_lwork"...
  1593. work,info = zgelss_lwork(m,n,nrhs,[cond,lwork])
  1594. Constructing wrapper function "sgelsy"...
  1595. v,x,j,rank,info = sgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b])
  1596. Constructing wrapper function "dgelsy"...
  1597. v,x,j,rank,info = dgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b])
  1598. Constructing wrapper function "sgelsy_lwork"...
  1599. work,info = sgelsy_lwork(m,n,nrhs,cond,[lwork])
  1600. Constructing wrapper function "dgelsy_lwork"...
  1601. work,info = dgelsy_lwork(m,n,nrhs,cond,[lwork])
  1602. Constructing wrapper function "cgelsy"...
  1603. v,x,j,rank,info = cgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b])
  1604. Constructing wrapper function "zgelsy"...
  1605. v,x,j,rank,info = zgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b])
  1606. Constructing wrapper function "cgelsy_lwork"...
  1607. work,info = cgelsy_lwork(m,n,nrhs,cond,[lwork])
  1608. Constructing wrapper function "zgelsy_lwork"...
  1609. work,info = zgelsy_lwork(m,n,nrhs,cond,[lwork])
  1610. Constructing wrapper function "sgelsd"...
  1611. x,s,rank,info = sgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b])
  1612. Constructing wrapper function "dgelsd"...
  1613. x,s,rank,info = dgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b])
  1614. Constructing wrapper function "sgelsd_lwork"...
  1615. work,iwork,info = sgelsd_lwork(m,n,nrhs,[cond,lwork])
  1616. Constructing wrapper function "dgelsd_lwork"...
  1617. work,iwork,info = dgelsd_lwork(m,n,nrhs,[cond,lwork])
  1618. Constructing wrapper function "cgelsd"...
  1619. x,s,rank,info = cgelsd(a,b,lwork,size_rwork,size_iwork,[cond,overwrite_a,overwrite_b])
  1620. Constructing wrapper function "zgelsd"...
  1621. x,s,rank,info = zgelsd(a,b,lwork,size_rwork,size_iwork,[cond,overwrite_a,overwrite_b])
  1622. Constructing wrapper function "cgelsd_lwork"...
  1623. work,rwork,iwork,info = cgelsd_lwork(m,n,nrhs,[cond,lwork])
  1624. Constructing wrapper function "zgelsd_lwork"...
  1625. work,rwork,iwork,info = zgelsd_lwork(m,n,nrhs,[cond,lwork])
  1626. Constructing wrapper function "sgeqp3"...
  1627. qr,jpvt,tau,work,info = sgeqp3(a,[lwork,overwrite_a])
  1628. Constructing wrapper function "dgeqp3"...
  1629. qr,jpvt,tau,work,info = dgeqp3(a,[lwork,overwrite_a])
  1630. Constructing wrapper function "cgeqp3"...
  1631. qr,jpvt,tau,work,info = cgeqp3(a,[lwork,overwrite_a])
  1632. Constructing wrapper function "zgeqp3"...
  1633. qr,jpvt,tau,work,info = zgeqp3(a,[lwork,overwrite_a])
  1634. Constructing wrapper function "sgeqrf"...
  1635. qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a])
  1636. Constructing wrapper function "dgeqrf"...
  1637. qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a])
  1638. Constructing wrapper function "cgeqrf"...
  1639. qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a])
  1640. Constructing wrapper function "zgeqrf"...
  1641. qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a])
  1642. Constructing wrapper function "sgerqf"...
  1643. qr,tau,work,info = sgerqf(a,[lwork,overwrite_a])
  1644. Constructing wrapper function "dgerqf"...
  1645. qr,tau,work,info = dgerqf(a,[lwork,overwrite_a])
  1646. Constructing wrapper function "cgerqf"...
  1647. qr,tau,work,info = cgerqf(a,[lwork,overwrite_a])
  1648. Constructing wrapper function "zgerqf"...
  1649. qr,tau,work,info = zgerqf(a,[lwork,overwrite_a])
  1650. Constructing wrapper function "sorgqr"...
  1651. q,work,info = sorgqr(a,tau,[lwork,overwrite_a])
  1652. Constructing wrapper function "dorgqr"...
  1653. q,work,info = dorgqr(a,tau,[lwork,overwrite_a])
  1654. Constructing wrapper function "cungqr"...
  1655. q,work,info = cungqr(a,tau,[lwork,overwrite_a])
  1656. Constructing wrapper function "zungqr"...
  1657. q,work,info = zungqr(a,tau,[lwork,overwrite_a])
  1658. Constructing wrapper function "sormqr"...
  1659. cq,work,info = sormqr(side,trans,a,tau,c,lwork,[overwrite_c])
  1660. Constructing wrapper function "dormqr"...
  1661. cq,work,info = dormqr(side,trans,a,tau,c,lwork,[overwrite_c])
  1662. Constructing wrapper function "cunmqr"...
  1663. cq,work,info = cunmqr(side,trans,a,tau,c,lwork,[overwrite_c])
  1664. Constructing wrapper function "zunmqr"...
  1665. cq,work,info = zunmqr(side,trans,a,tau,c,lwork,[overwrite_c])
  1666. Constructing wrapper function "sorgrq"...
  1667. q,work,info = sorgrq(a,tau,[lwork,overwrite_a])
  1668. Constructing wrapper function "dorgrq"...
  1669. q,work,info = dorgrq(a,tau,[lwork,overwrite_a])
  1670. Constructing wrapper function "cungrq"...
  1671. q,work,info = cungrq(a,tau,[lwork,overwrite_a])
  1672. Constructing wrapper function "zungrq"...
  1673. q,work,info = zungrq(a,tau,[lwork,overwrite_a])
  1674. Constructing wrapper function "sgeev"...
  1675. wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a])
  1676. Constructing wrapper function "dgeev"...
  1677. wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a])
  1678. Constructing wrapper function "sgeev_lwork"...
  1679. work,info = sgeev_lwork(n,[compute_vl,compute_vr])
  1680. Constructing wrapper function "dgeev_lwork"...
  1681. work,info = dgeev_lwork(n,[compute_vl,compute_vr])
  1682. Constructing wrapper function "cgeev"...
  1683. w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a])
  1684. Constructing wrapper function "zgeev"...
  1685. w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a])
  1686. Constructing wrapper function "cgeev_lwork"...
  1687. work,info = cgeev_lwork(n,[compute_vl,compute_vr])
  1688. Constructing wrapper function "zgeev_lwork"...
  1689. work,info = zgeev_lwork(n,[compute_vl,compute_vr])
  1690. Constructing wrapper function "sgegv"...
  1691. alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1692. Constructing wrapper function "dgegv"...
  1693. alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1694. Constructing wrapper function "cgegv"...
  1695. alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1696. Constructing wrapper function "zgegv"...
  1697. alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1698. Constructing wrapper function "ssyev"...
  1699. w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a])
  1700. Constructing wrapper function "dsyev"...
  1701. w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a])
  1702. Constructing wrapper function "cheev"...
  1703. w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a])
  1704. Constructing wrapper function "zheev"...
  1705. w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a])
  1706. Constructing wrapper function "ssyevd"...
  1707. w,v,info = ssyevd(a,[compute_v,lower,lwork,overwrite_a])
  1708. Constructing wrapper function "dsyevd"...
  1709. w,v,info = dsyevd(a,[compute_v,lower,lwork,overwrite_a])
  1710. Constructing wrapper function "cheevd"...
  1711. w,v,info = cheevd(a,[compute_v,lower,lwork,overwrite_a])
  1712. Constructing wrapper function "zheevd"...
  1713. w,v,info = zheevd(a,[compute_v,lower,lwork,overwrite_a])
  1714. Constructing wrapper function "sposv"...
  1715. c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b])
  1716. Constructing wrapper function "dposv"...
  1717. c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b])
  1718. Constructing wrapper function "cposv"...
  1719. c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b])
  1720. Constructing wrapper function "zposv"...
  1721. c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b])
  1722. Constructing wrapper function "spotrf"...
  1723. c,info = spotrf(a,[lower,clean,overwrite_a])
  1724. Constructing wrapper function "dpotrf"...
  1725. c,info = dpotrf(a,[lower,clean,overwrite_a])
  1726. Constructing wrapper function "cpotrf"...
  1727. c,info = cpotrf(a,[lower,clean,overwrite_a])
  1728. Constructing wrapper function "zpotrf"...
  1729. c,info = zpotrf(a,[lower,clean,overwrite_a])
  1730. Constructing wrapper function "spotrs"...
  1731. x,info = spotrs(c,b,[lower,overwrite_b])
  1732. Constructing wrapper function "dpotrs"...
  1733. x,info = dpotrs(c,b,[lower,overwrite_b])
  1734. Constructing wrapper function "cpotrs"...
  1735. x,info = cpotrs(c,b,[lower,overwrite_b])
  1736. Constructing wrapper function "zpotrs"...
  1737. x,info = zpotrs(c,b,[lower,overwrite_b])
  1738. Constructing wrapper function "spotri"...
  1739. inv_a,info = spotri(c,[lower,overwrite_c])
  1740. Constructing wrapper function "dpotri"...
  1741. inv_a,info = dpotri(c,[lower,overwrite_c])
  1742. Constructing wrapper function "cpotri"...
  1743. inv_a,info = cpotri(c,[lower,overwrite_c])
  1744. Constructing wrapper function "zpotri"...
  1745. inv_a,info = zpotri(c,[lower,overwrite_c])
  1746. Constructing wrapper function "slauum"...
  1747. a,info = slauum(c,[lower,overwrite_c])
  1748. Constructing wrapper function "dlauum"...
  1749. a,info = dlauum(c,[lower,overwrite_c])
  1750. Constructing wrapper function "clauum"...
  1751. a,info = clauum(c,[lower,overwrite_c])
  1752. Constructing wrapper function "zlauum"...
  1753. a,info = zlauum(c,[lower,overwrite_c])
  1754. Constructing wrapper function "strtri"...
  1755. inv_c,info = strtri(c,[lower,unitdiag,overwrite_c])
  1756. Constructing wrapper function "dtrtri"...
  1757. inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c])
  1758. Constructing wrapper function "ctrtri"...
  1759. inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c])
  1760. Constructing wrapper function "ztrtri"...
  1761. inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c])
  1762. Constructing wrapper function "strsyl"...
  1763. x,scale,info = strsyl(a,b,c,[trana,tranb,isgn,overwrite_c])
  1764. Constructing wrapper function "dtrsyl"...
  1765. x,scale,info = dtrsyl(a,b,c,[trana,tranb,isgn,overwrite_c])
  1766. Constructing wrapper function "ctrsyl"...
  1767. x,scale,info = ctrsyl(a,b,c,[trana,tranb,isgn,overwrite_c])
  1768. Constructing wrapper function "ztrsyl"...
  1769. x,scale,info = ztrsyl(a,b,c,[trana,tranb,isgn,overwrite_c])
  1770. Constructing wrapper function "slaswp"...
  1771. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1772. a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a])
  1773. Constructing wrapper function "dlaswp"...
  1774. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1775. a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a])
  1776. Constructing wrapper function "claswp"...
  1777. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1778. a = claswp(a,piv,[k1,k2,off,inc,overwrite_a])
  1779. Constructing wrapper function "zlaswp"...
  1780. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1781. a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a])
  1782. Constructing wrapper function "cgees"...
  1783. t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a])
  1784. Constructing wrapper function "zgees"...
  1785. t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a])
  1786. Constructing wrapper function "sgees"...
  1787. t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a])
  1788. Constructing wrapper function "dgees"...
  1789. t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a])
  1790. Constructing wrapper function "sggev"...
  1791. alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1792. Constructing wrapper function "dggev"...
  1793. alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1794. Constructing wrapper function "cggev"...
  1795. alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1796. Constructing wrapper function "zggev"...
  1797. alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b])
  1798. Constructing wrapper function "ssbev"...
  1799. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1800. w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab])
  1801. Constructing wrapper function "dsbev"...
  1802. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1803. w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab])
  1804. Constructing wrapper function "ssbevd"...
  1805. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1806. w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab])
  1807. Constructing wrapper function "dsbevd"...
  1808. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1809. w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab])
  1810. Constructing wrapper function "ssbevx"...
  1811. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1812. w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab])
  1813. Constructing wrapper function "dsbevx"...
  1814. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1815. w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab])
  1816. Constructing wrapper function "chbevd"...
  1817. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1818. w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab])
  1819. Constructing wrapper function "zhbevd"...
  1820. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1821. w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab])
  1822. Constructing wrapper function "chbevx"...
  1823. warning: callstatement is defined without callprotoargument
  1824. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1825. w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab])
  1826. Constructing wrapper function "zhbevx"...
  1827. warning: callstatement is defined without callprotoargument
  1828. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1829. w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab])
  1830. Creating wrapper for Fortran function "dlamch"("dlamch")...
  1831. Constructing wrapper function "dlamch"...
  1832. dlamch = dlamch(cmach)
  1833. Creating wrapper for Fortran function "slamch"("wslamch")...
  1834. Constructing wrapper function "slamch"...
  1835. slamch = slamch(cmach)
  1836. Constructing wrapper function "sgbtrf"...
  1837. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1838. lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab])
  1839. Constructing wrapper function "dgbtrf"...
  1840. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1841. lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab])
  1842. Constructing wrapper function "cgbtrf"...
  1843. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1844. lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab])
  1845. Constructing wrapper function "zgbtrf"...
  1846. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1847. lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab])
  1848. Constructing wrapper function "sgbtrs"...
  1849. warning: callstatement is defined without callprotoargument
  1850. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1851. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1852. x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b])
  1853. Constructing wrapper function "dgbtrs"...
  1854. warning: callstatement is defined without callprotoargument
  1855. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1856. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1857. x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b])
  1858. Constructing wrapper function "cgbtrs"...
  1859. warning: callstatement is defined without callprotoargument
  1860. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1861. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1862. x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b])
  1863. Constructing wrapper function "zgbtrs"...
  1864. warning: callstatement is defined without callprotoargument
  1865. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1866. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1867. x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b])
  1868. Constructing wrapper function "ssyevr"...
  1869. w,z,info = ssyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a])
  1870. Constructing wrapper function "dsyevr"...
  1871. w,z,info = dsyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a])
  1872. Constructing wrapper function "cheevr"...
  1873. w,z,info = cheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a])
  1874. Constructing wrapper function "zheevr"...
  1875. w,z,info = zheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a])
  1876. Constructing wrapper function "ssygv"...
  1877. a,w,info = ssygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b])
  1878. Constructing wrapper function "dsygv"...
  1879. a,w,info = dsygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b])
  1880. Constructing wrapper function "chegv"...
  1881. a,w,info = chegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b])
  1882. Constructing wrapper function "zhegv"...
  1883. a,w,info = zhegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b])
  1884. Constructing wrapper function "ssygvd"...
  1885. a,w,info = ssygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b])
  1886. Constructing wrapper function "dsygvd"...
  1887. a,w,info = dsygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b])
  1888. Constructing wrapper function "chegvd"...
  1889. a,w,info = chegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b])
  1890. Constructing wrapper function "zhegvd"...
  1891. a,w,info = zhegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b])
  1892. Constructing wrapper function "ssygvx"...
  1893. w,z,ifail,info = ssygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b])
  1894. Constructing wrapper function "dsygvx"...
  1895. w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b])
  1896. Constructing wrapper function "chegvx"...
  1897. w,z,ifail,info = chegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b])
  1898. Constructing wrapper function "zhegvx"...
  1899. w,z,ifail,info = zhegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b])
  1900. Creating wrapper for Fortran function "slange"("wslange")...
  1901. Constructing wrapper function "slange"...
  1902. n2 = slange(norm,a)
  1903. Creating wrapper for Fortran function "dlange"("dlange")...
  1904. Constructing wrapper function "dlange"...
  1905. n2 = dlange(norm,a)
  1906. Creating wrapper for Fortran function "clange"("wclange")...
  1907. Constructing wrapper function "clange"...
  1908. n2 = clange(norm,a)
  1909. Creating wrapper for Fortran function "zlange"("zlange")...
  1910. Constructing wrapper function "zlange"...
  1911. n2 = zlange(norm,a)
  1912. Constructing wrapper function "slarfg"...
  1913. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1914. alpha,x,tau = slarfg(n,alpha,x,[incx,overwrite_x])
  1915. Constructing wrapper function "dlarfg"...
  1916. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1917. alpha,x,tau = dlarfg(n,alpha,x,[incx,overwrite_x])
  1918. Constructing wrapper function "clarfg"...
  1919. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1920. alpha,x,tau = clarfg(n,alpha,x,[incx,overwrite_x])
  1921. Constructing wrapper function "zlarfg"...
  1922. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1923. alpha,x,tau = zlarfg(n,alpha,x,[incx,overwrite_x])
  1924. Constructing wrapper function "slarf"...
  1925. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1926. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1927. c = slarf(v,tau,c,work,[side,incv,overwrite_c])
  1928. Constructing wrapper function "dlarf"...
  1929. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1930. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1931. c = dlarf(v,tau,c,work,[side,incv,overwrite_c])
  1932. Constructing wrapper function "clarf"...
  1933. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1934. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1935. c = clarf(v,tau,c,work,[side,incv,overwrite_c])
  1936. Constructing wrapper function "zlarf"...
  1937. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1938. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1939. c = zlarf(v,tau,c,work,[side,incv,overwrite_c])
  1940. Constructing wrapper function "slartg"...
  1941. cs,sn,r = slartg(f,g)
  1942. Constructing wrapper function "dlartg"...
  1943. cs,sn,r = dlartg(f,g)
  1944. Constructing wrapper function "clartg"...
  1945. cs,sn,r = clartg(f,g)
  1946. Constructing wrapper function "zlartg"...
  1947. cs,sn,r = zlartg(f,g)
  1948. Constructing wrapper function "crot"...
  1949. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1950. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1951. x,y = crot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  1952. Constructing wrapper function "zrot"...
  1953. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1954. getarrdims:warning: assumed shape array, using 0 instead of '*'
  1955. x,y = zrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y])
  1956. Wrote C/API module "_flapack" to file "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_flapackmodule.c"
  1957. Fortran 77 wrappers are saved to "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_flapack-f2pywrappers.f"
  1958. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  1959. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  1960. adding 'build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_flapack-f2pywrappers.f' to sources.
  1961. building extension "scipy.linalg._flinalg" sources
  1962. f2py options: []
  1963. f2py:> build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_flinalgmodule.c
  1964. Reading fortran codes...
  1965. Reading file 'scipy/linalg/src/det.f' (format:fix,strict)
  1966. Reading file 'scipy/linalg/src/lu.f' (format:fix,strict)
  1967. Post-processing...
  1968. Block: _flinalg
  1969. {'attrspec': ['intent(out)']}
  1970. In: :_flinalg:scipy/linalg/src/det.f:ddet_c
  1971. vars2fortran: No typespec for argument "info".
  1972. Block: ddet_c
  1973. {'attrspec': ['intent(out)']}
  1974. In: :_flinalg:scipy/linalg/src/det.f:ddet_r
  1975. vars2fortran: No typespec for argument "info".
  1976. Block: ddet_r
  1977. {'attrspec': ['intent(out)']}
  1978. In: :_flinalg:scipy/linalg/src/det.f:sdet_c
  1979. vars2fortran: No typespec for argument "info".
  1980. Block: sdet_c
  1981. {'attrspec': ['intent(out)']}
  1982. In: :_flinalg:scipy/linalg/src/det.f:sdet_r
  1983. vars2fortran: No typespec for argument "info".
  1984. Block: sdet_r
  1985. {'attrspec': ['intent(out)']}
  1986. In: :_flinalg:scipy/linalg/src/det.f:zdet_c
  1987. vars2fortran: No typespec for argument "info".
  1988. Block: zdet_c
  1989. {'attrspec': ['intent(out)']}
  1990. In: :_flinalg:scipy/linalg/src/det.f:zdet_r
  1991. vars2fortran: No typespec for argument "info".
  1992. Block: zdet_r
  1993. {'attrspec': ['intent(out)']}
  1994. In: :_flinalg:scipy/linalg/src/det.f:cdet_c
  1995. vars2fortran: No typespec for argument "info".
  1996. Block: cdet_c
  1997. {'attrspec': ['intent(out)']}
  1998. In: :_flinalg:scipy/linalg/src/det.f:cdet_r
  1999. vars2fortran: No typespec for argument "info".
  2000. Block: cdet_r
  2001. {'attrspec': ['intent(out)']}
  2002. In: :_flinalg:scipy/linalg/src/lu.f:dlu_c
  2003. vars2fortran: No typespec for argument "info".
  2004. Block: dlu_c
  2005. {'attrspec': ['intent(out)']}
  2006. In: :_flinalg:scipy/linalg/src/lu.f:zlu_c
  2007. vars2fortran: No typespec for argument "info".
  2008. Block: zlu_c
  2009. {'attrspec': ['intent(out)']}
  2010. In: :_flinalg:scipy/linalg/src/lu.f:slu_c
  2011. vars2fortran: No typespec for argument "info".
  2012. Block: slu_c
  2013. {'attrspec': ['intent(out)']}
  2014. In: :_flinalg:scipy/linalg/src/lu.f:clu_c
  2015. vars2fortran: No typespec for argument "info".
  2016. Block: clu_c
  2017. Post-processing (stage 2)...
  2018. Building modules...
  2019. Building module "_flinalg"...
  2020. Constructing wrapper function "ddet_c"...
  2021. det,info = ddet_c(a,[overwrite_a])
  2022. Constructing wrapper function "ddet_r"...
  2023. det,info = ddet_r(a,[overwrite_a])
  2024. Constructing wrapper function "sdet_c"...
  2025. det,info = sdet_c(a,[overwrite_a])
  2026. Constructing wrapper function "sdet_r"...
  2027. det,info = sdet_r(a,[overwrite_a])
  2028. Constructing wrapper function "zdet_c"...
  2029. det,info = zdet_c(a,[overwrite_a])
  2030. Constructing wrapper function "zdet_r"...
  2031. det,info = zdet_r(a,[overwrite_a])
  2032. Constructing wrapper function "cdet_c"...
  2033. det,info = cdet_c(a,[overwrite_a])
  2034. Constructing wrapper function "cdet_r"...
  2035. det,info = cdet_r(a,[overwrite_a])
  2036. Constructing wrapper function "dlu_c"...
  2037. p,l,u,info = dlu_c(a,[permute_l,overwrite_a])
  2038. Constructing wrapper function "zlu_c"...
  2039. p,l,u,info = zlu_c(a,[permute_l,overwrite_a])
  2040. Constructing wrapper function "slu_c"...
  2041. p,l,u,info = slu_c(a,[permute_l,overwrite_a])
  2042. Constructing wrapper function "clu_c"...
  2043. p,l,u,info = clu_c(a,[permute_l,overwrite_a])
  2044. Wrote C/API module "_flinalg" to file "build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_flinalgmodule.c"
  2045. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2046. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2047. building extension "scipy.linalg._interpolative" sources
  2048. f2py options: []
  2049. f2py: scipy/linalg/interpolative.pyf
  2050. Reading fortran codes...
  2051. Reading file 'scipy/linalg/interpolative.pyf' (format:free)
  2052. Post-processing...
  2053. Block: _interpolative
  2054. Block: id_srand
  2055. Block: idd_frm
  2056. Block: idd_sfrm
  2057. Block: idd_frmi
  2058. Block: idd_sfrmi
  2059. Block: iddp_id
  2060. Block: iddr_id
  2061. Block: idd_reconid
  2062. "object of type 'type' has no len()" in evaluating 'len(list)' (available names: [])
  2063. Block: idd_reconint
  2064. "object of type 'type' has no len()" in evaluating 'len(list)' (available names: [])
  2065. Block: idd_copycols
  2066. Block: idd_id2svd
  2067. "object of type 'type' has no len()" in evaluating 'len(list)' (available names: [])
  2068. Block: idd_snorm
  2069. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_snorm
  2070. get_useparameters: no module idd__user__routines info used by idd_snorm
  2071. Block: idd_diffsnorm
  2072. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_diffsnorm
  2073. get_useparameters: no module idd__user__routines info used by idd_diffsnorm
  2074. Block: iddr_svd
  2075. Block: iddp_svd
  2076. Block: iddp_aid
  2077. Block: idd_estrank
  2078. Block: iddp_asvd
  2079. Block: iddp_rid
  2080. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rid
  2081. get_useparameters: no module idd__user__routines info used by iddp_rid
  2082. Block: idd_findrank
  2083. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_findrank
  2084. get_useparameters: no module idd__user__routines info used by idd_findrank
  2085. Block: iddp_rsvd
  2086. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rsvd
  2087. get_useparameters: no module idd__user__routines info used by iddp_rsvd
  2088. Block: iddr_aid
  2089. Block: iddr_aidi
  2090. Block: iddr_asvd
  2091. Block: iddr_rid
  2092. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rid
  2093. get_useparameters: no module idd__user__routines info used by iddr_rid
  2094. Block: iddr_rsvd
  2095. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rsvd
  2096. get_useparameters: no module idd__user__routines info used by iddr_rsvd
  2097. Block: idz_frm
  2098. Block: idz_sfrm
  2099. Block: idz_frmi
  2100. Block: idz_sfrmi
  2101. Block: idzp_id
  2102. Block: idzr_id
  2103. Block: idz_reconid
  2104. "object of type 'type' has no len()" in evaluating 'len(list)' (available names: [])
  2105. Block: idz_reconint
  2106. "object of type 'type' has no len()" in evaluating 'len(list)' (available names: [])
  2107. Block: idz_copycols
  2108. Block: idz_id2svd
  2109. "object of type 'type' has no len()" in evaluating 'len(list)' (available names: [])
  2110. Block: idz_snorm
  2111. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_snorm
  2112. get_useparameters: no module idz__user__routines info used by idz_snorm
  2113. Block: idz_diffsnorm
  2114. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_diffsnorm
  2115. get_useparameters: no module idz__user__routines info used by idz_diffsnorm
  2116. Block: idzr_svd
  2117. Block: idzp_svd
  2118. Block: idzp_aid
  2119. Block: idz_estrank
  2120. Block: idzp_asvd
  2121. Block: idzp_rid
  2122. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rid
  2123. get_useparameters: no module idz__user__routines info used by idzp_rid
  2124. Block: idz_findrank
  2125. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_findrank
  2126. get_useparameters: no module idz__user__routines info used by idz_findrank
  2127. Block: idzp_rsvd
  2128. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rsvd
  2129. get_useparameters: no module idz__user__routines info used by idzp_rsvd
  2130. Block: idzr_aid
  2131. Block: idzr_aidi
  2132. Block: idzr_asvd
  2133. Block: idzr_rid
  2134. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rid
  2135. get_useparameters: no module idz__user__routines info used by idzr_rid
  2136. Block: idzr_rsvd
  2137. In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rsvd
  2138. get_useparameters: no module idz__user__routines info used by idzr_rsvd
  2139. Block: idd__user__routines
  2140. Block: idd_user_interface
  2141. Block: matvect
  2142. Block: matvec
  2143. Block: matvect2
  2144. Block: matvec2
  2145. Block: idz__user__routines
  2146. Block: idz_user_interface
  2147. Block: matveca
  2148. Block: matvec
  2149. Block: matveca2
  2150. Block: matvec2
  2151. Post-processing (stage 2)...
  2152. Building modules...
  2153. Constructing call-back function "cb_matvect_in_idd__user__routines"
  2154. def matvect(x,[m,n,p1,p2,p3,p4]): return y
  2155. Constructing call-back function "cb_matvec_in_idd__user__routines"
  2156. def matvec(x,[n,m,p1,p2,p3,p4]): return y
  2157. Constructing call-back function "cb_matvect2_in_idd__user__routines"
  2158. def matvect2(x,[m,n,p1,p2,p3,p4]): return y
  2159. Constructing call-back function "cb_matvec2_in_idd__user__routines"
  2160. def matvec2(x,[n,m,p1,p2,p3,p4]): return y
  2161. Constructing call-back function "cb_matveca_in_idz__user__routines"
  2162. def matveca(x,[m,n,p1,p2,p3,p4]): return y
  2163. Constructing call-back function "cb_matvec_in_idz__user__routines"
  2164. def matvec(x,[n,m,p1,p2,p3,p4]): return y
  2165. Constructing call-back function "cb_matveca2_in_idz__user__routines"
  2166. def matveca2(x,[m,n,p1,p2,p3,p4]): return y
  2167. Constructing call-back function "cb_matvec2_in_idz__user__routines"
  2168. def matvec2(x,[n,m,p1,p2,p3,p4]): return y
  2169. Building module "_interpolative"...
  2170. Constructing wrapper function "id_srand"...
  2171. r = id_srand(n)
  2172. Constructing wrapper function "id_srandi"...
  2173. id_srandi(t)
  2174. Constructing wrapper function "id_srando"...
  2175. id_srando()
  2176. Constructing wrapper function "idd_frm"...
  2177. y = idd_frm(n,w,x,[m])
  2178. Constructing wrapper function "idd_sfrm"...
  2179. y = idd_sfrm(l,n,w,x,[m])
  2180. Constructing wrapper function "idd_frmi"...
  2181. n,w = idd_frmi(m)
  2182. Constructing wrapper function "idd_sfrmi"...
  2183. n,w = idd_sfrmi(l,m)
  2184. Constructing wrapper function "iddp_id"...
  2185. krank,list,rnorms = iddp_id(eps,a,[m,n])
  2186. Constructing wrapper function "iddr_id"...
  2187. list,rnorms = iddr_id(a,krank,[m,n])
  2188. Constructing wrapper function "idd_reconid"...
  2189. approx = idd_reconid(col,list,proj,[m,krank,n])
  2190. Constructing wrapper function "idd_reconint"...
  2191. p = idd_reconint(list,proj,[n,krank])
  2192. Constructing wrapper function "idd_copycols"...
  2193. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2194. col = idd_copycols(a,krank,list,[m,n])
  2195. Constructing wrapper function "idd_id2svd"...
  2196. u,v,s,ier = idd_id2svd(b,list,proj,[m,krank,n,w])
  2197. Constructing wrapper function "idd_snorm"...
  2198. snorm,v = idd_snorm(m,n,matvect,matvec,its,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,u,matvect_extra_args,matvec_extra_args])
  2199. Constructing wrapper function "idd_diffsnorm"...
  2200. snorm = idd_diffsnorm(m,n,matvect,matvect2,matvec,matvec2,its,[p1t,p2t,p3t,p4t,p1t2,p2t2,p3t2,p4t2,p1,p2,p3,p4,p12,p22,p32,p42,w,matvect_extra_args,matvect2_extra_args,matvec_extra_args,matvec2_extra_args])
  2201. Constructing wrapper function "iddr_svd"...
  2202. u,v,s,ier = iddr_svd(a,krank,[m,n,r])
  2203. Constructing wrapper function "iddp_svd"...
  2204. krank,iu,iv,is,w,ier = iddp_svd(eps,a,[m,n])
  2205. Constructing wrapper function "iddp_aid"...
  2206. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2207. krank,list,proj = iddp_aid(eps,a,work,proj,[m,n])
  2208. Constructing wrapper function "idd_estrank"...
  2209. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2210. krank,ra = idd_estrank(eps,a,w,ra,[m,n])
  2211. Constructing wrapper function "iddp_asvd"...
  2212. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2213. krank,iu,iv,is,w,ier = iddp_asvd(eps,a,winit,w,[m,n])
  2214. Constructing wrapper function "iddp_rid"...
  2215. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2216. krank,list,proj,ier = iddp_rid(eps,m,n,matvect,proj,[p1,p2,p3,p4,matvect_extra_args])
  2217. Constructing wrapper function "idd_findrank"...
  2218. krank,ra,ier = idd_findrank(eps,m,n,matvect,[p1,p2,p3,p4,w,matvect_extra_args])
  2219. Constructing wrapper function "iddp_rsvd"...
  2220. krank,iu,iv,is,w,ier = iddp_rsvd(eps,m,n,matvect,matvec,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,matvect_extra_args,matvec_extra_args])
  2221. Constructing wrapper function "iddr_aid"...
  2222. list,proj = iddr_aid(a,krank,w,[m,n])
  2223. Constructing wrapper function "iddr_aidi"...
  2224. w = iddr_aidi(m,n,krank)
  2225. Constructing wrapper function "iddr_asvd"...
  2226. u,v,s,ier = iddr_asvd(a,krank,w,[m,n])
  2227. Constructing wrapper function "iddr_rid"...
  2228. list,proj = iddr_rid(m,n,matvect,krank,[p1,p2,p3,p4,matvect_extra_args])
  2229. Constructing wrapper function "iddr_rsvd"...
  2230. u,v,s,ier = iddr_rsvd(m,n,matvect,matvec,krank,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,w,matvect_extra_args,matvec_extra_args])
  2231. Constructing wrapper function "idz_frm"...
  2232. y = idz_frm(n,w,x,[m])
  2233. Constructing wrapper function "idz_sfrm"...
  2234. y = idz_sfrm(l,n,w,x,[m])
  2235. Constructing wrapper function "idz_frmi"...
  2236. n,w = idz_frmi(m)
  2237. Constructing wrapper function "idz_sfrmi"...
  2238. n,w = idz_sfrmi(l,m)
  2239. Constructing wrapper function "idzp_id"...
  2240. krank,list,rnorms = idzp_id(eps,a,[m,n])
  2241. Constructing wrapper function "idzr_id"...
  2242. list,rnorms = idzr_id(a,krank,[m,n])
  2243. Constructing wrapper function "idz_reconid"...
  2244. approx = idz_reconid(col,list,proj,[m,krank,n])
  2245. Constructing wrapper function "idz_reconint"...
  2246. p = idz_reconint(list,proj,[n,krank])
  2247. Constructing wrapper function "idz_copycols"...
  2248. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2249. col = idz_copycols(a,krank,list,[m,n])
  2250. Constructing wrapper function "idz_id2svd"...
  2251. u,v,s,ier = idz_id2svd(b,list,proj,[m,krank,n,w])
  2252. Constructing wrapper function "idz_snorm"...
  2253. snorm,v = idz_snorm(m,n,matveca,matvec,its,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,u,matveca_extra_args,matvec_extra_args])
  2254. Constructing wrapper function "idz_diffsnorm"...
  2255. snorm = idz_diffsnorm(m,n,matveca,matveca2,matvec,matvec2,its,[p1a,p2a,p3a,p4a,p1a2,p2a2,p3a2,p4a2,p1,p2,p3,p4,p12,p22,p32,p42,w,matveca_extra_args,matveca2_extra_args,matvec_extra_args,matvec2_extra_args])
  2256. Constructing wrapper function "idzr_svd"...
  2257. u,v,s,ier = idzr_svd(a,krank,[m,n,r])
  2258. Constructing wrapper function "idzp_svd"...
  2259. krank,iu,iv,is,w,ier = idzp_svd(eps,a,[m,n])
  2260. Constructing wrapper function "idzp_aid"...
  2261. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2262. krank,list,proj = idzp_aid(eps,a,work,proj,[m,n])
  2263. Constructing wrapper function "idz_estrank"...
  2264. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2265. krank,ra = idz_estrank(eps,a,w,ra,[m,n])
  2266. Constructing wrapper function "idzp_asvd"...
  2267. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2268. krank,iu,iv,is,w,ier = idzp_asvd(eps,a,winit,w,[m,n])
  2269. Constructing wrapper function "idzp_rid"...
  2270. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2271. krank,list,proj,ier = idzp_rid(eps,m,n,matveca,proj,[p1,p2,p3,p4,matveca_extra_args])
  2272. Constructing wrapper function "idz_findrank"...
  2273. krank,ra,ier = idz_findrank(eps,m,n,matveca,[p1,p2,p3,p4,w,matveca_extra_args])
  2274. Constructing wrapper function "idzp_rsvd"...
  2275. krank,iu,iv,is,w,ier = idzp_rsvd(eps,m,n,matveca,matvec,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,matveca_extra_args,matvec_extra_args])
  2276. Constructing wrapper function "idzr_aid"...
  2277. list,proj = idzr_aid(a,krank,w,[m,n])
  2278. Constructing wrapper function "idzr_aidi"...
  2279. w = idzr_aidi(m,n,krank)
  2280. Constructing wrapper function "idzr_asvd"...
  2281. u,v,s,ier = idzr_asvd(a,krank,w,[m,n])
  2282. Constructing wrapper function "idzr_rid"...
  2283. list,proj = idzr_rid(m,n,matveca,krank,[p1,p2,p3,p4,matveca_extra_args])
  2284. Constructing wrapper function "idzr_rsvd"...
  2285. u,v,s,ier = idzr_rsvd(m,n,matveca,matvec,krank,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,w,matveca_extra_args,matvec_extra_args])
  2286. Wrote C/API module "_interpolative" to file "build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_interpolativemodule.c"
  2287. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2288. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2289. building extension "scipy.linalg._calc_lwork" sources
  2290. f2py options: []
  2291. f2py:> build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_calc_lworkmodule.c
  2292. Reading fortran codes...
  2293. Reading file 'scipy/linalg/src/calc_lwork.f' (format:fix,strict)
  2294. Post-processing...
  2295. Block: _calc_lwork
  2296. Block: gehrd
  2297. Block: gesdd
  2298. Block: gelss
  2299. Block: getri
  2300. Block: geev
  2301. Block: heev
  2302. Block: syev
  2303. Block: gees
  2304. Block: geqrf
  2305. Block: gqr
  2306. Post-processing (stage 2)...
  2307. Building modules...
  2308. Building module "_calc_lwork"...
  2309. Constructing wrapper function "gehrd"...
  2310. minwrk,maxwrk = gehrd(prefix,n,lo,hi)
  2311. Constructing wrapper function "gesdd"...
  2312. minwrk,maxwrk = gesdd(prefix,m,n,compute_uv)
  2313. Constructing wrapper function "gelss"...
  2314. minwrk,maxwrk = gelss(prefix,m,n,nrhs)
  2315. Constructing wrapper function "getri"...
  2316. minwrk,maxwrk = getri(prefix,n)
  2317. Constructing wrapper function "geev"...
  2318. minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr])
  2319. Constructing wrapper function "heev"...
  2320. minwrk,maxwrk = heev(prefix,n,[lower])
  2321. Constructing wrapper function "syev"...
  2322. minwrk,maxwrk = syev(prefix,n,[lower])
  2323. Constructing wrapper function "gees"...
  2324. minwrk,maxwrk = gees(prefix,n,[compute_v])
  2325. Constructing wrapper function "geqrf"...
  2326. minwrk,maxwrk = geqrf(prefix,m,n)
  2327. Constructing wrapper function "gqr"...
  2328. minwrk,maxwrk = gqr(prefix,m,n)
  2329. Wrote C/API module "_calc_lwork" to file "build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_calc_lworkmodule.c"
  2330. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2331. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2332. building extension "scipy.linalg._solve_toeplitz" sources
  2333. building extension "scipy.linalg.cython_blas" sources
  2334. building extension "scipy.linalg.cython_lapack" sources
  2335. building extension "scipy.linalg._decomp_update" sources
  2336. building extension "scipy.odr.__odrpack" sources
  2337. building extension "scipy.optimize._minpack" sources
  2338. building extension "scipy.optimize._zeros" sources
  2339. building extension "scipy.optimize._lbfgsb" sources
  2340. creating build/src.macosx-10.7-x86_64-3.6/scipy/optimize
  2341. creating build/src.macosx-10.7-x86_64-3.6/scipy/optimize/lbfgsb
  2342. f2py options: []
  2343. f2py: scipy/optimize/lbfgsb/lbfgsb.pyf
  2344. Reading fortran codes...
  2345. Reading file 'scipy/optimize/lbfgsb/lbfgsb.pyf' (format:free)
  2346. Post-processing...
  2347. Block: _lbfgsb
  2348. Block: setulb
  2349. Post-processing (stage 2)...
  2350. Building modules...
  2351. Building module "_lbfgsb"...
  2352. Constructing wrapper function "setulb"...
  2353. setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,[n])
  2354. Wrote C/API module "_lbfgsb" to file "build/src.macosx-10.7-x86_64-3.6/scipy/optimize/lbfgsb/_lbfgsbmodule.c"
  2355. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2356. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2357. building extension "scipy.optimize.moduleTNC" sources
  2358. building extension "scipy.optimize._cobyla" sources
  2359. creating build/src.macosx-10.7-x86_64-3.6/scipy/optimize/cobyla
  2360. f2py options: []
  2361. f2py: scipy/optimize/cobyla/cobyla.pyf
  2362. Reading fortran codes...
  2363. Reading file 'scipy/optimize/cobyla/cobyla.pyf' (format:free)
  2364. Post-processing...
  2365. Block: _cobyla__user__routines
  2366. Block: _cobyla_user_interface
  2367. Block: calcfc
  2368. Block: _cobyla
  2369. Block: minimize
  2370. In: scipy/optimize/cobyla/cobyla.pyf:_cobyla:unknown_interface:minimize
  2371. get_useparameters: no module _cobyla__user__routines info used by minimize
  2372. Post-processing (stage 2)...
  2373. Building modules...
  2374. Constructing call-back function "cb_calcfc_in__cobyla__user__routines"
  2375. def calcfc(x,con): return f
  2376. Building module "_cobyla"...
  2377. Constructing wrapper function "minimize"...
  2378. x,dinfo = minimize(calcfc,m,x,rhobeg,rhoend,dinfo,[iprint,maxfun,calcfc_extra_args])
  2379. Wrote C/API module "_cobyla" to file "build/src.macosx-10.7-x86_64-3.6/scipy/optimize/cobyla/_cobylamodule.c"
  2380. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2381. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2382. building extension "scipy.optimize.minpack2" sources
  2383. creating build/src.macosx-10.7-x86_64-3.6/scipy/optimize/minpack2
  2384. f2py options: []
  2385. f2py: scipy/optimize/minpack2/minpack2.pyf
  2386. Reading fortran codes...
  2387. Reading file 'scipy/optimize/minpack2/minpack2.pyf' (format:free)
  2388. Post-processing...
  2389. Block: minpack2
  2390. Block: dcsrch
  2391. Block: dcstep
  2392. Post-processing (stage 2)...
  2393. Building modules...
  2394. Building module "minpack2"...
  2395. Constructing wrapper function "dcsrch"...
  2396. stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave)
  2397. Constructing wrapper function "dcstep"...
  2398. stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax)
  2399. Wrote C/API module "minpack2" to file "build/src.macosx-10.7-x86_64-3.6/scipy/optimize/minpack2/minpack2module.c"
  2400. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2401. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2402. building extension "scipy.optimize._slsqp" sources
  2403. creating build/src.macosx-10.7-x86_64-3.6/scipy/optimize/slsqp
  2404. f2py options: []
  2405. f2py: scipy/optimize/slsqp/slsqp.pyf
  2406. Reading fortran codes...
  2407. Reading file 'scipy/optimize/slsqp/slsqp.pyf' (format:free)
  2408. Post-processing...
  2409. Block: _slsqp
  2410. Block: slsqp
  2411. Post-processing (stage 2)...
  2412. Building modules...
  2413. Building module "_slsqp"...
  2414. Constructing wrapper function "slsqp"...
  2415. slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,[la,n,l_w,l_jw])
  2416. Wrote C/API module "_slsqp" to file "build/src.macosx-10.7-x86_64-3.6/scipy/optimize/slsqp/_slsqpmodule.c"
  2417. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2418. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2419. building extension "scipy.optimize._nnls" sources
  2420. creating build/src.macosx-10.7-x86_64-3.6/scipy/optimize/nnls
  2421. f2py options: []
  2422. f2py: scipy/optimize/nnls/nnls.pyf
  2423. Reading fortran codes...
  2424. Reading file 'scipy/optimize/nnls/nnls.pyf' (format:free)
  2425. crackline: groupcounter=1 groupname={0: '', 1: 'python module', 2: 'interface', 3: 'subroutine'}
  2426. crackline: Mismatch of blocks encountered. Trying to fix it by assuming "end" statement.
  2427. Post-processing...
  2428. Block: _nnls
  2429. Block: nnls
  2430. Post-processing (stage 2)...
  2431. Building modules...
  2432. Building module "_nnls"...
  2433. Constructing wrapper function "nnls"...
  2434. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2435. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2436. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2437. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2438. getarrdims:warning: assumed shape array, using 0 instead of '*'
  2439. x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,[mda,overwrite_a,overwrite_b])
  2440. Wrote C/API module "_nnls" to file "build/src.macosx-10.7-x86_64-3.6/scipy/optimize/nnls/_nnlsmodule.c"
  2441. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2442. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2443. building extension "scipy.signal.sigtools" sources
  2444. creating build/src.macosx-10.7-x86_64-3.6/scipy/signal
  2445. conv_template:> build/src.macosx-10.7-x86_64-3.6/scipy/signal/lfilter.c
  2446. conv_template:> build/src.macosx-10.7-x86_64-3.6/scipy/signal/correlate_nd.c
  2447. building extension "scipy.signal._spectral" sources
  2448. building extension "scipy.signal._max_len_seq" sources
  2449. building extension "scipy.signal.spline" sources
  2450. building extension "scipy.sparse.linalg.isolve._iterative" sources
  2451. creating build/src.macosx-10.7-x86_64-3.6/scipy/sparse
  2452. creating build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  2453. creating build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  2454. creating build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative
  2455. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/STOPTEST2.f
  2456. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/getbreak.f
  2457. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.f
  2458. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.f
  2459. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/CGREVCOM.f
  2460. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.f
  2461. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f
  2462. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.f
  2463. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/_iterative.pyf
  2464. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse
  2465. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  2466. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  2467. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative
  2468. f2py options: []
  2469. f2py: build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/_iterative.pyf
  2470. Reading fortran codes...
  2471. Reading file 'build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/_iterative.pyf' (format:free)
  2472. Post-processing...
  2473. Block: _iterative
  2474. Block: sbicgrevcom
  2475. Block: dbicgrevcom
  2476. Block: cbicgrevcom
  2477. Block: zbicgrevcom
  2478. Block: sbicgstabrevcom
  2479. Block: dbicgstabrevcom
  2480. Block: cbicgstabrevcom
  2481. Block: zbicgstabrevcom
  2482. Block: scgrevcom
  2483. Block: dcgrevcom
  2484. Block: ccgrevcom
  2485. Block: zcgrevcom
  2486. Block: scgsrevcom
  2487. Block: dcgsrevcom
  2488. Block: ccgsrevcom
  2489. Block: zcgsrevcom
  2490. Block: sqmrrevcom
  2491. Block: dqmrrevcom
  2492. Block: cqmrrevcom
  2493. Block: zqmrrevcom
  2494. Block: sgmresrevcom
  2495. Block: dgmresrevcom
  2496. Block: cgmresrevcom
  2497. Block: zgmresrevcom
  2498. Block: sstoptest2
  2499. Block: dstoptest2
  2500. Block: cstoptest2
  2501. Block: zstoptest2
  2502. Post-processing (stage 2)...
  2503. Building modules...
  2504. Building module "_iterative"...
  2505. Constructing wrapper function "sbicgrevcom"...
  2506. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2507. Constructing wrapper function "dbicgrevcom"...
  2508. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2509. Constructing wrapper function "cbicgrevcom"...
  2510. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2511. Constructing wrapper function "zbicgrevcom"...
  2512. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2513. Constructing wrapper function "sbicgstabrevcom"...
  2514. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2515. Constructing wrapper function "dbicgstabrevcom"...
  2516. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2517. Constructing wrapper function "cbicgstabrevcom"...
  2518. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2519. Constructing wrapper function "zbicgstabrevcom"...
  2520. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2521. Constructing wrapper function "scgrevcom"...
  2522. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2523. Constructing wrapper function "dcgrevcom"...
  2524. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2525. Constructing wrapper function "ccgrevcom"...
  2526. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2527. Constructing wrapper function "zcgrevcom"...
  2528. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2529. Constructing wrapper function "scgsrevcom"...
  2530. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2531. Constructing wrapper function "dcgsrevcom"...
  2532. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2533. Constructing wrapper function "ccgsrevcom"...
  2534. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2535. Constructing wrapper function "zcgsrevcom"...
  2536. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2537. Constructing wrapper function "sqmrrevcom"...
  2538. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2539. Constructing wrapper function "dqmrrevcom"...
  2540. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2541. Constructing wrapper function "cqmrrevcom"...
  2542. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2543. Constructing wrapper function "zqmrrevcom"...
  2544. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob)
  2545. Constructing wrapper function "sgmresrevcom"...
  2546. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob)
  2547. Constructing wrapper function "dgmresrevcom"...
  2548. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob)
  2549. Constructing wrapper function "cgmresrevcom"...
  2550. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob)
  2551. Constructing wrapper function "zgmresrevcom"...
  2552. x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob)
  2553. Constructing wrapper function "sstoptest2"...
  2554. bnrm2,resid,info = sstoptest2(r,b,bnrm2,tol,info)
  2555. Constructing wrapper function "dstoptest2"...
  2556. bnrm2,resid,info = dstoptest2(r,b,bnrm2,tol,info)
  2557. Constructing wrapper function "cstoptest2"...
  2558. bnrm2,resid,info = cstoptest2(r,b,bnrm2,tol,info)
  2559. Constructing wrapper function "zstoptest2"...
  2560. bnrm2,resid,info = zstoptest2(r,b,bnrm2,tol,info)
  2561. Wrote C/API module "_iterative" to file "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c"
  2562. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2563. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2564. building extension "scipy.sparse.linalg.dsolve._superlu" sources
  2565. building extension "scipy.sparse.linalg.eigen.arpack._arpack" sources
  2566. creating build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen
  2567. creating build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack
  2568. from_template:> build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/arpack.pyf
  2569. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen
  2570. creating build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack
  2571. f2py options: []
  2572. f2py: build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/arpack.pyf
  2573. Reading fortran codes...
  2574. Reading file 'build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free)
  2575. Line #5 in build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_rd=real,double precision>"
  2576. crackline:1: No pattern for line
  2577. Line #6 in build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/arpack.pyf:" <_cd=complex,double complex>"
  2578. crackline:1: No pattern for line
  2579. Post-processing...
  2580. Block: _arpack
  2581. Block: ssaupd
  2582. Block: dsaupd
  2583. Block: sseupd
  2584. Block: dseupd
  2585. Block: snaupd
  2586. Block: dnaupd
  2587. Block: sneupd
  2588. Block: dneupd
  2589. Block: cnaupd
  2590. Block: znaupd
  2591. Block: cneupd
  2592. Block: zneupd
  2593. Post-processing (stage 2)...
  2594. Building modules...
  2595. Building module "_arpack"...
  2596. Constructing wrapper function "ssaupd"...
  2597. ido,tol,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl])
  2598. Constructing wrapper function "dsaupd"...
  2599. ido,tol,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl])
  2600. Constructing wrapper function "sseupd"...
  2601. d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl])
  2602. Constructing wrapper function "dseupd"...
  2603. d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl])
  2604. Constructing wrapper function "snaupd"...
  2605. ido,tol,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl])
  2606. Constructing wrapper function "dnaupd"...
  2607. ido,tol,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl])
  2608. Constructing wrapper function "sneupd"...
  2609. dr,di,z,info = sneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl])
  2610. Constructing wrapper function "dneupd"...
  2611. dr,di,z,info = dneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl])
  2612. Constructing wrapper function "cnaupd"...
  2613. ido,tol,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl])
  2614. Constructing wrapper function "znaupd"...
  2615. ido,tol,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl])
  2616. Constructing wrapper function "cneupd"...
  2617. d,z,info = cneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl])
  2618. Constructing wrapper function "zneupd"...
  2619. d,z,info = zneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl])
  2620. Constructing COMMON block support for "debug"...
  2621. logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd
  2622. Constructing COMMON block support for "timing"...
  2623. nopx,nbx,nrorth,nitref,nrstrt,tsaupd,tsaup2,tsaitr,tseigt,tsgets,tsapps,tsconv,tnaupd,tnaup2,tnaitr,tneigh,tngets,tnapps,tnconv,tcaupd,tcaup2,tcaitr,tceigh,tcgets,tcapps,tcconv,tmvopx,tmvbx,tgetv0,titref,trvec
  2624. Wrote C/API module "_arpack" to file "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c"
  2625. Fortran 77 wrappers are saved to "build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f"
  2626. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2627. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2628. adding 'build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f' to sources.
  2629. building extension "scipy.sparse.csgraph._shortest_path" sources
  2630. building extension "scipy.sparse.csgraph._traversal" sources
  2631. building extension "scipy.sparse.csgraph._min_spanning_tree" sources
  2632. building extension "scipy.sparse.csgraph._reordering" sources
  2633. building extension "scipy.sparse.csgraph._tools" sources
  2634. building extension "scipy.sparse._csparsetools" sources
  2635. building extension "scipy.sparse._sparsetools" sources
  2636. [generate_sparsetools] generating 'scipy/sparse/sparsetools/bsr_impl.h'
  2637. [generate_sparsetools] generating 'scipy/sparse/sparsetools/csr_impl.h'
  2638. [generate_sparsetools] generating 'scipy/sparse/sparsetools/csc_impl.h'
  2639. [generate_sparsetools] generating 'scipy/sparse/sparsetools/other_impl.h'
  2640. [generate_sparsetools] generating 'scipy/sparse/sparsetools/sparsetools_impl.h'
  2641. building extension "scipy.spatial.qhull" sources
  2642. building extension "scipy.spatial.ckdtree" sources
  2643. building extension "scipy.spatial._distance_wrap" sources
  2644. building extension "scipy.special.specfun" sources
  2645. creating build/src.macosx-10.7-x86_64-3.6/scipy/special
  2646. f2py options: ['--no-wrap-functions']
  2647. f2py: scipy/special/specfun.pyf
  2648. Reading fortran codes...
  2649. Reading file 'scipy/special/specfun.pyf' (format:free)
  2650. Post-processing...
  2651. Block: specfun
  2652. Block: clqmn
  2653. Block: lqmn
  2654. Block: clpmn
  2655. Block: jdzo
  2656. Block: bernob
  2657. Block: bernoa
  2658. Block: csphjy
  2659. Block: lpmns
  2660. Block: eulera
  2661. Block: clqn
  2662. Block: airyzo
  2663. Block: eulerb
  2664. Block: cva1
  2665. Block: lqnb
  2666. Block: lamv
  2667. Block: lagzo
  2668. Block: legzo
  2669. Block: pbdv
  2670. Block: cerzo
  2671. Block: lamn
  2672. Block: clpn
  2673. Block: lqmns
  2674. Block: chgm
  2675. Block: lpmn
  2676. Block: fcszo
  2677. Block: aswfb
  2678. Block: lqna
  2679. Block: cpbdn
  2680. Block: lpn
  2681. Block: fcoef
  2682. Block: sphi
  2683. Block: rcty
  2684. Block: lpni
  2685. Block: cyzo
  2686. Block: csphik
  2687. Block: sphj
  2688. Block: othpl
  2689. Block: klvnzo
  2690. Block: jyzo
  2691. Block: rctj
  2692. Block: herzo
  2693. Block: sphk
  2694. Block: pbvv
  2695. Block: segv
  2696. Block: sphy
  2697. Post-processing (stage 2)...
  2698. Building modules...
  2699. Building module "specfun"...
  2700. Constructing wrapper function "clqmn"...
  2701. cqm,cqd = clqmn(m,n,z)
  2702. Constructing wrapper function "lqmn"...
  2703. qm,qd = lqmn(m,n,x)
  2704. Constructing wrapper function "clpmn"...
  2705. cpm,cpd = clpmn(m,n,x,y,ntype)
  2706. Constructing wrapper function "jdzo"...
  2707. n,m,pcode,zo = jdzo(nt)
  2708. Constructing wrapper function "bernob"...
  2709. bn = bernob(n)
  2710. Constructing wrapper function "bernoa"...
  2711. bn = bernoa(n)
  2712. Constructing wrapper function "csphjy"...
  2713. nm,csj,cdj,csy,cdy = csphjy(n,z)
  2714. Constructing wrapper function "lpmns"...
  2715. pm,pd = lpmns(m,n,x)
  2716. Constructing wrapper function "eulera"...
  2717. en = eulera(n)
  2718. Constructing wrapper function "clqn"...
  2719. cqn,cqd = clqn(n,z)
  2720. Constructing wrapper function "airyzo"...
  2721. xa,xb,xc,xd = airyzo(nt,[kf])
  2722. Constructing wrapper function "eulerb"...
  2723. en = eulerb(n)
  2724. Constructing wrapper function "cva1"...
  2725. cv = cva1(kd,m,q)
  2726. Constructing wrapper function "lqnb"...
  2727. qn,qd = lqnb(n,x)
  2728. Constructing wrapper function "lamv"...
  2729. vm,vl,dl = lamv(v,x)
  2730. Constructing wrapper function "lagzo"...
  2731. x,w = lagzo(n)
  2732. Constructing wrapper function "legzo"...
  2733. x,w = legzo(n)
  2734. Constructing wrapper function "pbdv"...
  2735. dv,dp,pdf,pdd = pbdv(v,x)
  2736. Constructing wrapper function "cerzo"...
  2737. zo = cerzo(nt)
  2738. Constructing wrapper function "lamn"...
  2739. nm,bl,dl = lamn(n,x)
  2740. Constructing wrapper function "clpn"...
  2741. cpn,cpd = clpn(n,z)
  2742. Constructing wrapper function "lqmns"...
  2743. qm,qd = lqmns(m,n,x)
  2744. Constructing wrapper function "chgm"...
  2745. hg = chgm(a,b,x)
  2746. Constructing wrapper function "lpmn"...
  2747. pm,pd = lpmn(m,n,x)
  2748. Constructing wrapper function "fcszo"...
  2749. zo = fcszo(kf,nt)
  2750. Constructing wrapper function "aswfb"...
  2751. s1f,s1d = aswfb(m,n,c,x,kd,cv)
  2752. Constructing wrapper function "lqna"...
  2753. qn,qd = lqna(n,x)
  2754. Constructing wrapper function "cpbdn"...
  2755. cpb,cpd = cpbdn(n,z)
  2756. Constructing wrapper function "lpn"...
  2757. pn,pd = lpn(n,x)
  2758. Constructing wrapper function "fcoef"...
  2759. fc = fcoef(kd,m,q,a)
  2760. Constructing wrapper function "sphi"...
  2761. nm,si,di = sphi(n,x)
  2762. Constructing wrapper function "rcty"...
  2763. nm,ry,dy = rcty(n,x)
  2764. Constructing wrapper function "lpni"...
  2765. pn,pd,pl = lpni(n,x)
  2766. Constructing wrapper function "cyzo"...
  2767. zo,zv = cyzo(nt,kf,kc)
  2768. Constructing wrapper function "csphik"...
  2769. nm,csi,cdi,csk,cdk = csphik(n,z)
  2770. Constructing wrapper function "sphj"...
  2771. nm,sj,dj = sphj(n,x)
  2772. Constructing wrapper function "othpl"...
  2773. pl,dpl = othpl(kf,n,x)
  2774. Constructing wrapper function "klvnzo"...
  2775. zo = klvnzo(nt,kd)
  2776. Constructing wrapper function "jyzo"...
  2777. rj0,rj1,ry0,ry1 = jyzo(n,nt)
  2778. Constructing wrapper function "rctj"...
  2779. nm,rj,dj = rctj(n,x)
  2780. Constructing wrapper function "herzo"...
  2781. x,w = herzo(n)
  2782. Constructing wrapper function "sphk"...
  2783. nm,sk,dk = sphk(n,x)
  2784. Constructing wrapper function "pbvv"...
  2785. vv,vp,pvf,pvd = pbvv(v,x)
  2786. Constructing wrapper function "segv"...
  2787. cv,eg = segv(m,n,c,kd)
  2788. Constructing wrapper function "sphy"...
  2789. nm,sy,dy = sphy(n,x)
  2790. Wrote C/API module "specfun" to file "build/src.macosx-10.7-x86_64-3.6/scipy/special/specfunmodule.c"
  2791. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2792. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2793. building extension "scipy.special._ufuncs" sources
  2794. conv_template:> build/src.macosx-10.7-x86_64-3.6/scipy/special/_logit.c
  2795. building extension "scipy.special._ufuncs_cxx" sources
  2796. building extension "scipy.special._ellip_harm_2" sources
  2797. building extension "scipy.stats.statlib" sources
  2798. creating build/src.macosx-10.7-x86_64-3.6/scipy/stats
  2799. f2py options: ['--no-wrap-functions']
  2800. f2py: scipy/stats/statlib.pyf
  2801. Reading fortran codes...
  2802. Reading file 'scipy/stats/statlib.pyf' (format:free)
  2803. Post-processing...
  2804. Block: statlib
  2805. Block: swilk
  2806. Block: wprob
  2807. Block: gscale
  2808. Block: prho
  2809. Post-processing (stage 2)...
  2810. Building modules...
  2811. Building module "statlib"...
  2812. Constructing wrapper function "swilk"...
  2813. a,w,pw,ifault = swilk(x,a,[init,n1])
  2814. Constructing wrapper function "wprob"...
  2815. astart,a1,ifault = wprob(test,other)
  2816. Constructing wrapper function "gscale"...
  2817. astart,a1,ifault = gscale(test,other)
  2818. Constructing wrapper function "prho"...
  2819. ifault = prho(n,is)
  2820. Wrote C/API module "statlib" to file "build/src.macosx-10.7-x86_64-3.6/scipy/stats/statlibmodule.c"
  2821. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2822. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2823. building extension "scipy.stats.vonmises_cython" sources
  2824. building extension "scipy.stats._rank" sources
  2825. building extension "scipy.stats.futil" sources
  2826. f2py options: []
  2827. f2py:> build/src.macosx-10.7-x86_64-3.6/scipy/stats/futilmodule.c
  2828. Reading fortran codes...
  2829. Reading file 'scipy/stats/futil.f' (format:fix,strict)
  2830. Post-processing...
  2831. Block: futil
  2832. Block: dqsort
  2833. Block: dfreps
  2834. Post-processing (stage 2)...
  2835. Building modules...
  2836. Building module "futil"...
  2837. Constructing wrapper function "dqsort"...
  2838. arr = dqsort(arr,[overwrite_arr])
  2839. Constructing wrapper function "dfreps"...
  2840. replist,repnum,nlist = dfreps(arr)
  2841. Wrote C/API module "futil" to file "build/src.macosx-10.7-x86_64-3.6/scipy/stats/futilmodule.c"
  2842. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2843. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2844. building extension "scipy.stats.mvn" sources
  2845. f2py options: []
  2846. f2py: scipy/stats/mvn.pyf
  2847. Reading fortran codes...
  2848. Reading file 'scipy/stats/mvn.pyf' (format:free)
  2849. Post-processing...
  2850. Block: mvn
  2851. Block: mvnun
  2852. Block: mvndst
  2853. Post-processing (stage 2)...
  2854. Building modules...
  2855. Building module "mvn"...
  2856. Constructing wrapper function "mvnun"...
  2857. value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps])
  2858. Constructing wrapper function "mvndst"...
  2859. error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps])
  2860. Constructing COMMON block support for "dkblck"...
  2861. ivls
  2862. Wrote C/API module "mvn" to file "build/src.macosx-10.7-x86_64-3.6/scipy/stats/mvnmodule.c"
  2863. Fortran 77 wrappers are saved to "build/src.macosx-10.7-x86_64-3.6/scipy/stats/mvn-f2pywrappers.f"
  2864. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  2865. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  2866. adding 'build/src.macosx-10.7-x86_64-3.6/scipy/stats/mvn-f2pywrappers.f' to sources.
  2867. building extension "scipy.ndimage._nd_image" sources
  2868. building extension "scipy.ndimage._ni_label" sources
  2869. building data_files sources
  2870. build_src: building npy-pkg config files
  2871. running build_py
  2872. creating build/lib.macosx-10.7-x86_64-3.6
  2873. creating build/lib.macosx-10.7-x86_64-3.6/scipy
  2874. copying scipy/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy
  2875. copying scipy/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy
  2876. copying scipy/version.py -> build/lib.macosx-10.7-x86_64-3.6/scipy
  2877. copying build/src.macosx-10.7-x86_64-3.6/scipy/__config__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy
  2878. creating build/lib.macosx-10.7-x86_64-3.6/scipy/cluster
  2879. copying scipy/cluster/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/cluster
  2880. copying scipy/cluster/hierarchy.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/cluster
  2881. copying scipy/cluster/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/cluster
  2882. copying scipy/cluster/vq.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/cluster
  2883. creating build/lib.macosx-10.7-x86_64-3.6/scipy/constants
  2884. copying scipy/constants/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/constants
  2885. copying scipy/constants/codata.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/constants
  2886. copying scipy/constants/constants.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/constants
  2887. copying scipy/constants/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/constants
  2888. creating build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2889. copying scipy/fftpack/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2890. copying scipy/fftpack/basic.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2891. copying scipy/fftpack/fftpack_version.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2892. copying scipy/fftpack/helper.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2893. copying scipy/fftpack/pseudo_diffs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2894. copying scipy/fftpack/realtransforms.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2895. copying scipy/fftpack/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/fftpack
  2896. creating build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2897. copying scipy/integrate/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2898. copying scipy/integrate/_ode.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2899. copying scipy/integrate/odepack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2900. copying scipy/integrate/quadpack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2901. copying scipy/integrate/quadrature.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2902. copying scipy/integrate/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/integrate
  2903. creating build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2904. copying scipy/interpolate/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2905. copying scipy/interpolate/_monotone.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2906. copying scipy/interpolate/fitpack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2907. copying scipy/interpolate/fitpack2.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2908. copying scipy/interpolate/interpnd_info.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2909. copying scipy/interpolate/interpolate.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2910. copying scipy/interpolate/interpolate_wrapper.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2911. copying scipy/interpolate/ndgriddata.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2912. copying scipy/interpolate/polyint.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2913. copying scipy/interpolate/rbf.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2914. copying scipy/interpolate/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/interpolate
  2915. creating build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2916. copying scipy/io/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2917. copying scipy/io/_fortran.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2918. copying scipy/io/idl.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2919. copying scipy/io/mmio.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2920. copying scipy/io/netcdf.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2921. copying scipy/io/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2922. copying scipy/io/wavfile.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io
  2923. creating build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2924. copying scipy/io/matlab/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2925. copying scipy/io/matlab/byteordercodes.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2926. copying scipy/io/matlab/mio.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2927. copying scipy/io/matlab/mio4.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2928. copying scipy/io/matlab/mio5.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2929. copying scipy/io/matlab/mio5_params.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2930. copying scipy/io/matlab/miobase.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2931. copying scipy/io/matlab/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/matlab
  2932. creating build/lib.macosx-10.7-x86_64-3.6/scipy/io/arff
  2933. copying scipy/io/arff/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/arff
  2934. copying scipy/io/arff/arffread.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/arff
  2935. copying scipy/io/arff/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/arff
  2936. creating build/lib.macosx-10.7-x86_64-3.6/scipy/io/harwell_boeing
  2937. copying scipy/io/harwell_boeing/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/harwell_boeing
  2938. copying scipy/io/harwell_boeing/_fortran_format_parser.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/harwell_boeing
  2939. copying scipy/io/harwell_boeing/hb.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/harwell_boeing
  2940. copying scipy/io/harwell_boeing/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/io/harwell_boeing
  2941. creating build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2942. copying scipy/linalg/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2943. copying scipy/linalg/_cython_signature_generator.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2944. copying scipy/linalg/_cython_wrapper_generators.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2945. copying scipy/linalg/_decomp_polar.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2946. copying scipy/linalg/_decomp_qz.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2947. copying scipy/linalg/_expm_frechet.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2948. copying scipy/linalg/_interpolative_backend.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2949. copying scipy/linalg/_matfuncs_inv_ssq.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2950. copying scipy/linalg/_matfuncs_sqrtm.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2951. copying scipy/linalg/_procrustes.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2952. copying scipy/linalg/_solvers.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2953. copying scipy/linalg/_testutils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2954. copying scipy/linalg/basic.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2955. copying scipy/linalg/blas.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2956. copying scipy/linalg/calc_lwork.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2957. copying scipy/linalg/decomp.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2958. copying scipy/linalg/decomp_cholesky.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2959. copying scipy/linalg/decomp_lu.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2960. copying scipy/linalg/decomp_qr.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2961. copying scipy/linalg/decomp_schur.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2962. copying scipy/linalg/decomp_svd.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2963. copying scipy/linalg/flinalg.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2964. copying scipy/linalg/interpolative.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2965. copying scipy/linalg/lapack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2966. copying scipy/linalg/linalg_version.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2967. copying scipy/linalg/matfuncs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2968. copying scipy/linalg/misc.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2969. copying scipy/linalg/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2970. copying scipy/linalg/special_matrices.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/linalg
  2971. creating build/lib.macosx-10.7-x86_64-3.6/scipy/misc
  2972. copying scipy/misc/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/misc
  2973. copying scipy/misc/common.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/misc
  2974. copying scipy/misc/doccer.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/misc
  2975. copying scipy/misc/pilutil.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/misc
  2976. copying scipy/misc/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/misc
  2977. creating build/lib.macosx-10.7-x86_64-3.6/scipy/odr
  2978. copying scipy/odr/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/odr
  2979. copying scipy/odr/add_newdocs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/odr
  2980. copying scipy/odr/models.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/odr
  2981. copying scipy/odr/odrpack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/odr
  2982. copying scipy/odr/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/odr
  2983. creating build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2984. copying scipy/optimize/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2985. copying scipy/optimize/_basinhopping.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2986. copying scipy/optimize/_differentialevolution.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2987. copying scipy/optimize/_linprog.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2988. copying scipy/optimize/_minimize.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2989. copying scipy/optimize/_root.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2990. copying scipy/optimize/_spectral.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2991. copying scipy/optimize/_trustregion.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2992. copying scipy/optimize/_trustregion_dogleg.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2993. copying scipy/optimize/_trustregion_ncg.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2994. copying scipy/optimize/_tstutils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2995. copying scipy/optimize/cobyla.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2996. copying scipy/optimize/lbfgsb.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2997. copying scipy/optimize/linesearch.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2998. copying scipy/optimize/minpack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  2999. copying scipy/optimize/nnls.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3000. copying scipy/optimize/nonlin.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3001. copying scipy/optimize/optimize.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3002. copying scipy/optimize/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3003. copying scipy/optimize/slsqp.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3004. copying scipy/optimize/tnc.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3005. copying scipy/optimize/zeros.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/optimize
  3006. creating build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3007. copying scipy/signal/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3008. copying scipy/signal/_arraytools.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3009. copying scipy/signal/_peak_finding.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3010. copying scipy/signal/_savitzky_golay.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3011. copying scipy/signal/bsplines.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3012. copying scipy/signal/cont2discrete.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3013. copying scipy/signal/dltisys.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3014. copying scipy/signal/filter_design.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3015. copying scipy/signal/fir_filter_design.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3016. copying scipy/signal/ltisys.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3017. copying scipy/signal/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3018. copying scipy/signal/signaltools.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3019. copying scipy/signal/spectral.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3020. copying scipy/signal/waveforms.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3021. copying scipy/signal/wavelets.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3022. copying scipy/signal/windows.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/signal
  3023. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3024. copying scipy/sparse/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3025. copying scipy/sparse/base.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3026. copying scipy/sparse/bsr.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3027. copying scipy/sparse/compressed.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3028. copying scipy/sparse/construct.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3029. copying scipy/sparse/coo.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3030. copying scipy/sparse/csc.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3031. copying scipy/sparse/csr.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3032. copying scipy/sparse/data.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3033. copying scipy/sparse/dia.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3034. copying scipy/sparse/dok.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3035. copying scipy/sparse/extract.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3036. copying scipy/sparse/generate_sparsetools.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3037. copying scipy/sparse/lil.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3038. copying scipy/sparse/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3039. copying scipy/sparse/sparsetools.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3040. copying scipy/sparse/spfuncs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3041. copying scipy/sparse/sputils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse
  3042. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3043. copying scipy/sparse/linalg/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3044. copying scipy/sparse/linalg/_expm_multiply.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3045. copying scipy/sparse/linalg/_norm.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3046. copying scipy/sparse/linalg/_onenormest.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3047. copying scipy/sparse/linalg/interface.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3048. copying scipy/sparse/linalg/matfuncs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3049. copying scipy/sparse/linalg/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg
  3050. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3051. copying scipy/sparse/linalg/isolve/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3052. copying scipy/sparse/linalg/isolve/iterative.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3053. copying scipy/sparse/linalg/isolve/lgmres.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3054. copying scipy/sparse/linalg/isolve/lsmr.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3055. copying scipy/sparse/linalg/isolve/lsqr.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3056. copying scipy/sparse/linalg/isolve/minres.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3057. copying scipy/sparse/linalg/isolve/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3058. copying scipy/sparse/linalg/isolve/utils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/isolve
  3059. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/dsolve
  3060. copying scipy/sparse/linalg/dsolve/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/dsolve
  3061. copying scipy/sparse/linalg/dsolve/_add_newdocs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/dsolve
  3062. copying scipy/sparse/linalg/dsolve/linsolve.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/dsolve
  3063. copying scipy/sparse/linalg/dsolve/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/dsolve
  3064. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen
  3065. copying scipy/sparse/linalg/eigen/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen
  3066. copying scipy/sparse/linalg/eigen/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen
  3067. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack
  3068. copying scipy/sparse/linalg/eigen/arpack/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack
  3069. copying scipy/sparse/linalg/eigen/arpack/arpack.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack
  3070. copying scipy/sparse/linalg/eigen/arpack/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack
  3071. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/lobpcg
  3072. copying scipy/sparse/linalg/eigen/lobpcg/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/lobpcg
  3073. copying scipy/sparse/linalg/eigen/lobpcg/lobpcg.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/lobpcg
  3074. copying scipy/sparse/linalg/eigen/lobpcg/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/lobpcg
  3075. creating build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/csgraph
  3076. copying scipy/sparse/csgraph/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/csgraph
  3077. copying scipy/sparse/csgraph/_components.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/csgraph
  3078. copying scipy/sparse/csgraph/_laplacian.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/csgraph
  3079. copying scipy/sparse/csgraph/_validation.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/csgraph
  3080. copying scipy/sparse/csgraph/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/sparse/csgraph
  3081. creating build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3082. copying scipy/spatial/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3083. copying scipy/spatial/_plotutils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3084. copying scipy/spatial/_procrustes.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3085. copying scipy/spatial/distance.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3086. copying scipy/spatial/kdtree.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3087. copying scipy/spatial/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/spatial
  3088. creating build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3089. copying scipy/special/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3090. copying scipy/special/_ellip_harm.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3091. copying scipy/special/_testutils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3092. copying scipy/special/add_newdocs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3093. copying scipy/special/basic.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3094. copying scipy/special/generate_ufuncs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3095. copying scipy/special/lambertw.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3096. copying scipy/special/orthogonal.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3097. copying scipy/special/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3098. copying scipy/special/spfun_stats.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/special
  3099. creating build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3100. copying scipy/stats/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3101. copying scipy/stats/_binned_statistic.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3102. copying scipy/stats/_constants.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3103. copying scipy/stats/_continuous_distns.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3104. copying scipy/stats/_discrete_distns.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3105. copying scipy/stats/_distn_infrastructure.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3106. copying scipy/stats/_distr_params.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3107. copying scipy/stats/_multivariate.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3108. copying scipy/stats/_tukeylambda_stats.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3109. copying scipy/stats/contingency.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3110. copying scipy/stats/distributions.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3111. copying scipy/stats/kde.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3112. copying scipy/stats/morestats.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3113. copying scipy/stats/mstats.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3114. copying scipy/stats/mstats_basic.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3115. copying scipy/stats/mstats_extras.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3116. copying scipy/stats/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3117. copying scipy/stats/stats.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3118. copying scipy/stats/vonmises.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/stats
  3119. creating build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3120. copying scipy/ndimage/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3121. copying scipy/ndimage/_ni_support.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3122. copying scipy/ndimage/filters.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3123. copying scipy/ndimage/fourier.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3124. copying scipy/ndimage/interpolation.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3125. copying scipy/ndimage/io.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3126. copying scipy/ndimage/measurements.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3127. copying scipy/ndimage/morphology.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3128. copying scipy/ndimage/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/ndimage
  3129. creating build/lib.macosx-10.7-x86_64-3.6/scipy/_build_utils
  3130. copying scipy/_build_utils/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_build_utils
  3131. copying scipy/_build_utils/_fortran.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_build_utils
  3132. creating build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3133. copying scipy/_lib/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3134. copying scipy/_lib/_gcutils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3135. copying scipy/_lib/_numpy_compat.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3136. copying scipy/_lib/_testutils.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3137. copying scipy/_lib/_tmpdirs.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3138. copying scipy/_lib/_util.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3139. copying scipy/_lib/_version.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3140. copying scipy/_lib/decorator.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3141. copying scipy/_lib/setup.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3142. copying scipy/_lib/six.py -> build/lib.macosx-10.7-x86_64-3.6/scipy/_lib
  3143. running build_clib
  3144. customize UnixCCompiler
  3145. customize UnixCCompiler using build_clib
  3146. customize Gnu95FCompiler
  3147. Could not locate executable gfortran
  3148. Could not locate executable f95
  3149. customize NAGFCompiler
  3150. customize AbsoftFCompiler
  3151. Could not locate executable f90
  3152. Could not locate executable f77
  3153. customize IBMFCompiler
  3154. Could not locate executable xlf90
  3155. Could not locate executable xlf
  3156. customize IntelFCompiler
  3157. Could not locate executable ifort
  3158. Could not locate executable ifc
  3159. customize GnuFCompiler
  3160. Could not locate executable g77
  3161. customize G95FCompiler
  3162. Could not locate executable g95
  3163. customize PGroupFCompiler
  3164. Could not locate executable pgfortran
  3165. don't know how to compile Fortran code on platform 'posix'
  3166. building 'dfftpack' library
  3167. error: library dfftpack has Fortran sources but no Fortran compiler found
  3168.  
  3169. ----------------------------------------
  3170. Failed building wheel for scipy
  3171. Running setup.py clean for scipy
  3172. Failed to build scipy
  3173. Installing collected packages: scipy, singledispatch, site
  3174. Found existing installation: scipy 0.19.1
  3175. Uninstalling scipy-0.19.1:
  3176. Successfully uninstalled scipy-0.19.1
  3177. Running setup.py install for scipy ... error
  3178. Complete output from command /Users/sharad/Desktop/CS231n/assignment1/.env/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/pip-build-9jgv0yrv/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/pip-kj0m5xxx-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/sharad/Desktop/CS231n/assignment1/.env/include/site/python3.6/scipy:
  3179. lapack_opt_info:
  3180. openblas_lapack_info:
  3181. libraries openblas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3182. NOT AVAILABLE
  3183.  
  3184. lapack_mkl_info:
  3185. mkl_info:
  3186. libraries mkl,vml,guide not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3187. NOT AVAILABLE
  3188.  
  3189. NOT AVAILABLE
  3190.  
  3191. atlas_3_10_threads_info:
  3192. Setting PTATLAS=ATLAS
  3193. libraries tatlas,tatlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3194. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3195. libraries tatlas,tatlas not found in /usr/local/lib
  3196. libraries lapack_atlas not found in /usr/local/lib
  3197. libraries tatlas,tatlas not found in /usr/lib
  3198. libraries lapack_atlas not found in /usr/lib
  3199. libraries tatlas,tatlas not found in /opt/local/lib
  3200. libraries lapack_atlas not found in /opt/local/lib
  3201. <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  3202. NOT AVAILABLE
  3203.  
  3204. atlas_3_10_info:
  3205. libraries satlas,satlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3206. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3207. libraries satlas,satlas not found in /usr/local/lib
  3208. libraries lapack_atlas not found in /usr/local/lib
  3209. libraries satlas,satlas not found in /usr/lib
  3210. libraries lapack_atlas not found in /usr/lib
  3211. libraries satlas,satlas not found in /opt/local/lib
  3212. libraries lapack_atlas not found in /opt/local/lib
  3213. <class 'numpy.distutils.system_info.atlas_3_10_info'>
  3214. NOT AVAILABLE
  3215.  
  3216. atlas_threads_info:
  3217. Setting PTATLAS=ATLAS
  3218. libraries ptf77blas,ptcblas,atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3219. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3220. libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  3221. libraries lapack_atlas not found in /usr/local/lib
  3222. libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  3223. libraries lapack_atlas not found in /usr/lib
  3224. libraries ptf77blas,ptcblas,atlas not found in /opt/local/lib
  3225. libraries lapack_atlas not found in /opt/local/lib
  3226. <class 'numpy.distutils.system_info.atlas_threads_info'>
  3227. NOT AVAILABLE
  3228.  
  3229. atlas_info:
  3230. libraries f77blas,cblas,atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3231. libraries lapack_atlas not found in /Users/sharad/Desktop/CS231n/assignment1/.env/lib
  3232. libraries f77blas,cblas,atlas not found in /usr/local/lib
  3233. libraries lapack_atlas not found in /usr/local/lib
  3234. libraries f77blas,cblas,atlas not found in /usr/lib
  3235. libraries lapack_atlas not found in /usr/lib
  3236. libraries f77blas,cblas,atlas not found in /opt/local/lib
  3237. libraries lapack_atlas not found in /opt/local/lib
  3238. <class 'numpy.distutils.system_info.atlas_info'>
  3239. NOT AVAILABLE
  3240.  
  3241. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path is invalid.
  3242. warnings.warn('Specified path %s is invalid.' % d)
  3243. FOUND:
  3244. extra_compile_args = ['-msse3']
  3245. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  3246. define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  3247.  
  3248. Running from scipy source directory.
  3249. Splitting linalg.interpolative Fortran source files
  3250. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path /usr/local/include/python3.6m is invalid.
  3251. warnings.warn('Specified path %s is invalid.' % d)
  3252. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path /usr/include/python3.6m is invalid.
  3253. warnings.warn('Specified path %s is invalid.' % d)
  3254. /Users/sharad/Desktop/CS231n/assignment1/.env/lib/python3.6/site-packages/numpy/distutils/system_info.py:635: UserWarning: Specified path /opt/local/include/python3.6m is invalid.
  3255. warnings.warn('Specified path %s is invalid.' % d)
  3256. blas_opt_info:
  3257. blas_mkl_info:
  3258. libraries mkl,vml,guide not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3259. NOT AVAILABLE
  3260.  
  3261. openblas_info:
  3262. libraries openblas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3263. NOT AVAILABLE
  3264.  
  3265. atlas_3_10_blas_threads_info:
  3266. Setting PTATLAS=ATLAS
  3267. libraries tatlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3268. NOT AVAILABLE
  3269.  
  3270. atlas_3_10_blas_info:
  3271. libraries satlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3272. NOT AVAILABLE
  3273.  
  3274. atlas_blas_threads_info:
  3275. Setting PTATLAS=ATLAS
  3276. libraries ptf77blas,ptcblas,atlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3277. NOT AVAILABLE
  3278.  
  3279. atlas_blas_info:
  3280. libraries f77blas,cblas,atlas not found in ['/Users/sharad/Desktop/CS231n/assignment1/.env/lib', '/usr/local/lib', '/usr/lib', '/opt/local/lib']
  3281. NOT AVAILABLE
  3282.  
  3283. FOUND:
  3284. extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
  3285. extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
  3286. define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  3287.  
  3288. non-existing path in 'scipy/spatial': 'ckdtree.cxx'
  3289. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_decl.h'
  3290. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_exc.h'
  3291. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_methods.h'
  3292. non-existing path in 'scipy/spatial': 'ckdtree/src/ckdtree_utils.h'
  3293. running install
  3294. running build
  3295. running config_cc
  3296. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  3297. running config_fc
  3298. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  3299. running build_src
  3300. build_src
  3301. building py_modules sources
  3302. building library "dfftpack" sources
  3303. building library "fftpack" sources
  3304. building library "mach" sources
  3305. building library "quadpack" sources
  3306. building library "odepack" sources
  3307. building library "dop" sources
  3308. building library "fitpack" sources
  3309. building library "fwrappers" sources
  3310. building library "odrpack" sources
  3311. building library "minpack" sources
  3312. building library "rootfind" sources
  3313. building library "superlu_src" sources
  3314. building library "arpack_scipy" sources
  3315. building library "sc_c_misc" sources
  3316. building library "sc_cephes" sources
  3317. building library "sc_mach" sources
  3318. building library "sc_amos" sources
  3319. building library "sc_cdf" sources
  3320. building library "sc_specfun" sources
  3321. building library "statlib" sources
  3322. building extension "scipy.cluster._vq" sources
  3323. building extension "scipy.cluster._hierarchy" sources
  3324. building extension "scipy.fftpack._fftpack" sources
  3325. f2py options: []
  3326. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3327. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3328. building extension "scipy.fftpack.convolve" sources
  3329. f2py options: []
  3330. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3331. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3332. building extension "scipy.integrate._quadpack" sources
  3333. building extension "scipy.integrate._odepack" sources
  3334. building extension "scipy.integrate.vode" sources
  3335. f2py options: []
  3336. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3337. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3338. building extension "scipy.integrate.lsoda" sources
  3339. f2py options: []
  3340. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3341. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3342. building extension "scipy.integrate._dop" sources
  3343. f2py options: []
  3344. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3345. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3346. building extension "scipy.integrate._test_multivariate" sources
  3347. building extension "scipy.integrate._test_odeint_banded" sources
  3348. f2py options: []
  3349. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3350. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3351. adding 'build/src.macosx-10.7-x86_64-3.6/scipy/integrate/_test_odeint_banded-f2pywrappers.f' to sources.
  3352. building extension "scipy.interpolate.interpnd" sources
  3353. building extension "scipy.interpolate._ppoly" sources
  3354. building extension "scipy.interpolate._fitpack" sources
  3355. building extension "scipy.interpolate.dfitpack" sources
  3356. f2py options: []
  3357. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3358. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3359. adding 'build/src.macosx-10.7-x86_64-3.6/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources.
  3360. building extension "scipy.interpolate._interpolate" sources
  3361. building extension "scipy.io.matlab.streams" sources
  3362. building extension "scipy.io.matlab.mio_utils" sources
  3363. building extension "scipy.io.matlab.mio5_utils" sources
  3364. building extension "scipy.linalg._fblas" sources
  3365. f2py options: []
  3366. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3367. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3368. adding 'build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_fblas-f2pywrappers.f' to sources.
  3369. building extension "scipy.linalg._flapack" sources
  3370. f2py options: []
  3371. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3372. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3373. adding 'build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/linalg/_flapack-f2pywrappers.f' to sources.
  3374. building extension "scipy.linalg._flinalg" sources
  3375. f2py options: []
  3376. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3377. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3378. building extension "scipy.linalg._interpolative" sources
  3379. f2py options: []
  3380. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3381. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3382. building extension "scipy.linalg._calc_lwork" sources
  3383. f2py options: []
  3384. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3385. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3386. building extension "scipy.linalg._solve_toeplitz" sources
  3387. building extension "scipy.linalg.cython_blas" sources
  3388. building extension "scipy.linalg.cython_lapack" sources
  3389. building extension "scipy.linalg._decomp_update" sources
  3390. building extension "scipy.odr.__odrpack" sources
  3391. building extension "scipy.optimize._minpack" sources
  3392. building extension "scipy.optimize._zeros" sources
  3393. building extension "scipy.optimize._lbfgsb" sources
  3394. f2py options: []
  3395. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3396. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3397. building extension "scipy.optimize.moduleTNC" sources
  3398. building extension "scipy.optimize._cobyla" sources
  3399. f2py options: []
  3400. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3401. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3402. building extension "scipy.optimize.minpack2" sources
  3403. f2py options: []
  3404. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3405. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3406. building extension "scipy.optimize._slsqp" sources
  3407. f2py options: []
  3408. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3409. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3410. building extension "scipy.optimize._nnls" sources
  3411. f2py options: []
  3412. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3413. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3414. building extension "scipy.signal.sigtools" sources
  3415. building extension "scipy.signal._spectral" sources
  3416. building extension "scipy.signal._max_len_seq" sources
  3417. building extension "scipy.signal.spline" sources
  3418. building extension "scipy.sparse.linalg.isolve._iterative" sources
  3419. f2py options: []
  3420. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3421. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3422. building extension "scipy.sparse.linalg.dsolve._superlu" sources
  3423. building extension "scipy.sparse.linalg.eigen.arpack._arpack" sources
  3424. f2py options: []
  3425. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3426. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3427. adding 'build/src.macosx-10.7-x86_64-3.6/build/src.macosx-10.7-x86_64-3.6/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f' to sources.
  3428. building extension "scipy.sparse.csgraph._shortest_path" sources
  3429. building extension "scipy.sparse.csgraph._traversal" sources
  3430. building extension "scipy.sparse.csgraph._min_spanning_tree" sources
  3431. building extension "scipy.sparse.csgraph._reordering" sources
  3432. building extension "scipy.sparse.csgraph._tools" sources
  3433. building extension "scipy.sparse._csparsetools" sources
  3434. building extension "scipy.sparse._sparsetools" sources
  3435. [generate_sparsetools] 'scipy/sparse/sparsetools/bsr_impl.h' already up-to-date
  3436. [generate_sparsetools] 'scipy/sparse/sparsetools/csr_impl.h' already up-to-date
  3437. [generate_sparsetools] 'scipy/sparse/sparsetools/csc_impl.h' already up-to-date
  3438. [generate_sparsetools] 'scipy/sparse/sparsetools/other_impl.h' already up-to-date
  3439. [generate_sparsetools] 'scipy/sparse/sparsetools/sparsetools_impl.h' already up-to-date
  3440. building extension "scipy.spatial.qhull" sources
  3441. building extension "scipy.spatial.ckdtree" sources
  3442. building extension "scipy.spatial._distance_wrap" sources
  3443. building extension "scipy.special.specfun" sources
  3444. f2py options: ['--no-wrap-functions']
  3445. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3446. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3447. building extension "scipy.special._ufuncs" sources
  3448. building extension "scipy.special._ufuncs_cxx" sources
  3449. building extension "scipy.special._ellip_harm_2" sources
  3450. building extension "scipy.stats.statlib" sources
  3451. f2py options: ['--no-wrap-functions']
  3452. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3453. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3454. building extension "scipy.stats.vonmises_cython" sources
  3455. building extension "scipy.stats._rank" sources
  3456. building extension "scipy.stats.futil" sources
  3457. f2py options: []
  3458. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3459. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3460. building extension "scipy.stats.mvn" sources
  3461. f2py options: []
  3462. adding 'build/src.macosx-10.7-x86_64-3.6/fortranobject.c' to sources.
  3463. adding 'build/src.macosx-10.7-x86_64-3.6' to include_dirs.
  3464. adding 'build/src.macosx-10.7-x86_64-3.6/scipy/stats/mvn-f2pywrappers.f' to sources.
  3465. building extension "scipy.ndimage._nd_image" sources
  3466. building extension "scipy.ndimage._ni_label" sources
  3467. building data_files sources
  3468. build_src: building npy-pkg config files
  3469. running build_py
  3470. copying scipy/version.py -> build/lib.macosx-10.7-x86_64-3.6/scipy
  3471. copying build/src.macosx-10.7-x86_64-3.6/scipy/__config__.py -> build/lib.macosx-10.7-x86_64-3.6/scipy
  3472. running build_clib
  3473. customize UnixCCompiler
  3474. customize UnixCCompiler using build_clib
  3475. customize Gnu95FCompiler
  3476. Could not locate executable gfortran
  3477. Could not locate executable f95
  3478. customize NAGFCompiler
  3479. customize AbsoftFCompiler
  3480. Could not locate executable f90
  3481. Could not locate executable f77
  3482. customize IBMFCompiler
  3483. Could not locate executable xlf90
  3484. Could not locate executable xlf
  3485. customize IntelFCompiler
  3486. Could not locate executable ifort
  3487. Could not locate executable ifc
  3488. customize GnuFCompiler
  3489. Could not locate executable g77
  3490. customize G95FCompiler
  3491. Could not locate executable g95
  3492. customize PGroupFCompiler
  3493. Could not locate executable pgfortran
  3494. don't know how to compile Fortran code on platform 'posix'
  3495. building 'dfftpack' library
  3496. error: library dfftpack has Fortran sources but no Fortran compiler found
  3497.  
  3498. ----------------------------------------
  3499. Rolling back uninstall of scipy
  3500. Command "/Users/sharad/Desktop/CS231n/assignment1/.env/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/pip-build-9jgv0yrv/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/pip-kj0m5xxx-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/sharad/Desktop/CS231n/assignment1/.env/include/site/python3.6/scipy" failed with error code 1 in /private/var/folders/14/g4031zt51xn102kdhlmn8g_w0000gn/T/pip-build-9jgv0yrv/scipy/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement