1 | ---> Fetching py25-scipy |
---|
2 | ---> Verifying checksum(s) for py25-scipy |
---|
3 | ---> Checksumming scipy-0.7.0.tar.gz |
---|
4 | ---> Extracting py25-scipy |
---|
5 | ---> Extracting scipy-0.7.0.tar.gz |
---|
6 | ---> Configuring py25-scipy |
---|
7 | ---> Building py25-scipy |
---|
8 | Warning: No configuration returned, assuming unavailable. |
---|
9 | blas_opt_info: |
---|
10 | FOUND: |
---|
11 | extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] |
---|
12 | define_macros = [('NO_ATLAS_INFO', 3)] |
---|
13 | extra_compile_args = ['-faltivec', '-I/System/Library/Frameworks/vecLib.framework/Headers'] |
---|
14 | |
---|
15 | lapack_opt_info: |
---|
16 | FOUND: |
---|
17 | extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] |
---|
18 | define_macros = [('NO_ATLAS_INFO', 3)] |
---|
19 | extra_compile_args = ['-faltivec'] |
---|
20 | |
---|
21 | umfpack_info: |
---|
22 | libraries umfpack not found in /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib |
---|
23 | libraries umfpack not found in /usr/local/lib |
---|
24 | libraries umfpack not found in /usr/lib |
---|
25 | amd_info: |
---|
26 | libraries amd not found in /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib |
---|
27 | libraries amd not found in /usr/local/lib |
---|
28 | libraries amd not found in /usr/lib |
---|
29 | FOUND: |
---|
30 | libraries = ['amd'] |
---|
31 | library_dirs = ['/opt/local/lib'] |
---|
32 | |
---|
33 | FOUND: |
---|
34 | libraries = ['umfpack', 'amd'] |
---|
35 | library_dirs = ['/opt/local/lib'] |
---|
36 | |
---|
37 | running config_fc |
---|
38 | unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options |
---|
39 | running build |
---|
40 | running config_cc |
---|
41 | unifing config_cc, config, build_clib, build_ext, build commands --compiler options |
---|
42 | running build_src |
---|
43 | building py_modules sources |
---|
44 | creating build |
---|
45 | creating build/src.macosx-10.4-ppc-2.5 |
---|
46 | creating build/src.macosx-10.4-ppc-2.5/scipy |
---|
47 | building library "dfftpack" sources |
---|
48 | building library "linpack_lite" sources |
---|
49 | building library "mach" sources |
---|
50 | building library "quadpack" sources |
---|
51 | building library "odepack" sources |
---|
52 | building library "fitpack" sources |
---|
53 | building library "odrpack" sources |
---|
54 | building library "minpack" sources |
---|
55 | building library "rootfind" sources |
---|
56 | building library "superlu_src" sources |
---|
57 | building library "arpack" sources |
---|
58 | building library "sc_c_misc" sources |
---|
59 | building library "sc_cephes" sources |
---|
60 | building library "sc_mach" sources |
---|
61 | building library "sc_toms" sources |
---|
62 | building library "sc_amos" sources |
---|
63 | building library "sc_cdf" sources |
---|
64 | building library "sc_specfun" sources |
---|
65 | building library "statlib" sources |
---|
66 | building extension "scipy.cluster._vq" sources |
---|
67 | building extension "scipy.cluster._hierarchy_wrap" sources |
---|
68 | building extension "scipy.fftpack._fftpack" sources |
---|
69 | creating build/src.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
70 | f2py options: [] |
---|
71 | f2py: scipy/fftpack/fftpack.pyf |
---|
72 | Reading fortran codes... |
---|
73 | Reading file 'scipy/fftpack/fftpack.pyf' (format:free) |
---|
74 | Post-processing... |
---|
75 | Block: _fftpack |
---|
76 | Block: zfft |
---|
77 | Block: drfft |
---|
78 | Block: zrfft |
---|
79 | Block: zfftnd |
---|
80 | Block: destroy_zfft_cache |
---|
81 | Block: destroy_zfftnd_cache |
---|
82 | Block: destroy_drfft_cache |
---|
83 | Post-processing (stage 2)... |
---|
84 | Building modules... |
---|
85 | Building module "_fftpack"... |
---|
86 | Constructing wrapper function "zfft"... |
---|
87 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
88 | y = zfft(x,[n,direction,normalize,overwrite_x]) |
---|
89 | Constructing wrapper function "drfft"... |
---|
90 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
91 | y = drfft(x,[n,direction,normalize,overwrite_x]) |
---|
92 | Constructing wrapper function "zrfft"... |
---|
93 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
94 | y = zrfft(x,[n,direction,normalize,overwrite_x]) |
---|
95 | Constructing wrapper function "zfftnd"... |
---|
96 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
97 | y = zfftnd(x,[s,direction,normalize,overwrite_x]) |
---|
98 | Constructing wrapper function "destroy_zfft_cache"... |
---|
99 | destroy_zfft_cache() |
---|
100 | Constructing wrapper function "destroy_zfftnd_cache"... |
---|
101 | destroy_zfftnd_cache() |
---|
102 | Constructing wrapper function "destroy_drfft_cache"... |
---|
103 | destroy_drfft_cache() |
---|
104 | Wrote C/API module "_fftpack" to file "build/src.macosx-10.4-ppc-2.5/scipy/fftpack/_fftpackmodule.c" |
---|
105 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
106 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
107 | copying /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.c -> build/src.macosx-10.4-ppc-2.5 |
---|
108 | copying /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.h -> build/src.macosx-10.4-ppc-2.5 |
---|
109 | building extension "scipy.fftpack.convolve" sources |
---|
110 | f2py options: [] |
---|
111 | f2py: scipy/fftpack/convolve.pyf |
---|
112 | Reading fortran codes... |
---|
113 | Reading file 'scipy/fftpack/convolve.pyf' (format:free) |
---|
114 | Post-processing... |
---|
115 | Block: convolve__user__routines |
---|
116 | Block: kernel_func |
---|
117 | Block: convolve |
---|
118 | Block: init_convolution_kernel |
---|
119 | Block: destroy_convolve_cache |
---|
120 | Block: convolve |
---|
121 | Block: convolve_z |
---|
122 | Post-processing (stage 2)... |
---|
123 | Building modules... |
---|
124 | Constructing call-back function "cb_kernel_func_in_convolve__user__routines" |
---|
125 | def kernel_func(k): return kernel_func |
---|
126 | Building module "convolve"... |
---|
127 | Constructing wrapper function "init_convolution_kernel"... |
---|
128 | omega = init_convolution_kernel(n,kernel_func,[d,zero_nyquist,kernel_func_extra_args]) |
---|
129 | Constructing wrapper function "destroy_convolve_cache"... |
---|
130 | destroy_convolve_cache() |
---|
131 | Constructing wrapper function "convolve"... |
---|
132 | y = convolve(x,omega,[swap_real_imag,overwrite_x]) |
---|
133 | Constructing wrapper function "convolve_z"... |
---|
134 | y = convolve_z(x,omega_real,omega_imag,[overwrite_x]) |
---|
135 | Wrote C/API module "convolve" to file "build/src.macosx-10.4-ppc-2.5/scipy/fftpack/convolvemodule.c" |
---|
136 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
137 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
138 | building extension "scipy.integrate._quadpack" sources |
---|
139 | building extension "scipy.integrate._odepack" sources |
---|
140 | building extension "scipy.integrate.vode" sources |
---|
141 | creating build/src.macosx-10.4-ppc-2.5/scipy/integrate |
---|
142 | f2py options: [] |
---|
143 | f2py: scipy/integrate/vode.pyf |
---|
144 | Reading fortran codes... |
---|
145 | Reading file 'scipy/integrate/vode.pyf' (format:free) |
---|
146 | Post-processing... |
---|
147 | Block: dvode__user__routines |
---|
148 | Block: dvode_user_interface |
---|
149 | Block: f |
---|
150 | Block: jac |
---|
151 | Block: zvode__user__routines |
---|
152 | Block: zvode_user_interface |
---|
153 | Block: f |
---|
154 | Block: jac |
---|
155 | Block: vode |
---|
156 | Block: dvode |
---|
157 | Block: zvode |
---|
158 | Post-processing (stage 2)... |
---|
159 | Building modules... |
---|
160 | Constructing call-back function "cb_f_in_dvode__user__routines" |
---|
161 | def f(t,y): return ydot |
---|
162 | Constructing call-back function "cb_jac_in_dvode__user__routines" |
---|
163 | def jac(t,y): return jac |
---|
164 | Constructing call-back function "cb_f_in_zvode__user__routines" |
---|
165 | def f(t,y): return ydot |
---|
166 | Constructing call-back function "cb_jac_in_zvode__user__routines" |
---|
167 | def jac(t,y): return jac |
---|
168 | Building module "vode"... |
---|
169 | Constructing wrapper function "dvode"... |
---|
170 | warning: callstatement is defined without callprotoargument |
---|
171 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
172 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
173 | y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) |
---|
174 | Constructing wrapper function "zvode"... |
---|
175 | warning: callstatement is defined without callprotoargument |
---|
176 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
177 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
178 | 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]) |
---|
179 | Wrote C/API module "vode" to file "build/src.macosx-10.4-ppc-2.5/scipy/integrate/vodemodule.c" |
---|
180 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
181 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
182 | building extension "scipy.interpolate._fitpack" sources |
---|
183 | building extension "scipy.interpolate.dfitpack" sources |
---|
184 | creating build/src.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
185 | creating build/src.macosx-10.4-ppc-2.5/scipy/interpolate/src |
---|
186 | f2py options: [] |
---|
187 | f2py: scipy/interpolate/src/fitpack.pyf |
---|
188 | Reading fortran codes... |
---|
189 | Reading file 'scipy/interpolate/src/fitpack.pyf' (format:free) |
---|
190 | Post-processing... |
---|
191 | Block: dfitpack |
---|
192 | Block: splev |
---|
193 | Block: splder |
---|
194 | Block: splint |
---|
195 | Block: sproot |
---|
196 | Block: spalde |
---|
197 | Block: curfit |
---|
198 | Block: percur |
---|
199 | Block: parcur |
---|
200 | Block: fpcurf0 |
---|
201 | Block: fpcurf1 |
---|
202 | Block: fpcurfm1 |
---|
203 | Block: bispev |
---|
204 | Block: bispeu |
---|
205 | Block: surfit_smth |
---|
206 | Block: surfit_lsq |
---|
207 | Block: regrid_smth |
---|
208 | Block: dblint |
---|
209 | Post-processing (stage 2)... |
---|
210 | Building modules... |
---|
211 | Building module "dfitpack"... |
---|
212 | Constructing wrapper function "splev"... |
---|
213 | y = splev(t,c,k,x) |
---|
214 | Constructing wrapper function "splder"... |
---|
215 | y = splder(t,c,k,x,[nu]) |
---|
216 | Creating wrapper for Fortran function "splint"("splint")... |
---|
217 | Constructing wrapper function "splint"... |
---|
218 | splint = splint(t,c,k,a,b) |
---|
219 | Constructing wrapper function "sproot"... |
---|
220 | zero,m,ier = sproot(t,c,[mest]) |
---|
221 | Constructing wrapper function "spalde"... |
---|
222 | d,ier = spalde(t,c,k,x) |
---|
223 | Constructing wrapper function "curfit"... |
---|
224 | n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s]) |
---|
225 | Constructing wrapper function "percur"... |
---|
226 | n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s]) |
---|
227 | Constructing wrapper function "parcur"... |
---|
228 | n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s]) |
---|
229 | Constructing wrapper function "fpcurf0"... |
---|
230 | x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest]) |
---|
231 | Constructing wrapper function "fpcurf1"... |
---|
232 | 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]) |
---|
233 | Constructing wrapper function "fpcurfm1"... |
---|
234 | x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t]) |
---|
235 | Constructing wrapper function "bispev"... |
---|
236 | z,ier = bispev(tx,ty,c,kx,ky,x,y) |
---|
237 | Constructing wrapper function "bispeu"... |
---|
238 | z,ier = bispeu(tx,ty,c,kx,ky,x,y) |
---|
239 | Constructing wrapper function "surfit_smth"... |
---|
240 | 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]) |
---|
241 | Constructing wrapper function "surfit_lsq"... |
---|
242 | 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]) |
---|
243 | Constructing wrapper function "regrid_smth"... |
---|
244 | nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) |
---|
245 | Creating wrapper for Fortran function "dblint"("dblint")... |
---|
246 | Constructing wrapper function "dblint"... |
---|
247 | dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye) |
---|
248 | Wrote C/API module "dfitpack" to file "build/src.macosx-10.4-ppc-2.5/scipy/interpolate/src/dfitpackmodule.c" |
---|
249 | Fortran 77 wrappers are saved to "build/src.macosx-10.4-ppc-2.5/scipy/interpolate/src/dfitpack-f2pywrappers.f" |
---|
250 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
251 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
252 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources. |
---|
253 | building extension "scipy.interpolate._interpolate" sources |
---|
254 | building extension "scipy.io.numpyio" sources |
---|
255 | building extension "scipy.lib.blas.fblas" sources |
---|
256 | creating build/src.macosx-10.4-ppc-2.5/scipy/lib |
---|
257 | creating build/src.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
258 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblas.pyf |
---|
259 | Including file scipy/lib/blas/fblas_l1.pyf.src |
---|
260 | Including file scipy/lib/blas/fblas_l2.pyf.src |
---|
261 | Including file scipy/lib/blas/fblas_l3.pyf.src |
---|
262 | Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. |
---|
263 | conv_template:> build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblaswrap_veclib_c.c |
---|
264 | creating build/src.macosx-10.4-ppc-2.5/build |
---|
265 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5 |
---|
266 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy |
---|
267 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib |
---|
268 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
269 | f2py options: ['skip:', ':'] |
---|
270 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblas.pyf |
---|
271 | Reading fortran codes... |
---|
272 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblas.pyf' (format:free) |
---|
273 | Post-processing... |
---|
274 | Block: fblas |
---|
275 | Block: srotg |
---|
276 | Block: drotg |
---|
277 | Block: crotg |
---|
278 | Block: zrotg |
---|
279 | Block: srotmg |
---|
280 | Block: drotmg |
---|
281 | Block: srot |
---|
282 | Block: drot |
---|
283 | Block: csrot |
---|
284 | Block: zdrot |
---|
285 | Block: srotm |
---|
286 | Block: drotm |
---|
287 | Block: sswap |
---|
288 | Block: dswap |
---|
289 | Block: cswap |
---|
290 | Block: zswap |
---|
291 | Block: sscal |
---|
292 | Block: dscal |
---|
293 | Block: cscal |
---|
294 | Block: zscal |
---|
295 | Block: csscal |
---|
296 | Block: zdscal |
---|
297 | Block: scopy |
---|
298 | Block: dcopy |
---|
299 | Block: ccopy |
---|
300 | Block: zcopy |
---|
301 | Block: saxpy |
---|
302 | Block: daxpy |
---|
303 | Block: caxpy |
---|
304 | Block: zaxpy |
---|
305 | Block: sdot |
---|
306 | Block: ddot |
---|
307 | Block: cdotu |
---|
308 | Block: zdotu |
---|
309 | Block: cdotc |
---|
310 | Block: zdotc |
---|
311 | Block: snrm2 |
---|
312 | Block: dnrm2 |
---|
313 | Block: scnrm2 |
---|
314 | Block: dznrm2 |
---|
315 | Block: sasum |
---|
316 | Block: dasum |
---|
317 | Block: scasum |
---|
318 | Block: dzasum |
---|
319 | Block: isamax |
---|
320 | Block: idamax |
---|
321 | Block: icamax |
---|
322 | Block: izamax |
---|
323 | Block: sgemv |
---|
324 | Block: dgemv |
---|
325 | Block: cgemv |
---|
326 | Block: zgemv |
---|
327 | Block: ssymv |
---|
328 | Block: dsymv |
---|
329 | Block: chemv |
---|
330 | Block: zhemv |
---|
331 | Block: strmv |
---|
332 | Block: dtrmv |
---|
333 | Block: ctrmv |
---|
334 | Block: ztrmv |
---|
335 | Block: sger |
---|
336 | Block: dger |
---|
337 | Block: cgeru |
---|
338 | Block: zgeru |
---|
339 | Block: cgerc |
---|
340 | Block: zgerc |
---|
341 | Block: sgemm |
---|
342 | Block: dgemm |
---|
343 | Block: cgemm |
---|
344 | Block: zgemm |
---|
345 | Post-processing (stage 2)... |
---|
346 | Building modules... |
---|
347 | Building module "fblas"... |
---|
348 | Constructing wrapper function "srotg"... |
---|
349 | c,s = srotg(a,b) |
---|
350 | Constructing wrapper function "drotg"... |
---|
351 | c,s = drotg(a,b) |
---|
352 | Constructing wrapper function "crotg"... |
---|
353 | c,s = crotg(a,b) |
---|
354 | Constructing wrapper function "zrotg"... |
---|
355 | c,s = zrotg(a,b) |
---|
356 | Constructing wrapper function "srotmg"... |
---|
357 | param = srotmg(d1,d2,x1,y1) |
---|
358 | Constructing wrapper function "drotmg"... |
---|
359 | param = drotmg(d1,d2,x1,y1) |
---|
360 | Constructing wrapper function "srot"... |
---|
361 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
362 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
363 | x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
364 | Constructing wrapper function "drot"... |
---|
365 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
366 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
367 | x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
368 | Constructing wrapper function "csrot"... |
---|
369 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
370 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
371 | x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
372 | Constructing wrapper function "zdrot"... |
---|
373 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
374 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
375 | x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
376 | Constructing wrapper function "srotm"... |
---|
377 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
378 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
379 | x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
380 | Constructing wrapper function "drotm"... |
---|
381 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
382 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
383 | x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
384 | Constructing wrapper function "sswap"... |
---|
385 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
386 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
387 | x,y = sswap(x,y,[n,offx,incx,offy,incy]) |
---|
388 | Constructing wrapper function "dswap"... |
---|
389 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
390 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
391 | x,y = dswap(x,y,[n,offx,incx,offy,incy]) |
---|
392 | Constructing wrapper function "cswap"... |
---|
393 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
394 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
395 | x,y = cswap(x,y,[n,offx,incx,offy,incy]) |
---|
396 | Constructing wrapper function "zswap"... |
---|
397 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
398 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
399 | x,y = zswap(x,y,[n,offx,incx,offy,incy]) |
---|
400 | Constructing wrapper function "sscal"... |
---|
401 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
402 | x = sscal(a,x,[n,offx,incx]) |
---|
403 | Constructing wrapper function "dscal"... |
---|
404 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
405 | x = dscal(a,x,[n,offx,incx]) |
---|
406 | Constructing wrapper function "cscal"... |
---|
407 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
408 | x = cscal(a,x,[n,offx,incx]) |
---|
409 | Constructing wrapper function "zscal"... |
---|
410 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
411 | x = zscal(a,x,[n,offx,incx]) |
---|
412 | Constructing wrapper function "csscal"... |
---|
413 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
414 | x = csscal(a,x,[n,offx,incx,overwrite_x]) |
---|
415 | Constructing wrapper function "zdscal"... |
---|
416 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
417 | x = zdscal(a,x,[n,offx,incx,overwrite_x]) |
---|
418 | Constructing wrapper function "scopy"... |
---|
419 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
420 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
421 | y = scopy(x,y,[n,offx,incx,offy,incy]) |
---|
422 | Constructing wrapper function "dcopy"... |
---|
423 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
424 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
425 | y = dcopy(x,y,[n,offx,incx,offy,incy]) |
---|
426 | Constructing wrapper function "ccopy"... |
---|
427 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
428 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
429 | y = ccopy(x,y,[n,offx,incx,offy,incy]) |
---|
430 | Constructing wrapper function "zcopy"... |
---|
431 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
432 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
433 | y = zcopy(x,y,[n,offx,incx,offy,incy]) |
---|
434 | Constructing wrapper function "saxpy"... |
---|
435 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
436 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
437 | z = saxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
438 | Constructing wrapper function "daxpy"... |
---|
439 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
440 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
441 | z = daxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
442 | Constructing wrapper function "caxpy"... |
---|
443 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
444 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
445 | z = caxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
446 | Constructing wrapper function "zaxpy"... |
---|
447 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
448 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
449 | z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
450 | Creating wrapper for Fortran function "sdot"("sdot")... |
---|
451 | Constructing wrapper function "sdot"... |
---|
452 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
453 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
454 | xy = sdot(x,y,[n,offx,incx,offy,incy]) |
---|
455 | Creating wrapper for Fortran function "ddot"("ddot")... |
---|
456 | Constructing wrapper function "ddot"... |
---|
457 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
458 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
459 | xy = ddot(x,y,[n,offx,incx,offy,incy]) |
---|
460 | Constructing wrapper function "cdotu"... |
---|
461 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
462 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
463 | xy = cdotu(x,y,[n,offx,incx,offy,incy]) |
---|
464 | Constructing wrapper function "zdotu"... |
---|
465 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
466 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
467 | xy = zdotu(x,y,[n,offx,incx,offy,incy]) |
---|
468 | Constructing wrapper function "cdotc"... |
---|
469 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
470 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
471 | xy = cdotc(x,y,[n,offx,incx,offy,incy]) |
---|
472 | Constructing wrapper function "zdotc"... |
---|
473 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
474 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
475 | xy = zdotc(x,y,[n,offx,incx,offy,incy]) |
---|
476 | Creating wrapper for Fortran function "snrm2"("snrm2")... |
---|
477 | Constructing wrapper function "snrm2"... |
---|
478 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
479 | n2 = snrm2(x,[n,offx,incx]) |
---|
480 | Creating wrapper for Fortran function "dnrm2"("dnrm2")... |
---|
481 | Constructing wrapper function "dnrm2"... |
---|
482 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
483 | n2 = dnrm2(x,[n,offx,incx]) |
---|
484 | Creating wrapper for Fortran function "scnrm2"("scnrm2")... |
---|
485 | Constructing wrapper function "scnrm2"... |
---|
486 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
487 | n2 = scnrm2(x,[n,offx,incx]) |
---|
488 | Creating wrapper for Fortran function "dznrm2"("dznrm2")... |
---|
489 | Constructing wrapper function "dznrm2"... |
---|
490 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
491 | n2 = dznrm2(x,[n,offx,incx]) |
---|
492 | Creating wrapper for Fortran function "sasum"("sasum")... |
---|
493 | Constructing wrapper function "sasum"... |
---|
494 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
495 | s = sasum(x,[n,offx,incx]) |
---|
496 | Creating wrapper for Fortran function "dasum"("dasum")... |
---|
497 | Constructing wrapper function "dasum"... |
---|
498 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
499 | s = dasum(x,[n,offx,incx]) |
---|
500 | Creating wrapper for Fortran function "scasum"("scasum")... |
---|
501 | Constructing wrapper function "scasum"... |
---|
502 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
503 | s = scasum(x,[n,offx,incx]) |
---|
504 | Creating wrapper for Fortran function "dzasum"("dzasum")... |
---|
505 | Constructing wrapper function "dzasum"... |
---|
506 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
507 | s = dzasum(x,[n,offx,incx]) |
---|
508 | Constructing wrapper function "isamax"... |
---|
509 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
510 | k = isamax(x,[n,offx,incx]) |
---|
511 | Constructing wrapper function "idamax"... |
---|
512 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
513 | k = idamax(x,[n,offx,incx]) |
---|
514 | Constructing wrapper function "icamax"... |
---|
515 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
516 | k = icamax(x,[n,offx,incx]) |
---|
517 | Constructing wrapper function "izamax"... |
---|
518 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
519 | k = izamax(x,[n,offx,incx]) |
---|
520 | Constructing wrapper function "sgemv"... |
---|
521 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
522 | y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
523 | Constructing wrapper function "dgemv"... |
---|
524 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
525 | y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
526 | Constructing wrapper function "cgemv"... |
---|
527 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
528 | y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
529 | Constructing wrapper function "zgemv"... |
---|
530 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
531 | y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
532 | Constructing wrapper function "ssymv"... |
---|
533 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
534 | y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) |
---|
535 | Constructing wrapper function "dsymv"... |
---|
536 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
537 | y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) |
---|
538 | Constructing wrapper function "chemv"... |
---|
539 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
540 | y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) |
---|
541 | Constructing wrapper function "zhemv"... |
---|
542 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
543 | y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) |
---|
544 | Constructing wrapper function "strmv"... |
---|
545 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
546 | x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
547 | Constructing wrapper function "dtrmv"... |
---|
548 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
549 | x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
550 | Constructing wrapper function "ctrmv"... |
---|
551 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
552 | x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
553 | Constructing wrapper function "ztrmv"... |
---|
554 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
555 | x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
556 | Constructing wrapper function "sger"... |
---|
557 | a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
558 | Constructing wrapper function "dger"... |
---|
559 | a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
560 | Constructing wrapper function "cgeru"... |
---|
561 | a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
562 | Constructing wrapper function "zgeru"... |
---|
563 | a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
564 | Constructing wrapper function "cgerc"... |
---|
565 | a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
566 | Constructing wrapper function "zgerc"... |
---|
567 | a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
568 | Constructing wrapper function "sgemm"... |
---|
569 | c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
570 | Constructing wrapper function "dgemm"... |
---|
571 | c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
572 | Constructing wrapper function "cgemm"... |
---|
573 | c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
574 | Constructing wrapper function "zgemm"... |
---|
575 | c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
576 | Wrote C/API module "fblas" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblasmodule.c" |
---|
577 | Fortran 77 wrappers are saved to "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblas-f2pywrappers.f" |
---|
578 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
579 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
580 | adding 'build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/fblas-f2pywrappers.f' to sources. |
---|
581 | building extension "scipy.lib.blas.cblas" sources |
---|
582 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/cblas.pyf' to sources. |
---|
583 | f2py options: ['skip:', ':'] |
---|
584 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/cblas.pyf |
---|
585 | Reading fortran codes... |
---|
586 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/cblas.pyf' (format:free) |
---|
587 | Post-processing... |
---|
588 | Block: cblas |
---|
589 | Block: empty_module |
---|
590 | Post-processing (stage 2)... |
---|
591 | Building modules... |
---|
592 | Building module "cblas"... |
---|
593 | Constructing wrapper function "empty_module"... |
---|
594 | empty_module() |
---|
595 | Wrote C/API module "cblas" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/blas/cblasmodule.c" |
---|
596 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
597 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
598 | building extension "scipy.lib.lapack.flapack" sources |
---|
599 | creating build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
600 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/flapack.pyf |
---|
601 | Including file scipy/lib/lapack/flapack_user.pyf.src |
---|
602 | Including file scipy/lib/lapack/flapack_le.pyf.src |
---|
603 | Including file scipy/lib/lapack/flapack_lls.pyf.src |
---|
604 | Including file scipy/lib/lapack/flapack_esv.pyf.src |
---|
605 | Including file scipy/lib/lapack/flapack_gesv.pyf.src |
---|
606 | Including file scipy/lib/lapack/flapack_lec.pyf.src |
---|
607 | Including file scipy/lib/lapack/flapack_llsc.pyf.src |
---|
608 | Including file scipy/lib/lapack/flapack_sevc.pyf.src |
---|
609 | Including file scipy/lib/lapack/flapack_evc.pyf.src |
---|
610 | Including file scipy/lib/lapack/flapack_svdc.pyf.src |
---|
611 | Including file scipy/lib/lapack/flapack_gsevc.pyf.src |
---|
612 | Including file scipy/lib/lapack/flapack_gevc.pyf.src |
---|
613 | Including file scipy/lib/lapack/flapack_aux.pyf.src |
---|
614 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
615 | f2py options: ['skip:', ':'] |
---|
616 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/flapack.pyf |
---|
617 | Reading fortran codes... |
---|
618 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/flapack.pyf' (format:free) |
---|
619 | Post-processing... |
---|
620 | Block: flapack |
---|
621 | Block: gees__user__routines |
---|
622 | Block: gees_user_interface |
---|
623 | Block: sselect |
---|
624 | Block: dselect |
---|
625 | Block: cselect |
---|
626 | Block: zselect |
---|
627 | Block: sgesv |
---|
628 | Block: dgesv |
---|
629 | Block: cgesv |
---|
630 | Block: zgesv |
---|
631 | Block: sgbsv |
---|
632 | Block: dgbsv |
---|
633 | Block: cgbsv |
---|
634 | Block: zgbsv |
---|
635 | Block: sposv |
---|
636 | Block: dposv |
---|
637 | Block: cposv |
---|
638 | Block: zposv |
---|
639 | Block: sgelss |
---|
640 | Block: dgelss |
---|
641 | Block: cgelss |
---|
642 | Block: zgelss |
---|
643 | Block: ssyev |
---|
644 | Block: dsyev |
---|
645 | Block: cheev |
---|
646 | Block: zheev |
---|
647 | Block: ssyevd |
---|
648 | Block: dsyevd |
---|
649 | Block: cheevd |
---|
650 | Block: zheevd |
---|
651 | Block: ssyevr |
---|
652 | Block: dsyevr |
---|
653 | Block: cheevr |
---|
654 | Block: zheevr |
---|
655 | Block: sgees |
---|
656 | Block: dgees |
---|
657 | Block: cgees |
---|
658 | Block: zgees |
---|
659 | Block: sgeev |
---|
660 | Block: dgeev |
---|
661 | Block: cgeev |
---|
662 | Block: zgeev |
---|
663 | Block: sgesdd |
---|
664 | Block: dgesdd |
---|
665 | Block: cgesdd |
---|
666 | Block: zgesdd |
---|
667 | Block: ssygv |
---|
668 | Block: dsygv |
---|
669 | Block: chegv |
---|
670 | Block: zhegv |
---|
671 | Block: ssygvd |
---|
672 | Block: dsygvd |
---|
673 | Block: chegvd |
---|
674 | Block: zhegvd |
---|
675 | Block: sggev |
---|
676 | Block: dggev |
---|
677 | Block: cggev |
---|
678 | Block: zggev |
---|
679 | Block: sgetrf |
---|
680 | Block: dgetrf |
---|
681 | Block: cgetrf |
---|
682 | Block: zgetrf |
---|
683 | Block: spotrf |
---|
684 | Block: dpotrf |
---|
685 | Block: cpotrf |
---|
686 | Block: zpotrf |
---|
687 | Block: sgetrs |
---|
688 | Block: dgetrs |
---|
689 | Block: cgetrs |
---|
690 | Block: zgetrs |
---|
691 | Block: spotrs |
---|
692 | Block: dpotrs |
---|
693 | Block: cpotrs |
---|
694 | Block: zpotrs |
---|
695 | Block: sgetri |
---|
696 | Block: dgetri |
---|
697 | Block: cgetri |
---|
698 | Block: zgetri |
---|
699 | Block: spotri |
---|
700 | Block: dpotri |
---|
701 | Block: cpotri |
---|
702 | Block: zpotri |
---|
703 | Block: strtri |
---|
704 | Block: dtrtri |
---|
705 | Block: ctrtri |
---|
706 | Block: ztrtri |
---|
707 | Block: sgeqrf |
---|
708 | Block: dgeqrf |
---|
709 | Block: cgeqrf |
---|
710 | Block: zgeqrf |
---|
711 | Block: sorgqr |
---|
712 | Block: dorgqr |
---|
713 | Block: cungqr |
---|
714 | Block: zungqr |
---|
715 | Block: sgehrd |
---|
716 | Block: dgehrd |
---|
717 | Block: cgehrd |
---|
718 | Block: zgehrd |
---|
719 | Block: sgebal |
---|
720 | Block: dgebal |
---|
721 | Block: cgebal |
---|
722 | Block: zgebal |
---|
723 | Block: slauum |
---|
724 | Block: dlauum |
---|
725 | Block: clauum |
---|
726 | Block: zlauum |
---|
727 | Block: slaswp |
---|
728 | Block: dlaswp |
---|
729 | Block: claswp |
---|
730 | Block: zlaswp |
---|
731 | Post-processing (stage 2)... |
---|
732 | Building modules... |
---|
733 | Constructing call-back function "cb_sselect_in_gees__user__routines" |
---|
734 | def sselect(arg1,arg2): return sselect |
---|
735 | Constructing call-back function "cb_dselect_in_gees__user__routines" |
---|
736 | def dselect(arg1,arg2): return dselect |
---|
737 | Constructing call-back function "cb_cselect_in_gees__user__routines" |
---|
738 | def cselect(arg): return cselect |
---|
739 | Constructing call-back function "cb_zselect_in_gees__user__routines" |
---|
740 | def zselect(arg): return zselect |
---|
741 | Building module "flapack"... |
---|
742 | Constructing wrapper function "sgesv"... |
---|
743 | lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) |
---|
744 | Constructing wrapper function "dgesv"... |
---|
745 | lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) |
---|
746 | Constructing wrapper function "cgesv"... |
---|
747 | lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) |
---|
748 | Constructing wrapper function "zgesv"... |
---|
749 | lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) |
---|
750 | Constructing wrapper function "sgbsv"... |
---|
751 | lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
752 | Constructing wrapper function "dgbsv"... |
---|
753 | lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
754 | Constructing wrapper function "cgbsv"... |
---|
755 | lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
756 | Constructing wrapper function "zgbsv"... |
---|
757 | lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
758 | Constructing wrapper function "sposv"... |
---|
759 | c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
760 | Constructing wrapper function "dposv"... |
---|
761 | c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
762 | Constructing wrapper function "cposv"... |
---|
763 | c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
764 | Constructing wrapper function "zposv"... |
---|
765 | c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
766 | Constructing wrapper function "sgelss"... |
---|
767 | v,x,s,rank,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
768 | Constructing wrapper function "dgelss"... |
---|
769 | v,x,s,rank,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
770 | Constructing wrapper function "cgelss"... |
---|
771 | v,x,s,rank,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
772 | Constructing wrapper function "zgelss"... |
---|
773 | v,x,s,rank,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
774 | Constructing wrapper function "ssyev"... |
---|
775 | w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
776 | Constructing wrapper function "dsyev"... |
---|
777 | w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
778 | Constructing wrapper function "cheev"... |
---|
779 | w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
780 | Constructing wrapper function "zheev"... |
---|
781 | w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
782 | Constructing wrapper function "ssyevd"... |
---|
783 | w,v,info = ssyevd(a,[compute_v,lower,lwork,overwrite_a]) |
---|
784 | Constructing wrapper function "dsyevd"... |
---|
785 | w,v,info = dsyevd(a,[compute_v,lower,lwork,overwrite_a]) |
---|
786 | Constructing wrapper function "cheevd"... |
---|
787 | w,v,info = cheevd(a,[compute_v,lower,lwork,overwrite_a]) |
---|
788 | Constructing wrapper function "zheevd"... |
---|
789 | w,v,info = zheevd(a,[compute_v,lower,lwork,overwrite_a]) |
---|
790 | Constructing wrapper function "ssyevr"... |
---|
791 | w,v,info = ssyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) |
---|
792 | Constructing wrapper function "dsyevr"... |
---|
793 | w,v,info = dsyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) |
---|
794 | Constructing wrapper function "cheevr"... |
---|
795 | w,v,info = cheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) |
---|
796 | Constructing wrapper function "zheevr"... |
---|
797 | w,v,info = zheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) |
---|
798 | Constructing wrapper function "sgees"... |
---|
799 | t,sdim,wr,wi,vs,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) |
---|
800 | Constructing wrapper function "dgees"... |
---|
801 | t,sdim,wr,wi,vs,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) |
---|
802 | Constructing wrapper function "cgees"... |
---|
803 | t,sdim,w,vs,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) |
---|
804 | Constructing wrapper function "zgees"... |
---|
805 | t,sdim,w,vs,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) |
---|
806 | Constructing wrapper function "sgeev"... |
---|
807 | wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
808 | Constructing wrapper function "dgeev"... |
---|
809 | wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
810 | Constructing wrapper function "cgeev"... |
---|
811 | w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
812 | Constructing wrapper function "zgeev"... |
---|
813 | w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
814 | Constructing wrapper function "sgesdd"... |
---|
815 | u,s,vt,info = sgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
816 | Constructing wrapper function "dgesdd"... |
---|
817 | u,s,vt,info = dgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
818 | Constructing wrapper function "cgesdd"... |
---|
819 | u,s,vt,info = cgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
820 | Constructing wrapper function "zgesdd"... |
---|
821 | u,s,vt,info = zgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
822 | Constructing wrapper function "ssygv"... |
---|
823 | w,v,info = ssygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
824 | Constructing wrapper function "dsygv"... |
---|
825 | w,v,info = dsygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
826 | Constructing wrapper function "chegv"... |
---|
827 | w,v,info = chegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
828 | Constructing wrapper function "zhegv"... |
---|
829 | w,v,info = zhegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
830 | Constructing wrapper function "ssygvd"... |
---|
831 | w,v,info = ssygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
832 | Constructing wrapper function "dsygvd"... |
---|
833 | w,v,info = dsygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
834 | Constructing wrapper function "chegvd"... |
---|
835 | w,v,info = chegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
836 | Constructing wrapper function "zhegvd"... |
---|
837 | w,v,info = zhegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) |
---|
838 | Constructing wrapper function "sggev"... |
---|
839 | alphar,alphai,beta,vl,vr,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
840 | Constructing wrapper function "dggev"... |
---|
841 | alphar,alphai,beta,vl,vr,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
842 | Constructing wrapper function "cggev"... |
---|
843 | alpha,beta,vl,vr,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
844 | Constructing wrapper function "zggev"... |
---|
845 | alpha,beta,vl,vr,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
846 | Constructing wrapper function "sgetrf"... |
---|
847 | lu,piv,info = sgetrf(a,[overwrite_a]) |
---|
848 | Constructing wrapper function "dgetrf"... |
---|
849 | lu,piv,info = dgetrf(a,[overwrite_a]) |
---|
850 | Constructing wrapper function "cgetrf"... |
---|
851 | lu,piv,info = cgetrf(a,[overwrite_a]) |
---|
852 | Constructing wrapper function "zgetrf"... |
---|
853 | lu,piv,info = zgetrf(a,[overwrite_a]) |
---|
854 | Constructing wrapper function "spotrf"... |
---|
855 | c,info = spotrf(a,[lower,clean,overwrite_a]) |
---|
856 | Constructing wrapper function "dpotrf"... |
---|
857 | c,info = dpotrf(a,[lower,clean,overwrite_a]) |
---|
858 | Constructing wrapper function "cpotrf"... |
---|
859 | c,info = cpotrf(a,[lower,clean,overwrite_a]) |
---|
860 | Constructing wrapper function "zpotrf"... |
---|
861 | c,info = zpotrf(a,[lower,clean,overwrite_a]) |
---|
862 | Constructing wrapper function "sgetrs"... |
---|
863 | x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
864 | Constructing wrapper function "dgetrs"... |
---|
865 | x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
866 | Constructing wrapper function "cgetrs"... |
---|
867 | x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
868 | Constructing wrapper function "zgetrs"... |
---|
869 | x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
870 | Constructing wrapper function "spotrs"... |
---|
871 | x,info = spotrs(c,b,[lower,overwrite_b]) |
---|
872 | Constructing wrapper function "dpotrs"... |
---|
873 | x,info = dpotrs(c,b,[lower,overwrite_b]) |
---|
874 | Constructing wrapper function "cpotrs"... |
---|
875 | x,info = cpotrs(c,b,[lower,overwrite_b]) |
---|
876 | Constructing wrapper function "zpotrs"... |
---|
877 | x,info = zpotrs(c,b,[lower,overwrite_b]) |
---|
878 | Constructing wrapper function "sgetri"... |
---|
879 | inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) |
---|
880 | Constructing wrapper function "dgetri"... |
---|
881 | inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) |
---|
882 | Constructing wrapper function "cgetri"... |
---|
883 | inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) |
---|
884 | Constructing wrapper function "zgetri"... |
---|
885 | inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) |
---|
886 | Constructing wrapper function "spotri"... |
---|
887 | inv_a,info = spotri(c,[lower,overwrite_c]) |
---|
888 | Constructing wrapper function "dpotri"... |
---|
889 | inv_a,info = dpotri(c,[lower,overwrite_c]) |
---|
890 | Constructing wrapper function "cpotri"... |
---|
891 | inv_a,info = cpotri(c,[lower,overwrite_c]) |
---|
892 | Constructing wrapper function "zpotri"... |
---|
893 | inv_a,info = zpotri(c,[lower,overwrite_c]) |
---|
894 | Constructing wrapper function "strtri"... |
---|
895 | inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) |
---|
896 | Constructing wrapper function "dtrtri"... |
---|
897 | inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) |
---|
898 | Constructing wrapper function "ctrtri"... |
---|
899 | inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) |
---|
900 | Constructing wrapper function "ztrtri"... |
---|
901 | inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) |
---|
902 | Constructing wrapper function "sgeqrf"... |
---|
903 | qr,tau,info = sgeqrf(a,[lwork,overwrite_a]) |
---|
904 | Constructing wrapper function "dgeqrf"... |
---|
905 | qr,tau,info = dgeqrf(a,[lwork,overwrite_a]) |
---|
906 | Constructing wrapper function "cgeqrf"... |
---|
907 | qr,tau,info = cgeqrf(a,[lwork,overwrite_a]) |
---|
908 | Constructing wrapper function "zgeqrf"... |
---|
909 | qr,tau,info = zgeqrf(a,[lwork,overwrite_a]) |
---|
910 | Constructing wrapper function "sorgqr"... |
---|
911 | q,info = sorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) |
---|
912 | Constructing wrapper function "dorgqr"... |
---|
913 | q,info = dorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) |
---|
914 | Constructing wrapper function "cungqr"... |
---|
915 | q,info = cungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) |
---|
916 | Constructing wrapper function "zungqr"... |
---|
917 | q,info = zungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) |
---|
918 | Constructing wrapper function "sgehrd"... |
---|
919 | ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
920 | Constructing wrapper function "dgehrd"... |
---|
921 | ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
922 | Constructing wrapper function "cgehrd"... |
---|
923 | ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
924 | Constructing wrapper function "zgehrd"... |
---|
925 | ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
926 | Constructing wrapper function "sgebal"... |
---|
927 | ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) |
---|
928 | Constructing wrapper function "dgebal"... |
---|
929 | ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) |
---|
930 | Constructing wrapper function "cgebal"... |
---|
931 | ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) |
---|
932 | Constructing wrapper function "zgebal"... |
---|
933 | ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) |
---|
934 | Constructing wrapper function "slauum"... |
---|
935 | a,info = slauum(c,[lower,overwrite_c]) |
---|
936 | Constructing wrapper function "dlauum"... |
---|
937 | a,info = dlauum(c,[lower,overwrite_c]) |
---|
938 | Constructing wrapper function "clauum"... |
---|
939 | a,info = clauum(c,[lower,overwrite_c]) |
---|
940 | Constructing wrapper function "zlauum"... |
---|
941 | a,info = zlauum(c,[lower,overwrite_c]) |
---|
942 | Constructing wrapper function "slaswp"... |
---|
943 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
944 | a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
945 | Constructing wrapper function "dlaswp"... |
---|
946 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
947 | a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
948 | Constructing wrapper function "claswp"... |
---|
949 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
950 | a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
951 | Constructing wrapper function "zlaswp"... |
---|
952 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
953 | a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
954 | Wrote C/API module "flapack" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/flapackmodule.c" |
---|
955 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
956 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
957 | building extension "scipy.lib.lapack.clapack" sources |
---|
958 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/clapack.pyf' to sources. |
---|
959 | f2py options: ['skip:', ':'] |
---|
960 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/clapack.pyf |
---|
961 | Reading fortran codes... |
---|
962 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/clapack.pyf' (format:free) |
---|
963 | Post-processing... |
---|
964 | Block: clapack |
---|
965 | Block: empty_module |
---|
966 | Post-processing (stage 2)... |
---|
967 | Building modules... |
---|
968 | Building module "clapack"... |
---|
969 | Constructing wrapper function "empty_module"... |
---|
970 | empty_module() |
---|
971 | Wrote C/API module "clapack" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/clapackmodule.c" |
---|
972 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
973 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
974 | building extension "scipy.lib.lapack.calc_lwork" sources |
---|
975 | f2py options: [] |
---|
976 | f2py:> build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/calc_lworkmodule.c |
---|
977 | Reading fortran codes... |
---|
978 | Reading file 'scipy/lib/lapack/calc_lwork.f' (format:fix,strict) |
---|
979 | Post-processing... |
---|
980 | Block: calc_lwork |
---|
981 | Block: gehrd |
---|
982 | Block: gesdd |
---|
983 | Block: gelss |
---|
984 | Block: getri |
---|
985 | Block: geev |
---|
986 | Block: heev |
---|
987 | Block: syev |
---|
988 | Block: gees |
---|
989 | Block: geqrf |
---|
990 | Block: gqr |
---|
991 | Post-processing (stage 2)... |
---|
992 | Building modules... |
---|
993 | Building module "calc_lwork"... |
---|
994 | Constructing wrapper function "gehrd"... |
---|
995 | minwrk,maxwrk = gehrd(prefix,n,[lo,hi]) |
---|
996 | Constructing wrapper function "gesdd"... |
---|
997 | minwrk,maxwrk = gesdd(prefix,m,n,[compute_uv]) |
---|
998 | Constructing wrapper function "gelss"... |
---|
999 | minwrk,maxwrk = gelss(prefix,m,n,nrhs) |
---|
1000 | Constructing wrapper function "getri"... |
---|
1001 | minwrk,maxwrk = getri(prefix,n) |
---|
1002 | Constructing wrapper function "geev"... |
---|
1003 | minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) |
---|
1004 | Constructing wrapper function "heev"... |
---|
1005 | minwrk,maxwrk = heev(prefix,n,[lower]) |
---|
1006 | Constructing wrapper function "syev"... |
---|
1007 | minwrk,maxwrk = syev(prefix,n,[lower]) |
---|
1008 | Constructing wrapper function "gees"... |
---|
1009 | minwrk,maxwrk = gees(prefix,n,[compute_v]) |
---|
1010 | Constructing wrapper function "geqrf"... |
---|
1011 | minwrk,maxwrk = geqrf(prefix,m,n) |
---|
1012 | Constructing wrapper function "gqr"... |
---|
1013 | minwrk,maxwrk = gqr(prefix,m,n) |
---|
1014 | Wrote C/API module "calc_lwork" to file "build/src.macosx-10.4-ppc-2.5/scipy/lib/lapack/calc_lworkmodule.c" |
---|
1015 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1016 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1017 | building extension "scipy.lib.lapack.atlas_version" sources |
---|
1018 | building extension "scipy.linalg.fblas" sources |
---|
1019 | creating build/src.macosx-10.4-ppc-2.5/scipy/linalg |
---|
1020 | generating fblas interface |
---|
1021 | 23 |
---|
1022 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/fblas.pyf' to sources. |
---|
1023 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg |
---|
1024 | f2py options: [] |
---|
1025 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/linalg/fblas.pyf |
---|
1026 | Reading fortran codes... |
---|
1027 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/fblas.pyf' (format:free) |
---|
1028 | Post-processing... |
---|
1029 | Block: fblas |
---|
1030 | Block: srotg |
---|
1031 | Block: drotg |
---|
1032 | Block: crotg |
---|
1033 | Block: zrotg |
---|
1034 | Block: srotmg |
---|
1035 | Block: drotmg |
---|
1036 | Block: srot |
---|
1037 | Block: drot |
---|
1038 | Block: csrot |
---|
1039 | Block: zdrot |
---|
1040 | Block: srotm |
---|
1041 | Block: drotm |
---|
1042 | Block: sswap |
---|
1043 | Block: dswap |
---|
1044 | Block: cswap |
---|
1045 | Block: zswap |
---|
1046 | Block: sscal |
---|
1047 | Block: dscal |
---|
1048 | Block: cscal |
---|
1049 | Block: zscal |
---|
1050 | Block: csscal |
---|
1051 | Block: zdscal |
---|
1052 | Block: scopy |
---|
1053 | Block: dcopy |
---|
1054 | Block: ccopy |
---|
1055 | Block: zcopy |
---|
1056 | Block: saxpy |
---|
1057 | Block: daxpy |
---|
1058 | Block: caxpy |
---|
1059 | Block: zaxpy |
---|
1060 | Block: cdotu |
---|
1061 | Block: zdotu |
---|
1062 | Block: cdotc |
---|
1063 | Block: zdotc |
---|
1064 | Block: sgemv |
---|
1065 | Block: dgemv |
---|
1066 | Block: cgemv |
---|
1067 | Block: zgemv |
---|
1068 | Block: chemv |
---|
1069 | Block: zhemv |
---|
1070 | Block: ssymv |
---|
1071 | Block: dsymv |
---|
1072 | Block: strmv |
---|
1073 | Block: dtrmv |
---|
1074 | Block: ctrmv |
---|
1075 | Block: ztrmv |
---|
1076 | Block: sger |
---|
1077 | Block: dger |
---|
1078 | Block: cgeru |
---|
1079 | Block: zgeru |
---|
1080 | Block: cgerc |
---|
1081 | Block: zgerc |
---|
1082 | Block: sgemm |
---|
1083 | Block: dgemm |
---|
1084 | Block: cgemm |
---|
1085 | Block: zgemm |
---|
1086 | Block: sdot |
---|
1087 | Block: ddot |
---|
1088 | Block: snrm2 |
---|
1089 | Block: dnrm2 |
---|
1090 | Block: scnrm2 |
---|
1091 | Block: dznrm2 |
---|
1092 | Block: sasum |
---|
1093 | Block: dasum |
---|
1094 | Block: scasum |
---|
1095 | Block: dzasum |
---|
1096 | Block: isamax |
---|
1097 | Block: idamax |
---|
1098 | Block: icamax |
---|
1099 | Block: izamax |
---|
1100 | Post-processing (stage 2)... |
---|
1101 | Building modules... |
---|
1102 | Building module "fblas"... |
---|
1103 | Constructing wrapper function "srotg"... |
---|
1104 | c,s = srotg(a,b) |
---|
1105 | Constructing wrapper function "drotg"... |
---|
1106 | c,s = drotg(a,b) |
---|
1107 | Constructing wrapper function "crotg"... |
---|
1108 | c,s = crotg(a,b) |
---|
1109 | Constructing wrapper function "zrotg"... |
---|
1110 | c,s = zrotg(a,b) |
---|
1111 | Constructing wrapper function "srotmg"... |
---|
1112 | param = srotmg(d1,d2,x1,y1) |
---|
1113 | Constructing wrapper function "drotmg"... |
---|
1114 | param = drotmg(d1,d2,x1,y1) |
---|
1115 | Constructing wrapper function "srot"... |
---|
1116 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1117 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1118 | x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
1119 | Constructing wrapper function "drot"... |
---|
1120 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1121 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1122 | x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
1123 | Constructing wrapper function "csrot"... |
---|
1124 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1125 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1126 | x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
1127 | Constructing wrapper function "zdrot"... |
---|
1128 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1129 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1130 | x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
1131 | Constructing wrapper function "srotm"... |
---|
1132 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1133 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1134 | x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
1135 | Constructing wrapper function "drotm"... |
---|
1136 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1137 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1138 | x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) |
---|
1139 | Constructing wrapper function "sswap"... |
---|
1140 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1141 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1142 | x,y = sswap(x,y,[n,offx,incx,offy,incy]) |
---|
1143 | Constructing wrapper function "dswap"... |
---|
1144 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1145 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1146 | x,y = dswap(x,y,[n,offx,incx,offy,incy]) |
---|
1147 | Constructing wrapper function "cswap"... |
---|
1148 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1149 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1150 | x,y = cswap(x,y,[n,offx,incx,offy,incy]) |
---|
1151 | Constructing wrapper function "zswap"... |
---|
1152 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1153 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1154 | x,y = zswap(x,y,[n,offx,incx,offy,incy]) |
---|
1155 | Constructing wrapper function "sscal"... |
---|
1156 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1157 | x = sscal(a,x,[n,offx,incx]) |
---|
1158 | Constructing wrapper function "dscal"... |
---|
1159 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1160 | x = dscal(a,x,[n,offx,incx]) |
---|
1161 | Constructing wrapper function "cscal"... |
---|
1162 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1163 | x = cscal(a,x,[n,offx,incx]) |
---|
1164 | Constructing wrapper function "zscal"... |
---|
1165 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1166 | x = zscal(a,x,[n,offx,incx]) |
---|
1167 | Constructing wrapper function "csscal"... |
---|
1168 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1169 | x = csscal(a,x,[n,offx,incx,overwrite_x]) |
---|
1170 | Constructing wrapper function "zdscal"... |
---|
1171 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1172 | x = zdscal(a,x,[n,offx,incx,overwrite_x]) |
---|
1173 | Constructing wrapper function "scopy"... |
---|
1174 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1175 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1176 | y = scopy(x,y,[n,offx,incx,offy,incy]) |
---|
1177 | Constructing wrapper function "dcopy"... |
---|
1178 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1179 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1180 | y = dcopy(x,y,[n,offx,incx,offy,incy]) |
---|
1181 | Constructing wrapper function "ccopy"... |
---|
1182 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1183 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1184 | y = ccopy(x,y,[n,offx,incx,offy,incy]) |
---|
1185 | Constructing wrapper function "zcopy"... |
---|
1186 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1187 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1188 | y = zcopy(x,y,[n,offx,incx,offy,incy]) |
---|
1189 | Constructing wrapper function "saxpy"... |
---|
1190 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1191 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1192 | y = saxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
1193 | Constructing wrapper function "daxpy"... |
---|
1194 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1195 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1196 | y = daxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
1197 | Constructing wrapper function "caxpy"... |
---|
1198 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1199 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1200 | y = caxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
1201 | Constructing wrapper function "zaxpy"... |
---|
1202 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1203 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1204 | y = zaxpy(x,y,[n,a,offx,incx,offy,incy]) |
---|
1205 | Constructing wrapper function "cdotu"... |
---|
1206 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1207 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1208 | xy = cdotu(x,y,[n,offx,incx,offy,incy]) |
---|
1209 | Constructing wrapper function "zdotu"... |
---|
1210 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1211 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1212 | xy = zdotu(x,y,[n,offx,incx,offy,incy]) |
---|
1213 | Constructing wrapper function "cdotc"... |
---|
1214 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1215 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1216 | xy = cdotc(x,y,[n,offx,incx,offy,incy]) |
---|
1217 | Constructing wrapper function "zdotc"... |
---|
1218 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1219 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1220 | xy = zdotc(x,y,[n,offx,incx,offy,incy]) |
---|
1221 | Constructing wrapper function "sgemv"... |
---|
1222 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1223 | y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
1224 | Constructing wrapper function "dgemv"... |
---|
1225 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1226 | y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
1227 | Constructing wrapper function "cgemv"... |
---|
1228 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1229 | y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
1230 | Constructing wrapper function "zgemv"... |
---|
1231 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1232 | y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) |
---|
1233 | Constructing wrapper function "chemv"... |
---|
1234 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1235 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1236 | y = chemv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) |
---|
1237 | Constructing wrapper function "zhemv"... |
---|
1238 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1239 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1240 | y = zhemv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) |
---|
1241 | Constructing wrapper function "ssymv"... |
---|
1242 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1243 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1244 | y = ssymv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) |
---|
1245 | Constructing wrapper function "dsymv"... |
---|
1246 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1247 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1248 | y = dsymv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) |
---|
1249 | Constructing wrapper function "strmv"... |
---|
1250 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1251 | x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
1252 | Constructing wrapper function "dtrmv"... |
---|
1253 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1254 | x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
1255 | Constructing wrapper function "ctrmv"... |
---|
1256 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1257 | x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
1258 | Constructing wrapper function "ztrmv"... |
---|
1259 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1260 | x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) |
---|
1261 | Constructing wrapper function "sger"... |
---|
1262 | a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
1263 | Constructing wrapper function "dger"... |
---|
1264 | a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
1265 | Constructing wrapper function "cgeru"... |
---|
1266 | a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
1267 | Constructing wrapper function "zgeru"... |
---|
1268 | a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
1269 | Constructing wrapper function "cgerc"... |
---|
1270 | a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
1271 | Constructing wrapper function "zgerc"... |
---|
1272 | a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) |
---|
1273 | Constructing wrapper function "sgemm"... |
---|
1274 | c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
1275 | Constructing wrapper function "dgemm"... |
---|
1276 | c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
1277 | Constructing wrapper function "cgemm"... |
---|
1278 | c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
1279 | Constructing wrapper function "zgemm"... |
---|
1280 | c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) |
---|
1281 | Creating wrapper for Fortran function "sdot"("sdot")... |
---|
1282 | Constructing wrapper function "sdot"... |
---|
1283 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1284 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1285 | xy = sdot(x,y,[n,offx,incx,offy,incy]) |
---|
1286 | Creating wrapper for Fortran function "ddot"("ddot")... |
---|
1287 | Constructing wrapper function "ddot"... |
---|
1288 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1289 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1290 | xy = ddot(x,y,[n,offx,incx,offy,incy]) |
---|
1291 | Creating wrapper for Fortran function "snrm2"("snrm2")... |
---|
1292 | Constructing wrapper function "snrm2"... |
---|
1293 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1294 | n2 = snrm2(x,[n,offx,incx]) |
---|
1295 | Creating wrapper for Fortran function "dnrm2"("dnrm2")... |
---|
1296 | Constructing wrapper function "dnrm2"... |
---|
1297 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1298 | n2 = dnrm2(x,[n,offx,incx]) |
---|
1299 | Creating wrapper for Fortran function "scnrm2"("scnrm2")... |
---|
1300 | Constructing wrapper function "scnrm2"... |
---|
1301 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1302 | n2 = scnrm2(x,[n,offx,incx]) |
---|
1303 | Creating wrapper for Fortran function "dznrm2"("dznrm2")... |
---|
1304 | Constructing wrapper function "dznrm2"... |
---|
1305 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1306 | n2 = dznrm2(x,[n,offx,incx]) |
---|
1307 | Creating wrapper for Fortran function "sasum"("sasum")... |
---|
1308 | Constructing wrapper function "sasum"... |
---|
1309 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1310 | s = sasum(x,[n,offx,incx]) |
---|
1311 | Creating wrapper for Fortran function "dasum"("dasum")... |
---|
1312 | Constructing wrapper function "dasum"... |
---|
1313 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1314 | s = dasum(x,[n,offx,incx]) |
---|
1315 | Creating wrapper for Fortran function "scasum"("scasum")... |
---|
1316 | Constructing wrapper function "scasum"... |
---|
1317 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1318 | s = scasum(x,[n,offx,incx]) |
---|
1319 | Creating wrapper for Fortran function "dzasum"("dzasum")... |
---|
1320 | Constructing wrapper function "dzasum"... |
---|
1321 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1322 | s = dzasum(x,[n,offx,incx]) |
---|
1323 | Constructing wrapper function "isamax"... |
---|
1324 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1325 | k = isamax(x,[n,offx,incx]) |
---|
1326 | Constructing wrapper function "idamax"... |
---|
1327 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1328 | k = idamax(x,[n,offx,incx]) |
---|
1329 | Constructing wrapper function "icamax"... |
---|
1330 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1331 | k = icamax(x,[n,offx,incx]) |
---|
1332 | Constructing wrapper function "izamax"... |
---|
1333 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1334 | k = izamax(x,[n,offx,incx]) |
---|
1335 | Wrote C/API module "fblas" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/fblasmodule.c" |
---|
1336 | Fortran 77 wrappers are saved to "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/fblas-f2pywrappers.f" |
---|
1337 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1338 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1339 | adding 'build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/fblas-f2pywrappers.f' to sources. |
---|
1340 | building extension "scipy.linalg.cblas" sources |
---|
1341 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/cblas.pyf' to sources. |
---|
1342 | f2py options: [] |
---|
1343 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/linalg/cblas.pyf |
---|
1344 | Reading fortran codes... |
---|
1345 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/cblas.pyf' (format:free) |
---|
1346 | Post-processing... |
---|
1347 | Block: cblas |
---|
1348 | Block: empty_module |
---|
1349 | Post-processing (stage 2)... |
---|
1350 | Building modules... |
---|
1351 | Building module "cblas"... |
---|
1352 | Constructing wrapper function "empty_module"... |
---|
1353 | empty_module() |
---|
1354 | Wrote C/API module "cblas" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/cblasmodule.c" |
---|
1355 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1356 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1357 | building extension "scipy.linalg.flapack" sources |
---|
1358 | generating flapack interface |
---|
1359 | 61 |
---|
1360 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/flapack.pyf' to sources. |
---|
1361 | f2py options: [] |
---|
1362 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/linalg/flapack.pyf |
---|
1363 | Reading fortran codes... |
---|
1364 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/flapack.pyf' (format:free) |
---|
1365 | Post-processing... |
---|
1366 | Block: cgees__user__routines |
---|
1367 | Block: cgees_user_interface |
---|
1368 | Block: cselect |
---|
1369 | Block: dgees__user__routines |
---|
1370 | Block: dgees_user_interface |
---|
1371 | Block: dselect |
---|
1372 | Block: sgees__user__routines |
---|
1373 | Block: sgees_user_interface |
---|
1374 | Block: sselect |
---|
1375 | Block: zgees__user__routines |
---|
1376 | Block: zgees_user_interface |
---|
1377 | Block: zselect |
---|
1378 | Block: flapack |
---|
1379 | Block: spbtrf |
---|
1380 | Block: dpbtrf |
---|
1381 | Block: cpbtrf |
---|
1382 | Block: zpbtrf |
---|
1383 | Block: spbsv |
---|
1384 | Block: dpbsv |
---|
1385 | Block: cpbsv |
---|
1386 | Block: zpbsv |
---|
1387 | Block: sgebal |
---|
1388 | Block: dgebal |
---|
1389 | Block: cgebal |
---|
1390 | Block: zgebal |
---|
1391 | Block: sgehrd |
---|
1392 | Block: dgehrd |
---|
1393 | Block: cgehrd |
---|
1394 | Block: zgehrd |
---|
1395 | Block: sgbsv |
---|
1396 | Block: dgbsv |
---|
1397 | Block: cgbsv |
---|
1398 | Block: zgbsv |
---|
1399 | Block: sgesv |
---|
1400 | Block: dgesv |
---|
1401 | Block: cgesv |
---|
1402 | Block: zgesv |
---|
1403 | Block: sgetrf |
---|
1404 | Block: dgetrf |
---|
1405 | Block: cgetrf |
---|
1406 | Block: zgetrf |
---|
1407 | Block: sgetrs |
---|
1408 | Block: dgetrs |
---|
1409 | Block: cgetrs |
---|
1410 | Block: zgetrs |
---|
1411 | Block: sgetri |
---|
1412 | Block: dgetri |
---|
1413 | Block: cgetri |
---|
1414 | Block: zgetri |
---|
1415 | Block: sgesdd |
---|
1416 | Block: dgesdd |
---|
1417 | Block: cgesdd |
---|
1418 | Block: zgesdd |
---|
1419 | Block: sgelss |
---|
1420 | Block: dgelss |
---|
1421 | Block: cgelss |
---|
1422 | Block: zgelss |
---|
1423 | Block: sgeqrf |
---|
1424 | Block: dgeqrf |
---|
1425 | Block: cgeqrf |
---|
1426 | Block: zgeqrf |
---|
1427 | Block: sgerqf |
---|
1428 | Block: dgerqf |
---|
1429 | Block: cgerqf |
---|
1430 | Block: zgerqf |
---|
1431 | Block: sorgqr |
---|
1432 | Block: dorgqr |
---|
1433 | Block: cungqr |
---|
1434 | Block: zungqr |
---|
1435 | Block: sgeev |
---|
1436 | Block: dgeev |
---|
1437 | Block: cgeev |
---|
1438 | Block: zgeev |
---|
1439 | Block: sgegv |
---|
1440 | Block: dgegv |
---|
1441 | Block: cgegv |
---|
1442 | Block: zgegv |
---|
1443 | Block: ssyev |
---|
1444 | Block: dsyev |
---|
1445 | Block: cheev |
---|
1446 | Block: zheev |
---|
1447 | Block: sposv |
---|
1448 | Block: dposv |
---|
1449 | Block: cposv |
---|
1450 | Block: zposv |
---|
1451 | Block: spotrf |
---|
1452 | Block: dpotrf |
---|
1453 | Block: cpotrf |
---|
1454 | Block: zpotrf |
---|
1455 | Block: spotrs |
---|
1456 | Block: dpotrs |
---|
1457 | Block: cpotrs |
---|
1458 | Block: zpotrs |
---|
1459 | Block: spotri |
---|
1460 | Block: dpotri |
---|
1461 | Block: cpotri |
---|
1462 | Block: zpotri |
---|
1463 | Block: slauum |
---|
1464 | Block: dlauum |
---|
1465 | Block: clauum |
---|
1466 | Block: zlauum |
---|
1467 | Block: strtri |
---|
1468 | Block: dtrtri |
---|
1469 | Block: ctrtri |
---|
1470 | Block: ztrtri |
---|
1471 | Block: slaswp |
---|
1472 | Block: dlaswp |
---|
1473 | Block: claswp |
---|
1474 | Block: zlaswp |
---|
1475 | Block: cgees |
---|
1476 | Block: zgees |
---|
1477 | Block: dgees |
---|
1478 | Block: sgees |
---|
1479 | Block: sggev |
---|
1480 | Block: dggev |
---|
1481 | Block: cggev |
---|
1482 | Block: zggev |
---|
1483 | Block: ssbev |
---|
1484 | Block: dsbev |
---|
1485 | Block: ssbevd |
---|
1486 | Block: dsbevd |
---|
1487 | Block: ssbevx |
---|
1488 | Block: dsbevx |
---|
1489 | Block: chbevd |
---|
1490 | Block: zhbevd |
---|
1491 | Block: chbevx |
---|
1492 | Block: zhbevx |
---|
1493 | Block: sgbtrf |
---|
1494 | Block: dgbtrf |
---|
1495 | Block: cgbtrf |
---|
1496 | Block: zgbtrf |
---|
1497 | Block: sgbtrs |
---|
1498 | Block: dgbtrs |
---|
1499 | Block: cgbtrs |
---|
1500 | Block: zgbtrs |
---|
1501 | Block: ssyevr |
---|
1502 | Block: dsyevr |
---|
1503 | Block: cheevr |
---|
1504 | Block: zheevr |
---|
1505 | Block: ssygv |
---|
1506 | Block: dsygv |
---|
1507 | Block: chegv |
---|
1508 | Block: zhegv |
---|
1509 | Block: ssygvd |
---|
1510 | Block: dsygvd |
---|
1511 | Block: chegvd |
---|
1512 | Block: zhegvd |
---|
1513 | Block: ssygvx |
---|
1514 | Block: dsygvx |
---|
1515 | Block: chegvx |
---|
1516 | Block: zhegvx |
---|
1517 | Block: slamch |
---|
1518 | Block: dlamch |
---|
1519 | Post-processing (stage 2)... |
---|
1520 | Building modules... |
---|
1521 | Constructing call-back function "cb_cselect_in_cgees__user__routines" |
---|
1522 | def cselect(e_w__i__e): return cselect |
---|
1523 | Constructing call-back function "cb_dselect_in_dgees__user__routines" |
---|
1524 | def dselect(e_wr__i__e,e_wi__i__e): return dselect |
---|
1525 | Constructing call-back function "cb_sselect_in_sgees__user__routines" |
---|
1526 | def sselect(e_wr__i__e,e_wi__i__e): return sselect |
---|
1527 | Constructing call-back function "cb_zselect_in_zgees__user__routines" |
---|
1528 | def zselect(e_w__i__e): return zselect |
---|
1529 | Building module "flapack"... |
---|
1530 | Constructing wrapper function "spbtrf"... |
---|
1531 | c,info = spbtrf(ab,[lower,ldab,overwrite_ab]) |
---|
1532 | Constructing wrapper function "dpbtrf"... |
---|
1533 | c,info = dpbtrf(ab,[lower,ldab,overwrite_ab]) |
---|
1534 | Constructing wrapper function "cpbtrf"... |
---|
1535 | c,info = cpbtrf(ab,[lower,ldab,overwrite_ab]) |
---|
1536 | Constructing wrapper function "zpbtrf"... |
---|
1537 | c,info = zpbtrf(ab,[lower,ldab,overwrite_ab]) |
---|
1538 | Constructing wrapper function "spbsv"... |
---|
1539 | c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) |
---|
1540 | Constructing wrapper function "dpbsv"... |
---|
1541 | c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) |
---|
1542 | Constructing wrapper function "cpbsv"... |
---|
1543 | c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) |
---|
1544 | Constructing wrapper function "zpbsv"... |
---|
1545 | c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) |
---|
1546 | Constructing wrapper function "sgebal"... |
---|
1547 | ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) |
---|
1548 | Constructing wrapper function "dgebal"... |
---|
1549 | ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) |
---|
1550 | Constructing wrapper function "cgebal"... |
---|
1551 | ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) |
---|
1552 | Constructing wrapper function "zgebal"... |
---|
1553 | ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) |
---|
1554 | Constructing wrapper function "sgehrd"... |
---|
1555 | ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
1556 | Constructing wrapper function "dgehrd"... |
---|
1557 | ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
1558 | Constructing wrapper function "cgehrd"... |
---|
1559 | ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
1560 | Constructing wrapper function "zgehrd"... |
---|
1561 | ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) |
---|
1562 | Constructing wrapper function "sgbsv"... |
---|
1563 | lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
1564 | Constructing wrapper function "dgbsv"... |
---|
1565 | lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
1566 | Constructing wrapper function "cgbsv"... |
---|
1567 | lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
1568 | Constructing wrapper function "zgbsv"... |
---|
1569 | lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) |
---|
1570 | Constructing wrapper function "sgesv"... |
---|
1571 | lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) |
---|
1572 | Constructing wrapper function "dgesv"... |
---|
1573 | lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) |
---|
1574 | Constructing wrapper function "cgesv"... |
---|
1575 | lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) |
---|
1576 | Constructing wrapper function "zgesv"... |
---|
1577 | lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) |
---|
1578 | Constructing wrapper function "sgetrf"... |
---|
1579 | lu,piv,info = sgetrf(a,[overwrite_a]) |
---|
1580 | Constructing wrapper function "dgetrf"... |
---|
1581 | lu,piv,info = dgetrf(a,[overwrite_a]) |
---|
1582 | Constructing wrapper function "cgetrf"... |
---|
1583 | lu,piv,info = cgetrf(a,[overwrite_a]) |
---|
1584 | Constructing wrapper function "zgetrf"... |
---|
1585 | lu,piv,info = zgetrf(a,[overwrite_a]) |
---|
1586 | Constructing wrapper function "sgetrs"... |
---|
1587 | x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
1588 | Constructing wrapper function "dgetrs"... |
---|
1589 | x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
1590 | Constructing wrapper function "cgetrs"... |
---|
1591 | x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
1592 | Constructing wrapper function "zgetrs"... |
---|
1593 | x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) |
---|
1594 | Constructing wrapper function "sgetri"... |
---|
1595 | inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) |
---|
1596 | Constructing wrapper function "dgetri"... |
---|
1597 | inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) |
---|
1598 | Constructing wrapper function "cgetri"... |
---|
1599 | inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) |
---|
1600 | Constructing wrapper function "zgetri"... |
---|
1601 | inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) |
---|
1602 | Constructing wrapper function "sgesdd"... |
---|
1603 | u,s,vt,info = sgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
1604 | Constructing wrapper function "dgesdd"... |
---|
1605 | u,s,vt,info = dgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
1606 | Constructing wrapper function "cgesdd"... |
---|
1607 | u,s,vt,info = cgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
1608 | Constructing wrapper function "zgesdd"... |
---|
1609 | u,s,vt,info = zgesdd(a,[compute_uv,lwork,overwrite_a]) |
---|
1610 | Constructing wrapper function "sgelss"... |
---|
1611 | v,x,s,rank,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
1612 | Constructing wrapper function "dgelss"... |
---|
1613 | v,x,s,rank,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
1614 | Constructing wrapper function "cgelss"... |
---|
1615 | v,x,s,rank,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
1616 | Constructing wrapper function "zgelss"... |
---|
1617 | v,x,s,rank,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) |
---|
1618 | Constructing wrapper function "sgeqrf"... |
---|
1619 | qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a]) |
---|
1620 | Constructing wrapper function "dgeqrf"... |
---|
1621 | qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a]) |
---|
1622 | Constructing wrapper function "cgeqrf"... |
---|
1623 | qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a]) |
---|
1624 | Constructing wrapper function "zgeqrf"... |
---|
1625 | qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a]) |
---|
1626 | Constructing wrapper function "sgerqf"... |
---|
1627 | qr,tau,work,info = sgerqf(a,[lwork,overwrite_a]) |
---|
1628 | Constructing wrapper function "dgerqf"... |
---|
1629 | qr,tau,work,info = dgerqf(a,[lwork,overwrite_a]) |
---|
1630 | Constructing wrapper function "cgerqf"... |
---|
1631 | qr,tau,work,info = cgerqf(a,[lwork,overwrite_a]) |
---|
1632 | Constructing wrapper function "zgerqf"... |
---|
1633 | qr,tau,work,info = zgerqf(a,[lwork,overwrite_a]) |
---|
1634 | Constructing wrapper function "sorgqr"... |
---|
1635 | q,work,info = sorgqr(a,tau,[lwork,overwrite_a]) |
---|
1636 | Constructing wrapper function "dorgqr"... |
---|
1637 | q,work,info = dorgqr(a,tau,[lwork,overwrite_a]) |
---|
1638 | Constructing wrapper function "cungqr"... |
---|
1639 | q,work,info = cungqr(a,tau,[lwork,overwrite_a]) |
---|
1640 | Constructing wrapper function "zungqr"... |
---|
1641 | q,work,info = zungqr(a,tau,[lwork,overwrite_a]) |
---|
1642 | Constructing wrapper function "sgeev"... |
---|
1643 | wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
1644 | Constructing wrapper function "dgeev"... |
---|
1645 | wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
1646 | Constructing wrapper function "cgeev"... |
---|
1647 | w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
1648 | Constructing wrapper function "zgeev"... |
---|
1649 | w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) |
---|
1650 | Constructing wrapper function "sgegv"... |
---|
1651 | alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1652 | Constructing wrapper function "dgegv"... |
---|
1653 | alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1654 | Constructing wrapper function "cgegv"... |
---|
1655 | alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1656 | Constructing wrapper function "zgegv"... |
---|
1657 | alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1658 | Constructing wrapper function "ssyev"... |
---|
1659 | w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
1660 | Constructing wrapper function "dsyev"... |
---|
1661 | w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
1662 | Constructing wrapper function "cheev"... |
---|
1663 | w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
1664 | Constructing wrapper function "zheev"... |
---|
1665 | w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) |
---|
1666 | Constructing wrapper function "sposv"... |
---|
1667 | c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
1668 | Constructing wrapper function "dposv"... |
---|
1669 | c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
1670 | Constructing wrapper function "cposv"... |
---|
1671 | c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
1672 | Constructing wrapper function "zposv"... |
---|
1673 | c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) |
---|
1674 | Constructing wrapper function "spotrf"... |
---|
1675 | c,info = spotrf(a,[lower,clean,overwrite_a]) |
---|
1676 | Constructing wrapper function "dpotrf"... |
---|
1677 | c,info = dpotrf(a,[lower,clean,overwrite_a]) |
---|
1678 | Constructing wrapper function "cpotrf"... |
---|
1679 | c,info = cpotrf(a,[lower,clean,overwrite_a]) |
---|
1680 | Constructing wrapper function "zpotrf"... |
---|
1681 | c,info = zpotrf(a,[lower,clean,overwrite_a]) |
---|
1682 | Constructing wrapper function "spotrs"... |
---|
1683 | x,info = spotrs(c,b,[lower,overwrite_b]) |
---|
1684 | Constructing wrapper function "dpotrs"... |
---|
1685 | x,info = dpotrs(c,b,[lower,overwrite_b]) |
---|
1686 | Constructing wrapper function "cpotrs"... |
---|
1687 | x,info = cpotrs(c,b,[lower,overwrite_b]) |
---|
1688 | Constructing wrapper function "zpotrs"... |
---|
1689 | x,info = zpotrs(c,b,[lower,overwrite_b]) |
---|
1690 | Constructing wrapper function "spotri"... |
---|
1691 | inv_a,info = spotri(c,[lower,overwrite_c]) |
---|
1692 | Constructing wrapper function "dpotri"... |
---|
1693 | inv_a,info = dpotri(c,[lower,overwrite_c]) |
---|
1694 | Constructing wrapper function "cpotri"... |
---|
1695 | inv_a,info = cpotri(c,[lower,overwrite_c]) |
---|
1696 | Constructing wrapper function "zpotri"... |
---|
1697 | inv_a,info = zpotri(c,[lower,overwrite_c]) |
---|
1698 | Constructing wrapper function "slauum"... |
---|
1699 | a,info = slauum(c,[lower,overwrite_c]) |
---|
1700 | Constructing wrapper function "dlauum"... |
---|
1701 | a,info = dlauum(c,[lower,overwrite_c]) |
---|
1702 | Constructing wrapper function "clauum"... |
---|
1703 | a,info = clauum(c,[lower,overwrite_c]) |
---|
1704 | Constructing wrapper function "zlauum"... |
---|
1705 | a,info = zlauum(c,[lower,overwrite_c]) |
---|
1706 | Constructing wrapper function "strtri"... |
---|
1707 | inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) |
---|
1708 | Constructing wrapper function "dtrtri"... |
---|
1709 | inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) |
---|
1710 | Constructing wrapper function "ctrtri"... |
---|
1711 | inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) |
---|
1712 | Constructing wrapper function "ztrtri"... |
---|
1713 | inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) |
---|
1714 | Constructing wrapper function "slaswp"... |
---|
1715 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1716 | a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
1717 | Constructing wrapper function "dlaswp"... |
---|
1718 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1719 | a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
1720 | Constructing wrapper function "claswp"... |
---|
1721 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1722 | a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
1723 | Constructing wrapper function "zlaswp"... |
---|
1724 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1725 | a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) |
---|
1726 | Constructing wrapper function "cgees"... |
---|
1727 | t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) |
---|
1728 | Constructing wrapper function "zgees"... |
---|
1729 | t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) |
---|
1730 | Constructing wrapper function "dgees"... |
---|
1731 | t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) |
---|
1732 | Constructing wrapper function "sgees"... |
---|
1733 | t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) |
---|
1734 | Constructing wrapper function "sggev"... |
---|
1735 | alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1736 | Constructing wrapper function "dggev"... |
---|
1737 | alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1738 | Constructing wrapper function "cggev"... |
---|
1739 | alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1740 | Constructing wrapper function "zggev"... |
---|
1741 | alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) |
---|
1742 | Constructing wrapper function "ssbev"... |
---|
1743 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1744 | w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab]) |
---|
1745 | Constructing wrapper function "dsbev"... |
---|
1746 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1747 | w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab]) |
---|
1748 | Constructing wrapper function "ssbevd"... |
---|
1749 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1750 | w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) |
---|
1751 | Constructing wrapper function "dsbevd"... |
---|
1752 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1753 | w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) |
---|
1754 | Constructing wrapper function "ssbevx"... |
---|
1755 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1756 | w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) |
---|
1757 | Constructing wrapper function "dsbevx"... |
---|
1758 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1759 | w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) |
---|
1760 | Constructing wrapper function "chbevd"... |
---|
1761 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1762 | w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) |
---|
1763 | Constructing wrapper function "zhbevd"... |
---|
1764 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1765 | w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) |
---|
1766 | Constructing wrapper function "chbevx"... |
---|
1767 | warning: callstatement is defined without callprotoargument |
---|
1768 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1769 | w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) |
---|
1770 | Constructing wrapper function "zhbevx"... |
---|
1771 | warning: callstatement is defined without callprotoargument |
---|
1772 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1773 | w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) |
---|
1774 | Constructing wrapper function "sgbtrf"... |
---|
1775 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1776 | lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) |
---|
1777 | Constructing wrapper function "dgbtrf"... |
---|
1778 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1779 | lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) |
---|
1780 | Constructing wrapper function "cgbtrf"... |
---|
1781 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1782 | lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) |
---|
1783 | Constructing wrapper function "zgbtrf"... |
---|
1784 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1785 | lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) |
---|
1786 | Constructing wrapper function "sgbtrs"... |
---|
1787 | warning: callstatement is defined without callprotoargument |
---|
1788 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1789 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1790 | x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) |
---|
1791 | Constructing wrapper function "dgbtrs"... |
---|
1792 | warning: callstatement is defined without callprotoargument |
---|
1793 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1794 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1795 | x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) |
---|
1796 | Constructing wrapper function "cgbtrs"... |
---|
1797 | warning: callstatement is defined without callprotoargument |
---|
1798 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1799 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1800 | x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) |
---|
1801 | Constructing wrapper function "zgbtrs"... |
---|
1802 | warning: callstatement is defined without callprotoargument |
---|
1803 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1804 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
1805 | x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) |
---|
1806 | Constructing wrapper function "ssyevr"... |
---|
1807 | w,z,info = ssyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) |
---|
1808 | Constructing wrapper function "dsyevr"... |
---|
1809 | w,z,info = dsyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) |
---|
1810 | Constructing wrapper function "cheevr"... |
---|
1811 | w,z,info = cheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) |
---|
1812 | Constructing wrapper function "zheevr"... |
---|
1813 | w,z,info = zheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) |
---|
1814 | Constructing wrapper function "ssygv"... |
---|
1815 | a,w,info = ssygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) |
---|
1816 | Constructing wrapper function "dsygv"... |
---|
1817 | a,w,info = dsygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) |
---|
1818 | Constructing wrapper function "chegv"... |
---|
1819 | a,w,info = chegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) |
---|
1820 | Constructing wrapper function "zhegv"... |
---|
1821 | a,w,info = zhegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) |
---|
1822 | Constructing wrapper function "ssygvd"... |
---|
1823 | a,w,info = ssygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) |
---|
1824 | Constructing wrapper function "dsygvd"... |
---|
1825 | a,w,info = dsygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) |
---|
1826 | Constructing wrapper function "chegvd"... |
---|
1827 | a,w,info = chegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) |
---|
1828 | Constructing wrapper function "zhegvd"... |
---|
1829 | a,w,info = zhegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) |
---|
1830 | Constructing wrapper function "ssygvx"... |
---|
1831 | w,z,ifail,info = ssygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) |
---|
1832 | Constructing wrapper function "dsygvx"... |
---|
1833 | w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) |
---|
1834 | Constructing wrapper function "chegvx"... |
---|
1835 | w,z,ifail,info = chegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) |
---|
1836 | Constructing wrapper function "zhegvx"... |
---|
1837 | w,z,ifail,info = zhegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) |
---|
1838 | Creating wrapper for Fortran function "slamch"("slamch")... |
---|
1839 | Constructing wrapper function "slamch"... |
---|
1840 | slamch = slamch(cmach) |
---|
1841 | Creating wrapper for Fortran function "dlamch"("dlamch")... |
---|
1842 | Constructing wrapper function "dlamch"... |
---|
1843 | dlamch = dlamch(cmach) |
---|
1844 | Wrote C/API module "flapack" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/flapackmodule.c" |
---|
1845 | Fortran 77 wrappers are saved to "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/flapack-f2pywrappers.f" |
---|
1846 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1847 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1848 | adding 'build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/flapack-f2pywrappers.f' to sources. |
---|
1849 | building extension "scipy.linalg.clapack" sources |
---|
1850 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/clapack.pyf' to sources. |
---|
1851 | f2py options: [] |
---|
1852 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/linalg/clapack.pyf |
---|
1853 | Reading fortran codes... |
---|
1854 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/linalg/clapack.pyf' (format:free) |
---|
1855 | Post-processing... |
---|
1856 | Block: clapack |
---|
1857 | Block: empty_module |
---|
1858 | Post-processing (stage 2)... |
---|
1859 | Building modules... |
---|
1860 | Building module "clapack"... |
---|
1861 | Constructing wrapper function "empty_module"... |
---|
1862 | empty_module() |
---|
1863 | Wrote C/API module "clapack" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/linalg/clapackmodule.c" |
---|
1864 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1865 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1866 | building extension "scipy.linalg._flinalg" sources |
---|
1867 | f2py options: [] |
---|
1868 | f2py:> build/src.macosx-10.4-ppc-2.5/scipy/linalg/_flinalgmodule.c |
---|
1869 | Reading fortran codes... |
---|
1870 | Reading file 'scipy/linalg/src/det.f' (format:fix,strict) |
---|
1871 | Reading file 'scipy/linalg/src/lu.f' (format:fix,strict) |
---|
1872 | Post-processing... |
---|
1873 | Block: _flinalg |
---|
1874 | Block: ddet_c |
---|
1875 | Block: ddet_r |
---|
1876 | Block: sdet_c |
---|
1877 | Block: sdet_r |
---|
1878 | Block: zdet_c |
---|
1879 | Block: zdet_r |
---|
1880 | Block: cdet_c |
---|
1881 | Block: cdet_r |
---|
1882 | Block: dlu_c |
---|
1883 | Block: zlu_c |
---|
1884 | Block: slu_c |
---|
1885 | Block: clu_c |
---|
1886 | Post-processing (stage 2)... |
---|
1887 | Building modules... |
---|
1888 | Building module "_flinalg"... |
---|
1889 | Constructing wrapper function "ddet_c"... |
---|
1890 | det,info = ddet_c(a,[overwrite_a]) |
---|
1891 | Constructing wrapper function "ddet_r"... |
---|
1892 | det,info = ddet_r(a,[overwrite_a]) |
---|
1893 | Constructing wrapper function "sdet_c"... |
---|
1894 | det,info = sdet_c(a,[overwrite_a]) |
---|
1895 | Constructing wrapper function "sdet_r"... |
---|
1896 | det,info = sdet_r(a,[overwrite_a]) |
---|
1897 | Constructing wrapper function "zdet_c"... |
---|
1898 | det,info = zdet_c(a,[overwrite_a]) |
---|
1899 | Constructing wrapper function "zdet_r"... |
---|
1900 | det,info = zdet_r(a,[overwrite_a]) |
---|
1901 | Constructing wrapper function "cdet_c"... |
---|
1902 | det,info = cdet_c(a,[overwrite_a]) |
---|
1903 | Constructing wrapper function "cdet_r"... |
---|
1904 | det,info = cdet_r(a,[overwrite_a]) |
---|
1905 | Constructing wrapper function "dlu_c"... |
---|
1906 | p,l,u,info = dlu_c(a,[permute_l,overwrite_a]) |
---|
1907 | Constructing wrapper function "zlu_c"... |
---|
1908 | p,l,u,info = zlu_c(a,[permute_l,overwrite_a]) |
---|
1909 | Constructing wrapper function "slu_c"... |
---|
1910 | p,l,u,info = slu_c(a,[permute_l,overwrite_a]) |
---|
1911 | Constructing wrapper function "clu_c"... |
---|
1912 | p,l,u,info = clu_c(a,[permute_l,overwrite_a]) |
---|
1913 | Wrote C/API module "_flinalg" to file "build/src.macosx-10.4-ppc-2.5/scipy/linalg/_flinalgmodule.c" |
---|
1914 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1915 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1916 | building extension "scipy.linalg.calc_lwork" sources |
---|
1917 | f2py options: [] |
---|
1918 | f2py:> build/src.macosx-10.4-ppc-2.5/scipy/linalg/calc_lworkmodule.c |
---|
1919 | Reading fortran codes... |
---|
1920 | Reading file 'scipy/linalg/src/calc_lwork.f' (format:fix,strict) |
---|
1921 | Post-processing... |
---|
1922 | Block: calc_lwork |
---|
1923 | Block: gehrd |
---|
1924 | Block: gesdd |
---|
1925 | Block: gelss |
---|
1926 | Block: getri |
---|
1927 | Block: geev |
---|
1928 | Block: heev |
---|
1929 | Block: syev |
---|
1930 | Block: gees |
---|
1931 | Block: geqrf |
---|
1932 | Block: gqr |
---|
1933 | Post-processing (stage 2)... |
---|
1934 | Building modules... |
---|
1935 | Building module "calc_lwork"... |
---|
1936 | Constructing wrapper function "gehrd"... |
---|
1937 | minwrk,maxwrk = gehrd(prefix,n,lo,hi) |
---|
1938 | Constructing wrapper function "gesdd"... |
---|
1939 | minwrk,maxwrk = gesdd(prefix,m,n,compute_uv) |
---|
1940 | Constructing wrapper function "gelss"... |
---|
1941 | minwrk,maxwrk = gelss(prefix,m,n,nrhs) |
---|
1942 | Constructing wrapper function "getri"... |
---|
1943 | minwrk,maxwrk = getri(prefix,n) |
---|
1944 | Constructing wrapper function "geev"... |
---|
1945 | minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) |
---|
1946 | Constructing wrapper function "heev"... |
---|
1947 | minwrk,maxwrk = heev(prefix,n,[lower]) |
---|
1948 | Constructing wrapper function "syev"... |
---|
1949 | minwrk,maxwrk = syev(prefix,n,[lower]) |
---|
1950 | Constructing wrapper function "gees"... |
---|
1951 | minwrk,maxwrk = gees(prefix,n,[compute_v]) |
---|
1952 | Constructing wrapper function "geqrf"... |
---|
1953 | minwrk,maxwrk = geqrf(prefix,m,n) |
---|
1954 | Constructing wrapper function "gqr"... |
---|
1955 | minwrk,maxwrk = gqr(prefix,m,n) |
---|
1956 | Wrote C/API module "calc_lwork" to file "build/src.macosx-10.4-ppc-2.5/scipy/linalg/calc_lworkmodule.c" |
---|
1957 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1958 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1959 | building extension "scipy.linalg.atlas_version" sources |
---|
1960 | building extension "scipy.odr.__odrpack" sources |
---|
1961 | building extension "scipy.optimize._minpack" sources |
---|
1962 | building extension "scipy.optimize._zeros" sources |
---|
1963 | building extension "scipy.optimize._lbfgsb" sources |
---|
1964 | creating build/src.macosx-10.4-ppc-2.5/scipy/optimize |
---|
1965 | creating build/src.macosx-10.4-ppc-2.5/scipy/optimize/lbfgsb |
---|
1966 | f2py options: [] |
---|
1967 | f2py: scipy/optimize/lbfgsb/lbfgsb.pyf |
---|
1968 | Reading fortran codes... |
---|
1969 | Reading file 'scipy/optimize/lbfgsb/lbfgsb.pyf' (format:free) |
---|
1970 | Post-processing... |
---|
1971 | Block: _lbfgsb |
---|
1972 | Block: setulb |
---|
1973 | Post-processing (stage 2)... |
---|
1974 | Building modules... |
---|
1975 | Building module "_lbfgsb"... |
---|
1976 | Constructing wrapper function "setulb"... |
---|
1977 | setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,[n]) |
---|
1978 | Wrote C/API module "_lbfgsb" to file "build/src.macosx-10.4-ppc-2.5/scipy/optimize/lbfgsb/_lbfgsbmodule.c" |
---|
1979 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
1980 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
1981 | building extension "scipy.optimize.moduleTNC" sources |
---|
1982 | building extension "scipy.optimize._cobyla" sources |
---|
1983 | creating build/src.macosx-10.4-ppc-2.5/scipy/optimize/cobyla |
---|
1984 | f2py options: [] |
---|
1985 | f2py: scipy/optimize/cobyla/cobyla.pyf |
---|
1986 | Reading fortran codes... |
---|
1987 | Reading file 'scipy/optimize/cobyla/cobyla.pyf' (format:free) |
---|
1988 | Post-processing... |
---|
1989 | Block: _cobyla__user__routines |
---|
1990 | Block: _cobyla_user_interface |
---|
1991 | Block: calcfc |
---|
1992 | Block: _cobyla |
---|
1993 | Block: minimize |
---|
1994 | Post-processing (stage 2)... |
---|
1995 | Building modules... |
---|
1996 | Constructing call-back function "cb_calcfc_in__cobyla__user__routines" |
---|
1997 | def calcfc(x,con): return f |
---|
1998 | Building module "_cobyla"... |
---|
1999 | Constructing wrapper function "minimize"... |
---|
2000 | x = minimize(calcfc,m,x,rhobeg,rhoend,[iprint,maxfun,calcfc_extra_args]) |
---|
2001 | Wrote C/API module "_cobyla" to file "build/src.macosx-10.4-ppc-2.5/scipy/optimize/cobyla/_cobylamodule.c" |
---|
2002 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2003 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2004 | building extension "scipy.optimize.minpack2" sources |
---|
2005 | creating build/src.macosx-10.4-ppc-2.5/scipy/optimize/minpack2 |
---|
2006 | f2py options: [] |
---|
2007 | f2py: scipy/optimize/minpack2/minpack2.pyf |
---|
2008 | Reading fortran codes... |
---|
2009 | Reading file 'scipy/optimize/minpack2/minpack2.pyf' (format:free) |
---|
2010 | Post-processing... |
---|
2011 | Block: minpack2 |
---|
2012 | Block: dcsrch |
---|
2013 | Block: dcstep |
---|
2014 | Post-processing (stage 2)... |
---|
2015 | Building modules... |
---|
2016 | Building module "minpack2"... |
---|
2017 | Constructing wrapper function "dcsrch"... |
---|
2018 | stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave) |
---|
2019 | Constructing wrapper function "dcstep"... |
---|
2020 | stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax) |
---|
2021 | Wrote C/API module "minpack2" to file "build/src.macosx-10.4-ppc-2.5/scipy/optimize/minpack2/minpack2module.c" |
---|
2022 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2023 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2024 | building extension "scipy.optimize._slsqp" sources |
---|
2025 | creating build/src.macosx-10.4-ppc-2.5/scipy/optimize/slsqp |
---|
2026 | f2py options: [] |
---|
2027 | f2py: scipy/optimize/slsqp/slsqp.pyf |
---|
2028 | Reading fortran codes... |
---|
2029 | Reading file 'scipy/optimize/slsqp/slsqp.pyf' (format:free) |
---|
2030 | Post-processing... |
---|
2031 | Block: _slsqp |
---|
2032 | Block: slsqp |
---|
2033 | Post-processing (stage 2)... |
---|
2034 | Building modules... |
---|
2035 | Building module "_slsqp"... |
---|
2036 | Constructing wrapper function "slsqp"... |
---|
2037 | slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,[la,n,l_w,l_jw]) |
---|
2038 | Wrote C/API module "_slsqp" to file "build/src.macosx-10.4-ppc-2.5/scipy/optimize/slsqp/_slsqpmodule.c" |
---|
2039 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2040 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2041 | building extension "scipy.optimize._nnls" sources |
---|
2042 | creating build/src.macosx-10.4-ppc-2.5/scipy/optimize/nnls |
---|
2043 | f2py options: [] |
---|
2044 | f2py: scipy/optimize/nnls/nnls.pyf |
---|
2045 | Reading fortran codes... |
---|
2046 | Reading file 'scipy/optimize/nnls/nnls.pyf' (format:free) |
---|
2047 | crackline: groupcounter=1 groupname={0: '', 1: 'python module', 2: 'interface', 3: 'subroutine'} |
---|
2048 | crackline: Mismatch of blocks encountered. Trying to fix it by assuming "end" statement. |
---|
2049 | Post-processing... |
---|
2050 | Block: _nnls |
---|
2051 | Block: nnls |
---|
2052 | Post-processing (stage 2)... |
---|
2053 | Building modules... |
---|
2054 | Building module "_nnls"... |
---|
2055 | Constructing wrapper function "nnls"... |
---|
2056 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
2057 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
2058 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
2059 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
2060 | getarrdims:warning: assumed shape array, using 0 instead of '*' |
---|
2061 | x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,[mda,overwrite_a,overwrite_b]) |
---|
2062 | Wrote C/API module "_nnls" to file "build/src.macosx-10.4-ppc-2.5/scipy/optimize/nnls/_nnlsmodule.c" |
---|
2063 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2064 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2065 | building extension "scipy.signal.sigtools" sources |
---|
2066 | building extension "scipy.signal.spline" sources |
---|
2067 | building extension "scipy.sparse.linalg.isolve._iterative" sources |
---|
2068 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2069 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2070 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2071 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative |
---|
2072 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/STOPTEST2.f |
---|
2073 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/getbreak.f |
---|
2074 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.f |
---|
2075 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.f |
---|
2076 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/CGREVCOM.f |
---|
2077 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.f |
---|
2078 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f |
---|
2079 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.f |
---|
2080 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/_iterative.pyf |
---|
2081 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2082 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2083 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2084 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative |
---|
2085 | f2py options: [] |
---|
2086 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/_iterative.pyf |
---|
2087 | Reading fortran codes... |
---|
2088 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/_iterative.pyf' (format:free) |
---|
2089 | Post-processing... |
---|
2090 | Block: _iterative |
---|
2091 | Block: sbicgrevcom |
---|
2092 | Block: dbicgrevcom |
---|
2093 | Block: cbicgrevcom |
---|
2094 | Block: zbicgrevcom |
---|
2095 | Block: sbicgstabrevcom |
---|
2096 | Block: dbicgstabrevcom |
---|
2097 | Block: cbicgstabrevcom |
---|
2098 | Block: zbicgstabrevcom |
---|
2099 | Block: scgrevcom |
---|
2100 | Block: dcgrevcom |
---|
2101 | Block: ccgrevcom |
---|
2102 | Block: zcgrevcom |
---|
2103 | Block: scgsrevcom |
---|
2104 | Block: dcgsrevcom |
---|
2105 | Block: ccgsrevcom |
---|
2106 | Block: zcgsrevcom |
---|
2107 | Block: sqmrrevcom |
---|
2108 | Block: dqmrrevcom |
---|
2109 | Block: cqmrrevcom |
---|
2110 | Block: zqmrrevcom |
---|
2111 | Block: sgmresrevcom |
---|
2112 | Block: dgmresrevcom |
---|
2113 | Block: cgmresrevcom |
---|
2114 | Block: zgmresrevcom |
---|
2115 | Block: sstoptest2 |
---|
2116 | Block: dstoptest2 |
---|
2117 | Block: cstoptest2 |
---|
2118 | Block: zstoptest2 |
---|
2119 | Post-processing (stage 2)... |
---|
2120 | Building modules... |
---|
2121 | Building module "_iterative"... |
---|
2122 | Constructing wrapper function "sbicgrevcom"... |
---|
2123 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2124 | Constructing wrapper function "dbicgrevcom"... |
---|
2125 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2126 | Constructing wrapper function "cbicgrevcom"... |
---|
2127 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2128 | Constructing wrapper function "zbicgrevcom"... |
---|
2129 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2130 | Constructing wrapper function "sbicgstabrevcom"... |
---|
2131 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2132 | Constructing wrapper function "dbicgstabrevcom"... |
---|
2133 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2134 | Constructing wrapper function "cbicgstabrevcom"... |
---|
2135 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2136 | Constructing wrapper function "zbicgstabrevcom"... |
---|
2137 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2138 | Constructing wrapper function "scgrevcom"... |
---|
2139 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2140 | Constructing wrapper function "dcgrevcom"... |
---|
2141 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2142 | Constructing wrapper function "ccgrevcom"... |
---|
2143 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2144 | Constructing wrapper function "zcgrevcom"... |
---|
2145 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2146 | Constructing wrapper function "scgsrevcom"... |
---|
2147 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2148 | Constructing wrapper function "dcgsrevcom"... |
---|
2149 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2150 | Constructing wrapper function "ccgsrevcom"... |
---|
2151 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2152 | Constructing wrapper function "zcgsrevcom"... |
---|
2153 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2154 | Constructing wrapper function "sqmrrevcom"... |
---|
2155 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2156 | Constructing wrapper function "dqmrrevcom"... |
---|
2157 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2158 | Constructing wrapper function "cqmrrevcom"... |
---|
2159 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2160 | Constructing wrapper function "zqmrrevcom"... |
---|
2161 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) |
---|
2162 | Constructing wrapper function "sgmresrevcom"... |
---|
2163 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) |
---|
2164 | Constructing wrapper function "dgmresrevcom"... |
---|
2165 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) |
---|
2166 | Constructing wrapper function "cgmresrevcom"... |
---|
2167 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) |
---|
2168 | Constructing wrapper function "zgmresrevcom"... |
---|
2169 | x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) |
---|
2170 | Constructing wrapper function "sstoptest2"... |
---|
2171 | bnrm2,resid,info = sstoptest2(r,b,bnrm2,tol,info) |
---|
2172 | Constructing wrapper function "dstoptest2"... |
---|
2173 | bnrm2,resid,info = dstoptest2(r,b,bnrm2,tol,info) |
---|
2174 | Constructing wrapper function "cstoptest2"... |
---|
2175 | bnrm2,resid,info = cstoptest2(r,b,bnrm2,tol,info) |
---|
2176 | Constructing wrapper function "zstoptest2"... |
---|
2177 | bnrm2,resid,info = zstoptest2(r,b,bnrm2,tol,info) |
---|
2178 | Wrote C/API module "_iterative" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c" |
---|
2179 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2180 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2181 | building extension "scipy.sparse.linalg.dsolve._zsuperlu" sources |
---|
2182 | building extension "scipy.sparse.linalg.dsolve._dsuperlu" sources |
---|
2183 | building extension "scipy.sparse.linalg.dsolve._csuperlu" sources |
---|
2184 | building extension "scipy.sparse.linalg.dsolve._ssuperlu" sources |
---|
2185 | building extension "scipy.sparse.linalg.dsolve.umfpack.__umfpack" sources |
---|
2186 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2187 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2188 | adding 'scipy/sparse/linalg/dsolve/umfpack/umfpack.i' to sources. |
---|
2189 | swig: scipy/sparse/linalg/dsolve/umfpack/umfpack.i |
---|
2190 | swig -python -o build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack/_umfpack_wrap.c -outdir build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack scipy/sparse/linalg/dsolve/umfpack/umfpack.i |
---|
2191 | building extension "scipy.sparse.linalg.eigen.arpack._arpack" sources |
---|
2192 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2193 | creating build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2194 | from_template:> build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack/arpack.pyf |
---|
2195 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2196 | creating build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2197 | f2py options: [] |
---|
2198 | f2py: build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack/arpack.pyf |
---|
2199 | Reading fortran codes... |
---|
2200 | Reading file 'build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free) |
---|
2201 | Post-processing... |
---|
2202 | Block: _arpack |
---|
2203 | Block: ssaupd |
---|
2204 | Block: dsaupd |
---|
2205 | Block: sseupd |
---|
2206 | Block: dseupd |
---|
2207 | Block: snaupd |
---|
2208 | Block: dnaupd |
---|
2209 | Block: sneupd |
---|
2210 | Block: dneupd |
---|
2211 | Block: cnaupd |
---|
2212 | Block: znaupd |
---|
2213 | Block: cneupd |
---|
2214 | Block: zneupd |
---|
2215 | Post-processing (stage 2)... |
---|
2216 | Building modules... |
---|
2217 | Building module "_arpack"... |
---|
2218 | Constructing wrapper function "ssaupd"... |
---|
2219 | ido,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) |
---|
2220 | Constructing wrapper function "dsaupd"... |
---|
2221 | ido,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) |
---|
2222 | Constructing wrapper function "sseupd"... |
---|
2223 | d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) |
---|
2224 | Constructing wrapper function "dseupd"... |
---|
2225 | d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) |
---|
2226 | Constructing wrapper function "snaupd"... |
---|
2227 | ido,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) |
---|
2228 | Constructing wrapper function "dnaupd"... |
---|
2229 | ido,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) |
---|
2230 | Constructing wrapper function "sneupd"... |
---|
2231 | 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]) |
---|
2232 | Constructing wrapper function "dneupd"... |
---|
2233 | 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]) |
---|
2234 | Constructing wrapper function "cnaupd"... |
---|
2235 | ido,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) |
---|
2236 | Constructing wrapper function "znaupd"... |
---|
2237 | ido,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) |
---|
2238 | Constructing wrapper function "cneupd"... |
---|
2239 | 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]) |
---|
2240 | Constructing wrapper function "zneupd"... |
---|
2241 | 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]) |
---|
2242 | Constructing COMMON block support for "debug"... |
---|
2243 | logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd |
---|
2244 | Constructing COMMON block support for "timing"... |
---|
2245 | 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 |
---|
2246 | Wrote C/API module "_arpack" to file "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c" |
---|
2247 | Fortran 77 wrappers are saved to "build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f" |
---|
2248 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2249 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2250 | adding 'build/src.macosx-10.4-ppc-2.5/build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f' to sources. |
---|
2251 | building extension "scipy.sparse.sparsetools._csr" sources |
---|
2252 | building extension "scipy.sparse.sparsetools._csc" sources |
---|
2253 | building extension "scipy.sparse.sparsetools._coo" sources |
---|
2254 | building extension "scipy.sparse.sparsetools._bsr" sources |
---|
2255 | building extension "scipy.sparse.sparsetools._dia" sources |
---|
2256 | building extension "scipy.spatial.ckdtree" sources |
---|
2257 | building extension "scipy.spatial._distance_wrap" sources |
---|
2258 | building extension "scipy.special._cephes" sources |
---|
2259 | building extension "scipy.special.specfun" sources |
---|
2260 | creating build/src.macosx-10.4-ppc-2.5/scipy/special |
---|
2261 | f2py options: ['--no-wrap-functions'] |
---|
2262 | f2py: scipy/special/specfun.pyf |
---|
2263 | Reading fortran codes... |
---|
2264 | Reading file 'scipy/special/specfun.pyf' (format:free) |
---|
2265 | Post-processing... |
---|
2266 | Block: specfun |
---|
2267 | Block: clqmn |
---|
2268 | Block: lqmn |
---|
2269 | Block: clpmn |
---|
2270 | Block: jdzo |
---|
2271 | Block: bernob |
---|
2272 | Block: bernoa |
---|
2273 | Block: csphjy |
---|
2274 | Block: lpmns |
---|
2275 | Block: eulera |
---|
2276 | Block: clqn |
---|
2277 | Block: airyzo |
---|
2278 | Block: eulerb |
---|
2279 | Block: cva1 |
---|
2280 | Block: lqnb |
---|
2281 | Block: lamv |
---|
2282 | Block: lagzo |
---|
2283 | Block: legzo |
---|
2284 | Block: pbdv |
---|
2285 | Block: cerzo |
---|
2286 | Block: lamn |
---|
2287 | Block: clpn |
---|
2288 | Block: lqmns |
---|
2289 | Block: chgm |
---|
2290 | Block: lpmn |
---|
2291 | Block: fcszo |
---|
2292 | Block: aswfb |
---|
2293 | Block: lqna |
---|
2294 | Block: cpbdn |
---|
2295 | Block: lpn |
---|
2296 | Block: fcoef |
---|
2297 | Block: sphi |
---|
2298 | Block: rcty |
---|
2299 | Block: lpni |
---|
2300 | Block: cyzo |
---|
2301 | Block: csphik |
---|
2302 | Block: sphj |
---|
2303 | Block: othpl |
---|
2304 | Block: klvnzo |
---|
2305 | Block: jyzo |
---|
2306 | Block: rctj |
---|
2307 | Block: herzo |
---|
2308 | Block: sphk |
---|
2309 | Block: pbvv |
---|
2310 | Block: segv |
---|
2311 | Block: sphy |
---|
2312 | Post-processing (stage 2)... |
---|
2313 | Building modules... |
---|
2314 | Building module "specfun"... |
---|
2315 | Constructing wrapper function "clqmn"... |
---|
2316 | cqm,cqd = clqmn(m,n,z) |
---|
2317 | Constructing wrapper function "lqmn"... |
---|
2318 | qm,qd = lqmn(m,n,x) |
---|
2319 | Constructing wrapper function "clpmn"... |
---|
2320 | cpm,cpd = clpmn(m,n,x,y) |
---|
2321 | Constructing wrapper function "jdzo"... |
---|
2322 | n,m,pcode,zo = jdzo(nt) |
---|
2323 | Constructing wrapper function "bernob"... |
---|
2324 | bn = bernob(n) |
---|
2325 | Constructing wrapper function "bernoa"... |
---|
2326 | bn = bernoa(n) |
---|
2327 | Constructing wrapper function "csphjy"... |
---|
2328 | nm,csj,cdj,csy,cdy = csphjy(n,z) |
---|
2329 | Constructing wrapper function "lpmns"... |
---|
2330 | pm,pd = lpmns(m,n,x) |
---|
2331 | Constructing wrapper function "eulera"... |
---|
2332 | en = eulera(n) |
---|
2333 | Constructing wrapper function "clqn"... |
---|
2334 | cqn,cqd = clqn(n,z) |
---|
2335 | Constructing wrapper function "airyzo"... |
---|
2336 | xa,xb,xc,xd = airyzo(nt,[kf]) |
---|
2337 | Constructing wrapper function "eulerb"... |
---|
2338 | en = eulerb(n) |
---|
2339 | Constructing wrapper function "cva1"... |
---|
2340 | cv = cva1(kd,m,q) |
---|
2341 | Constructing wrapper function "lqnb"... |
---|
2342 | qn,qd = lqnb(n,x) |
---|
2343 | Constructing wrapper function "lamv"... |
---|
2344 | vm,vl,dl = lamv(v,x) |
---|
2345 | Constructing wrapper function "lagzo"... |
---|
2346 | x,w = lagzo(n) |
---|
2347 | Constructing wrapper function "legzo"... |
---|
2348 | x,w = legzo(n) |
---|
2349 | Constructing wrapper function "pbdv"... |
---|
2350 | dv,dp,pdf,pdd = pbdv(v,x) |
---|
2351 | Constructing wrapper function "cerzo"... |
---|
2352 | zo = cerzo(nt) |
---|
2353 | Constructing wrapper function "lamn"... |
---|
2354 | nm,bl,dl = lamn(n,x) |
---|
2355 | Constructing wrapper function "clpn"... |
---|
2356 | cpn,cpd = clpn(n,z) |
---|
2357 | Constructing wrapper function "lqmns"... |
---|
2358 | qm,qd = lqmns(m,n,x) |
---|
2359 | Constructing wrapper function "chgm"... |
---|
2360 | hg = chgm(a,b,x) |
---|
2361 | Constructing wrapper function "lpmn"... |
---|
2362 | pm,pd = lpmn(m,n,x) |
---|
2363 | Constructing wrapper function "fcszo"... |
---|
2364 | zo = fcszo(kf,nt) |
---|
2365 | Constructing wrapper function "aswfb"... |
---|
2366 | s1f,s1d = aswfb(m,n,c,x,kd,cv) |
---|
2367 | Constructing wrapper function "lqna"... |
---|
2368 | qn,qd = lqna(n,x) |
---|
2369 | Constructing wrapper function "cpbdn"... |
---|
2370 | cpb,cpd = cpbdn(n,z) |
---|
2371 | Constructing wrapper function "lpn"... |
---|
2372 | pn,pd = lpn(n,x) |
---|
2373 | Constructing wrapper function "fcoef"... |
---|
2374 | fc = fcoef(kd,m,q,a) |
---|
2375 | Constructing wrapper function "sphi"... |
---|
2376 | nm,si,di = sphi(n,x) |
---|
2377 | Constructing wrapper function "rcty"... |
---|
2378 | nm,ry,dy = rcty(n,x) |
---|
2379 | Constructing wrapper function "lpni"... |
---|
2380 | pn,pd,pl = lpni(n,x) |
---|
2381 | Constructing wrapper function "cyzo"... |
---|
2382 | zo,zv = cyzo(nt,kf,kc) |
---|
2383 | Constructing wrapper function "csphik"... |
---|
2384 | nm,csi,cdi,csk,cdk = csphik(n,z) |
---|
2385 | Constructing wrapper function "sphj"... |
---|
2386 | nm,sj,dj = sphj(n,x) |
---|
2387 | Constructing wrapper function "othpl"... |
---|
2388 | pl,dpl = othpl(kf,n,x) |
---|
2389 | Constructing wrapper function "klvnzo"... |
---|
2390 | zo = klvnzo(nt,kd) |
---|
2391 | Constructing wrapper function "jyzo"... |
---|
2392 | rj0,rj1,ry0,ry1 = jyzo(n,nt) |
---|
2393 | Constructing wrapper function "rctj"... |
---|
2394 | nm,rj,dj = rctj(n,x) |
---|
2395 | Constructing wrapper function "herzo"... |
---|
2396 | x,w = herzo(n) |
---|
2397 | Constructing wrapper function "sphk"... |
---|
2398 | nm,sk,dk = sphk(n,x) |
---|
2399 | Constructing wrapper function "pbvv"... |
---|
2400 | vv,vp,pvf,pvd = pbvv(v,x) |
---|
2401 | Constructing wrapper function "segv"... |
---|
2402 | cv,eg = segv(m,n,c,kd) |
---|
2403 | Constructing wrapper function "sphy"... |
---|
2404 | nm,sy,dy = sphy(n,x) |
---|
2405 | Wrote C/API module "specfun" to file "build/src.macosx-10.4-ppc-2.5/scipy/special/specfunmodule.c" |
---|
2406 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2407 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2408 | building extension "scipy.stats.statlib" sources |
---|
2409 | creating build/src.macosx-10.4-ppc-2.5/scipy/stats |
---|
2410 | f2py options: ['--no-wrap-functions'] |
---|
2411 | f2py: scipy/stats/statlib.pyf |
---|
2412 | Reading fortran codes... |
---|
2413 | Reading file 'scipy/stats/statlib.pyf' (format:free) |
---|
2414 | Post-processing... |
---|
2415 | Block: statlib |
---|
2416 | Block: swilk |
---|
2417 | Block: wprob |
---|
2418 | Block: gscale |
---|
2419 | Block: prho |
---|
2420 | Post-processing (stage 2)... |
---|
2421 | Building modules... |
---|
2422 | Building module "statlib"... |
---|
2423 | Constructing wrapper function "swilk"... |
---|
2424 | a,w,pw,ifault = swilk(x,a,[init,n1]) |
---|
2425 | Constructing wrapper function "wprob"... |
---|
2426 | astart,a1,ifault = wprob(test,other) |
---|
2427 | Constructing wrapper function "gscale"... |
---|
2428 | astart,a1,ifault = gscale(test,other) |
---|
2429 | Constructing wrapper function "prho"... |
---|
2430 | ifault = prho(n,is) |
---|
2431 | Wrote C/API module "statlib" to file "build/src.macosx-10.4-ppc-2.5/scipy/stats/statlibmodule.c" |
---|
2432 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2433 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2434 | building extension "scipy.stats.vonmises_cython" sources |
---|
2435 | building extension "scipy.stats.futil" sources |
---|
2436 | f2py options: [] |
---|
2437 | f2py:> build/src.macosx-10.4-ppc-2.5/scipy/stats/futilmodule.c |
---|
2438 | Reading fortran codes... |
---|
2439 | Reading file 'scipy/stats/futil.f' (format:fix,strict) |
---|
2440 | Post-processing... |
---|
2441 | Block: futil |
---|
2442 | Block: dqsort |
---|
2443 | Block: dfreps |
---|
2444 | Post-processing (stage 2)... |
---|
2445 | Building modules... |
---|
2446 | Building module "futil"... |
---|
2447 | Constructing wrapper function "dqsort"... |
---|
2448 | arr = dqsort(arr,[overwrite_arr]) |
---|
2449 | Constructing wrapper function "dfreps"... |
---|
2450 | replist,repnum,nlist = dfreps(arr) |
---|
2451 | Wrote C/API module "futil" to file "build/src.macosx-10.4-ppc-2.5/scipy/stats/futilmodule.c" |
---|
2452 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2453 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2454 | building extension "scipy.stats.mvn" sources |
---|
2455 | f2py options: [] |
---|
2456 | f2py: scipy/stats/mvn.pyf |
---|
2457 | Reading fortran codes... |
---|
2458 | Reading file 'scipy/stats/mvn.pyf' (format:free) |
---|
2459 | Post-processing... |
---|
2460 | Block: mvn |
---|
2461 | Block: mvnun |
---|
2462 | Block: mvndst |
---|
2463 | Post-processing (stage 2)... |
---|
2464 | Building modules... |
---|
2465 | Building module "mvn"... |
---|
2466 | Constructing wrapper function "mvnun"... |
---|
2467 | value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps]) |
---|
2468 | Constructing wrapper function "mvndst"... |
---|
2469 | error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps]) |
---|
2470 | Constructing COMMON block support for "dkblck"... |
---|
2471 | ivls |
---|
2472 | Wrote C/API module "mvn" to file "build/src.macosx-10.4-ppc-2.5/scipy/stats/mvnmodule.c" |
---|
2473 | Fortran 77 wrappers are saved to "build/src.macosx-10.4-ppc-2.5/scipy/stats/mvn-f2pywrappers.f" |
---|
2474 | adding 'build/src.macosx-10.4-ppc-2.5/fortranobject.c' to sources. |
---|
2475 | adding 'build/src.macosx-10.4-ppc-2.5' to include_dirs. |
---|
2476 | adding 'build/src.macosx-10.4-ppc-2.5/scipy/stats/mvn-f2pywrappers.f' to sources. |
---|
2477 | building extension "scipy.ndimage._nd_image" sources |
---|
2478 | building data_files sources |
---|
2479 | running build_py |
---|
2480 | creating build/lib.macosx-10.4-ppc-2.5 |
---|
2481 | creating build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2482 | copying scipy/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2483 | copying scipy/__svn_version__.py -> build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2484 | copying scipy/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2485 | copying scipy/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2486 | copying scipy/version.py -> build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2487 | copying build/src.macosx-10.4-ppc-2.5/scipy/__config__.py -> build/lib.macosx-10.4-ppc-2.5/scipy |
---|
2488 | creating build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2489 | copying scipy/cluster/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2490 | copying scipy/cluster/hierarchy.py -> build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2491 | copying scipy/cluster/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2492 | copying scipy/cluster/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2493 | copying scipy/cluster/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2494 | copying scipy/cluster/vq.py -> build/lib.macosx-10.4-ppc-2.5/scipy/cluster |
---|
2495 | creating build/lib.macosx-10.4-ppc-2.5/scipy/constants |
---|
2496 | copying scipy/constants/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/constants |
---|
2497 | copying scipy/constants/codata.py -> build/lib.macosx-10.4-ppc-2.5/scipy/constants |
---|
2498 | copying scipy/constants/constants.py -> build/lib.macosx-10.4-ppc-2.5/scipy/constants |
---|
2499 | copying scipy/constants/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/constants |
---|
2500 | creating build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2501 | copying scipy/fftpack/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2502 | copying scipy/fftpack/basic.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2503 | copying scipy/fftpack/fftpack_version.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2504 | copying scipy/fftpack/helper.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2505 | copying scipy/fftpack/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2506 | copying scipy/fftpack/pseudo_diffs.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2507 | copying scipy/fftpack/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2508 | copying scipy/fftpack/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2509 | creating build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2510 | copying scipy/integrate/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2511 | copying scipy/integrate/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2512 | copying scipy/integrate/ode.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2513 | copying scipy/integrate/odepack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2514 | copying scipy/integrate/quadpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2515 | copying scipy/integrate/quadrature.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2516 | copying scipy/integrate/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2517 | copying scipy/integrate/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/integrate |
---|
2518 | creating build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2519 | copying scipy/interpolate/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2520 | copying scipy/interpolate/fitpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2521 | copying scipy/interpolate/fitpack2.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2522 | copying scipy/interpolate/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2523 | copying scipy/interpolate/interpolate.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2524 | copying scipy/interpolate/interpolate_wrapper.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2525 | copying scipy/interpolate/polyint.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2526 | copying scipy/interpolate/rbf.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2527 | copying scipy/interpolate/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2528 | copying scipy/interpolate/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/interpolate |
---|
2529 | creating build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2530 | copying scipy/io/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2531 | copying scipy/io/array_import.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2532 | copying scipy/io/data_store.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2533 | copying scipy/io/dumb_shelve.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2534 | copying scipy/io/dumbdbm_patched.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2535 | copying scipy/io/fopen.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2536 | copying scipy/io/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2537 | copying scipy/io/mmio.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2538 | copying scipy/io/netcdf.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2539 | copying scipy/io/npfile.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2540 | copying scipy/io/pickler.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2541 | copying scipy/io/recaster.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2542 | copying scipy/io/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2543 | copying scipy/io/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2544 | copying scipy/io/wavfile.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io |
---|
2545 | creating build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2546 | copying scipy/io/matlab/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2547 | copying scipy/io/matlab/byteordercodes.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2548 | copying scipy/io/matlab/gzipstreams.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2549 | copying scipy/io/matlab/mio.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2550 | copying scipy/io/matlab/mio4.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2551 | copying scipy/io/matlab/mio5.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2552 | copying scipy/io/matlab/miobase.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2553 | copying scipy/io/matlab/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/matlab |
---|
2554 | creating build/lib.macosx-10.4-ppc-2.5/scipy/io/arff |
---|
2555 | copying scipy/io/arff/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/arff |
---|
2556 | copying scipy/io/arff/arffread.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/arff |
---|
2557 | copying scipy/io/arff/myfunctools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/arff |
---|
2558 | copying scipy/io/arff/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/arff |
---|
2559 | copying scipy/io/arff/utils.py -> build/lib.macosx-10.4-ppc-2.5/scipy/io/arff |
---|
2560 | creating build/lib.macosx-10.4-ppc-2.5/scipy/lib |
---|
2561 | copying scipy/lib/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib |
---|
2562 | copying scipy/lib/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib |
---|
2563 | copying scipy/lib/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib |
---|
2564 | copying scipy/lib/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib |
---|
2565 | creating build/lib.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
2566 | copying scipy/lib/blas/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
2567 | copying scipy/lib/blas/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
2568 | copying scipy/lib/blas/scons_support.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
2569 | copying scipy/lib/blas/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
2570 | copying scipy/lib/blas/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/blas |
---|
2571 | creating build/lib.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
2572 | copying scipy/lib/lapack/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
2573 | copying scipy/lib/lapack/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
2574 | copying scipy/lib/lapack/scons_support.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
2575 | copying scipy/lib/lapack/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
2576 | copying scipy/lib/lapack/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/lib/lapack |
---|
2577 | creating build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2578 | copying scipy/linalg/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2579 | copying scipy/linalg/basic.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2580 | copying scipy/linalg/blas.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2581 | copying scipy/linalg/decomp.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2582 | copying scipy/linalg/flinalg.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2583 | copying scipy/linalg/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2584 | copying scipy/linalg/interface_gen.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2585 | copying scipy/linalg/iterative.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2586 | copying scipy/linalg/lapack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2587 | copying scipy/linalg/linalg_version.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2588 | copying scipy/linalg/matfuncs.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2589 | copying scipy/linalg/scons_support.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2590 | copying scipy/linalg/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2591 | copying scipy/linalg/setup_atlas_version.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2592 | copying scipy/linalg/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linalg |
---|
2593 | creating build/lib.macosx-10.4-ppc-2.5/scipy/linsolve |
---|
2594 | copying scipy/linsolve/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/linsolve |
---|
2595 | creating build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2596 | copying scipy/maxentropy/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2597 | copying scipy/maxentropy/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2598 | copying scipy/maxentropy/maxentropy.py -> build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2599 | copying scipy/maxentropy/maxentutils.py -> build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2600 | copying scipy/maxentropy/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2601 | copying scipy/maxentropy/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/maxentropy |
---|
2602 | creating build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2603 | copying scipy/misc/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2604 | copying scipy/misc/common.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2605 | copying scipy/misc/helpmod.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2606 | copying scipy/misc/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2607 | copying scipy/misc/limits.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2608 | copying scipy/misc/pexec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2609 | copying scipy/misc/pilutil.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2610 | copying scipy/misc/ppimport.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2611 | copying scipy/misc/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2612 | copying scipy/misc/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/misc |
---|
2613 | creating build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2614 | copying scipy/odr/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2615 | copying scipy/odr/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2616 | copying scipy/odr/models.py -> build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2617 | copying scipy/odr/odrpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2618 | copying scipy/odr/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2619 | copying scipy/odr/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/odr |
---|
2620 | creating build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2621 | copying scipy/optimize/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2622 | copying scipy/optimize/_tstutils.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2623 | copying scipy/optimize/anneal.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2624 | copying scipy/optimize/cobyla.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2625 | copying scipy/optimize/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2626 | copying scipy/optimize/lbfgsb.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2627 | copying scipy/optimize/linesearch.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2628 | copying scipy/optimize/minpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2629 | copying scipy/optimize/nnls.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2630 | copying scipy/optimize/nonlin.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2631 | copying scipy/optimize/optimize.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2632 | copying scipy/optimize/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2633 | copying scipy/optimize/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2634 | copying scipy/optimize/slsqp.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2635 | copying scipy/optimize/tnc.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2636 | copying scipy/optimize/zeros.py -> build/lib.macosx-10.4-ppc-2.5/scipy/optimize |
---|
2637 | creating build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2638 | copying scipy/signal/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2639 | copying scipy/signal/bsplines.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2640 | copying scipy/signal/filter_design.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2641 | copying scipy/signal/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2642 | copying scipy/signal/ltisys.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2643 | copying scipy/signal/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2644 | copying scipy/signal/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2645 | copying scipy/signal/signaltools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2646 | copying scipy/signal/waveforms.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2647 | copying scipy/signal/wavelets.py -> build/lib.macosx-10.4-ppc-2.5/scipy/signal |
---|
2648 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2649 | copying scipy/sparse/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2650 | copying scipy/sparse/base.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2651 | copying scipy/sparse/bsr.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2652 | copying scipy/sparse/compressed.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2653 | copying scipy/sparse/construct.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2654 | copying scipy/sparse/coo.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2655 | copying scipy/sparse/csc.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2656 | copying scipy/sparse/csr.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2657 | copying scipy/sparse/data.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2658 | copying scipy/sparse/dia.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2659 | copying scipy/sparse/dok.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2660 | copying scipy/sparse/extract.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2661 | copying scipy/sparse/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2662 | copying scipy/sparse/lil.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2663 | copying scipy/sparse/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2664 | copying scipy/sparse/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2665 | copying scipy/sparse/spfuncs.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2666 | copying scipy/sparse/sputils.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse |
---|
2667 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2668 | copying scipy/sparse/linalg/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2669 | copying scipy/sparse/linalg/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2670 | copying scipy/sparse/linalg/interface.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2671 | copying scipy/sparse/linalg/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2672 | copying scipy/sparse/linalg/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg |
---|
2673 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2674 | copying scipy/sparse/linalg/isolve/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2675 | copying scipy/sparse/linalg/isolve/iterative.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2676 | copying scipy/sparse/linalg/isolve/minres.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2677 | copying scipy/sparse/linalg/isolve/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2678 | copying scipy/sparse/linalg/isolve/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2679 | copying scipy/sparse/linalg/isolve/utils.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/isolve |
---|
2680 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2681 | copying scipy/sparse/linalg/dsolve/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2682 | copying scipy/sparse/linalg/dsolve/_superlu.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2683 | copying scipy/sparse/linalg/dsolve/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2684 | copying scipy/sparse/linalg/dsolve/linsolve.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2685 | copying scipy/sparse/linalg/dsolve/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2686 | copying scipy/sparse/linalg/dsolve/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve |
---|
2687 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2688 | copying scipy/sparse/linalg/dsolve/umfpack/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2689 | copying scipy/sparse/linalg/dsolve/umfpack/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2690 | copying scipy/sparse/linalg/dsolve/umfpack/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2691 | copying scipy/sparse/linalg/dsolve/umfpack/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2692 | copying scipy/sparse/linalg/dsolve/umfpack/umfpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2693 | copying build/src.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack/_umfpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/dsolve/umfpack |
---|
2694 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2695 | copying scipy/sparse/linalg/eigen/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2696 | copying scipy/sparse/linalg/eigen/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2697 | copying scipy/sparse/linalg/eigen/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2698 | copying scipy/sparse/linalg/eigen/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen |
---|
2699 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2700 | copying scipy/sparse/linalg/eigen/arpack/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2701 | copying scipy/sparse/linalg/eigen/arpack/arpack.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2702 | copying scipy/sparse/linalg/eigen/arpack/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2703 | copying scipy/sparse/linalg/eigen/arpack/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2704 | copying scipy/sparse/linalg/eigen/arpack/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2705 | copying scipy/sparse/linalg/eigen/arpack/speigs.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/arpack |
---|
2706 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/lobpcg |
---|
2707 | copying scipy/sparse/linalg/eigen/lobpcg/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/lobpcg |
---|
2708 | copying scipy/sparse/linalg/eigen/lobpcg/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/lobpcg |
---|
2709 | copying scipy/sparse/linalg/eigen/lobpcg/lobpcg.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/lobpcg |
---|
2710 | copying scipy/sparse/linalg/eigen/lobpcg/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/lobpcg |
---|
2711 | copying scipy/sparse/linalg/eigen/lobpcg/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/linalg/eigen/lobpcg |
---|
2712 | creating build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2713 | copying scipy/sparse/sparsetools/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2714 | copying scipy/sparse/sparsetools/bsr.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2715 | copying scipy/sparse/sparsetools/coo.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2716 | copying scipy/sparse/sparsetools/csc.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2717 | copying scipy/sparse/sparsetools/csr.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2718 | copying scipy/sparse/sparsetools/dia.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2719 | copying scipy/sparse/sparsetools/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2720 | copying scipy/sparse/sparsetools/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/sparse/sparsetools |
---|
2721 | creating build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2722 | copying scipy/spatial/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2723 | copying scipy/spatial/distance.py -> build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2724 | copying scipy/spatial/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2725 | copying scipy/spatial/kdtree.py -> build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2726 | copying scipy/spatial/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2727 | copying scipy/spatial/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/spatial |
---|
2728 | creating build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2729 | copying scipy/special/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2730 | copying scipy/special/basic.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2731 | copying scipy/special/gendoc.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2732 | copying scipy/special/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2733 | copying scipy/special/orthogonal.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2734 | copying scipy/special/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2735 | copying scipy/special/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2736 | copying scipy/special/special_version.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2737 | copying scipy/special/spfun_stats.py -> build/lib.macosx-10.4-ppc-2.5/scipy/special |
---|
2738 | creating build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2739 | copying scipy/stats/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2740 | copying scipy/stats/_support.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2741 | copying scipy/stats/distributions.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2742 | copying scipy/stats/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2743 | copying scipy/stats/kde.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2744 | copying scipy/stats/morestats.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2745 | copying scipy/stats/mstats.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2746 | copying scipy/stats/mstats_basic.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2747 | copying scipy/stats/mstats_extras.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2748 | copying scipy/stats/rv.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2749 | copying scipy/stats/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2750 | copying scipy/stats/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2751 | copying scipy/stats/stats.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2752 | copying scipy/stats/vonmises.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stats |
---|
2753 | creating build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2754 | copying scipy/ndimage/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2755 | copying scipy/ndimage/_ni_support.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2756 | copying scipy/ndimage/doccer.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2757 | copying scipy/ndimage/filters.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2758 | copying scipy/ndimage/fourier.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2759 | copying scipy/ndimage/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2760 | copying scipy/ndimage/interpolation.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2761 | copying scipy/ndimage/measurements.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2762 | copying scipy/ndimage/morphology.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2763 | copying scipy/ndimage/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2764 | copying scipy/ndimage/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/ndimage |
---|
2765 | creating build/lib.macosx-10.4-ppc-2.5/scipy/stsci |
---|
2766 | copying scipy/stsci/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stsci |
---|
2767 | copying scipy/stsci/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stsci |
---|
2768 | copying scipy/stsci/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/stsci |
---|
2769 | creating build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2770 | copying scipy/weave/__init__.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2771 | copying scipy/weave/accelerate_tools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2772 | copying scipy/weave/ast_tools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2773 | copying scipy/weave/base_info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2774 | copying scipy/weave/base_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2775 | copying scipy/weave/blitz_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2776 | copying scipy/weave/blitz_tools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2777 | copying scipy/weave/build_tools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2778 | copying scipy/weave/bytecodecompiler.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2779 | copying scipy/weave/c_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2780 | copying scipy/weave/catalog.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2781 | copying scipy/weave/common_info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2782 | copying scipy/weave/converters.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2783 | copying scipy/weave/cpp_namespace_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2784 | copying scipy/weave/ext_tools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2785 | copying scipy/weave/info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2786 | copying scipy/weave/inline_tools.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2787 | copying scipy/weave/md5_load.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2788 | copying scipy/weave/numpy_scalar_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2789 | copying scipy/weave/platform_info.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2790 | copying scipy/weave/setup.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2791 | copying scipy/weave/setupscons.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2792 | copying scipy/weave/size_check.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2793 | copying scipy/weave/slice_handler.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2794 | copying scipy/weave/standard_array_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2795 | copying scipy/weave/swig2_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2796 | copying scipy/weave/swigptr.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2797 | copying scipy/weave/swigptr2.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2798 | copying scipy/weave/vtk_spec.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2799 | copying scipy/weave/weave_version.py -> build/lib.macosx-10.4-ppc-2.5/scipy/weave |
---|
2800 | running build_clib |
---|
2801 | customize UnixCCompiler |
---|
2802 | customize UnixCCompiler using build_clib |
---|
2803 | customize Gnu95FCompiler |
---|
2804 | Found executable /opt/local/bin/gfortran-mp-4.3 |
---|
2805 | Could not locate executable gfortran |
---|
2806 | Could not locate executable f95 |
---|
2807 | Using built-in specs. |
---|
2808 | Target: powerpc-apple-darwin8.11.0 |
---|
2809 | Configured with: ../gcc-4.3.3/configure --prefix=/opt/local --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc43 --includedir=/opt/local/include/gcc43 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.3 --with-gxx-include-dir=/opt/local/include/gcc43/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --disable-multilib |
---|
2810 | Thread model: posix |
---|
2811 | gcc version 4.3.3 (GCC) |
---|
2812 | Using built-in specs. |
---|
2813 | Target: powerpc-apple-darwin8.11.0 |
---|
2814 | Configured with: ../gcc-4.3.3/configure --prefix=/opt/local --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc43 --includedir=/opt/local/include/gcc43 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.3 --with-gxx-include-dir=/opt/local/include/gcc43/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --disable-multilib |
---|
2815 | Thread model: posix |
---|
2816 | gcc version 4.3.3 (GCC) |
---|
2817 | Using built-in specs. |
---|
2818 | Target: powerpc-apple-darwin8.11.0 |
---|
2819 | Configured with: ../gcc-4.3.3/configure --prefix=/opt/local --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc43 --includedir=/opt/local/include/gcc43 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.3 --with-gxx-include-dir=/opt/local/include/gcc43/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --disable-multilib |
---|
2820 | Thread model: posix |
---|
2821 | gcc version 4.3.3 (GCC) |
---|
2822 | Using built-in specs. |
---|
2823 | Target: powerpc-apple-darwin8.11.0 |
---|
2824 | Configured with: ../gcc-4.3.3/configure --prefix=/opt/local --enable-languages=c,c++,objc,obj-c++,java,fortran --libdir=/opt/local/lib/gcc43 --includedir=/opt/local/include/gcc43 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.3 --with-gxx-include-dir=/opt/local/include/gcc43/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --disable-multilib |
---|
2825 | Thread model: posix |
---|
2826 | gcc version 4.3.3 (GCC) |
---|
2827 | customize Gnu95FCompiler using build_clib |
---|
2828 | building 'dfftpack' library |
---|
2829 | compiling Fortran sources |
---|
2830 | Fortran f77 compiler: /opt/local/bin/gfortran-mp-4.3 -Wall -ffixed-form -fno-second-underscore -arch ppc -fPIC -O3 -funroll-loops |
---|
2831 | Fortran f90 compiler: /opt/local/bin/gfortran-mp-4.3 -Wall -fno-second-underscore -arch ppc -fPIC -O3 -funroll-loops |
---|
2832 | Fortran fix compiler: /opt/local/bin/gfortran-mp-4.3 -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -fPIC -O3 -funroll-loops |
---|
2833 | creating build/temp.macosx-10.4-ppc-2.5 |
---|
2834 | creating build/temp.macosx-10.4-ppc-2.5/scipy |
---|
2835 | creating build/temp.macosx-10.4-ppc-2.5/scipy/fftpack |
---|
2836 | creating build/temp.macosx-10.4-ppc-2.5/scipy/fftpack/src |
---|
2837 | creating build/temp.macosx-10.4-ppc-2.5/scipy/fftpack/src/dfftpack |
---|
2838 | compile options: '-I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -c' |
---|
2839 | gfortran-mp-4.3:f77: scipy/fftpack/src/dfftpack/dcosqb.f |
---|
2840 | f951: error: unrecognized command line option "-arch" |
---|
2841 | f951: error: unrecognized command line option "-arch" |
---|
2842 | error: Command "/opt/local/bin/gfortran-mp-4.3 -Wall -ffixed-form -fno-second-underscore -arch ppc -fPIC -O3 -funroll-loops -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -c -c scipy/fftpack/src/dfftpack/dcosqb.f -o build/temp.macosx-10.4-ppc-2.5/scipy/fftpack/src/dfftpack/dcosqb.o" failed with exit status 1 |
---|
2843 | Warning: the following items did not execute (for py25-scipy): org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|