Created
August 19, 2010 17:23
-
-
Save mhubig/538418 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Thu Aug 19 19:10:56 on ttys000 | |
iMac:~ markus$ cd Downloads/scipy-0.8.0 | |
iMac:scipy-0.8.0 markus$ python setup.py install | |
Warning: No configuration returned, assuming unavailable.blas_opt_info: | |
FOUND: | |
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] | |
define_macros = [('NO_ATLAS_INFO', 3)] | |
extra_compile_args = ['-faltivec', '-I/System/Library/Frameworks/vecLib.framework/Headers'] | |
lapack_opt_info: | |
FOUND: | |
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate'] | |
define_macros = [('NO_ATLAS_INFO', 3)] | |
extra_compile_args = ['-faltivec'] | |
umfpack_info: | |
libraries umfpack not found in /Library/Frameworks/Python.framework/Versions/2.7/lib | |
libraries umfpack not found in /usr/local/lib | |
libraries umfpack not found in /usr/lib | |
libraries umfpack not found in /opt/local/lib | |
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/system_info.py:459: UserWarning: | |
UMFPACK sparse solver (http://www.cise.ufl.edu/research/sparse/umfpack/) | |
not found. Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [umfpack]) or by setting | |
the UMFPACK environment variable. | |
warnings.warn(self.notfounderror.__doc__) | |
NOT AVAILABLE | |
running install | |
running build | |
running config_cc | |
unifing config_cc, config, build_clib, build_ext, build commands --compiler options | |
running config_fc | |
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options | |
running build_src | |
build_src | |
building py_modules sources | |
creating build | |
creating build/src.macosx-10.5-fat3-2.7 | |
creating build/src.macosx-10.5-fat3-2.7/scipy | |
building library "dfftpack" sources | |
building library "fftpack" sources | |
building library "linpack_lite" sources | |
building library "mach" sources | |
building library "quadpack" sources | |
building library "odepack" sources | |
building library "dop" sources | |
building library "fitpack" sources | |
building library "odrpack" sources | |
building library "minpack" sources | |
building library "rootfind" sources | |
building library "superlu_src" sources | |
building library "arpack" sources | |
building library "sc_c_misc" sources | |
building library "sc_cephes" sources | |
building library "sc_mach" sources | |
building library "sc_toms" sources | |
building library "sc_amos" sources | |
building library "sc_cdf" sources | |
building library "sc_specfun" sources | |
building library "statlib" sources | |
building extension "scipy.cluster._vq" sources | |
building extension "scipy.cluster._hierarchy_wrap" sources | |
building extension "scipy.fftpack._fftpack" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/fftpack | |
creating build/src.macosx-10.5-fat3-2.7/scipy/fftpack/src | |
conv_template:> build/src.macosx-10.5-fat3-2.7/scipy/fftpack/src/dct.c | |
f2py options: [] | |
f2py: scipy/fftpack/fftpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/fftpack/fftpack.pyf' (format:free) | |
Post-processing... | |
Block: _fftpack | |
Block: zfft | |
Block: drfft | |
Block: zrfft | |
Block: zfftnd | |
Block: destroy_zfft_cache | |
Block: destroy_zfftnd_cache | |
Block: destroy_drfft_cache | |
Block: cfft | |
Block: rfft | |
Block: crfft | |
Block: cfftnd | |
Block: destroy_cfft_cache | |
Block: destroy_cfftnd_cache | |
Block: destroy_rfft_cache | |
Block: ddct1 | |
Block: ddct2 | |
Block: ddct3 | |
Block: dct1 | |
Block: dct2 | |
Block: dct3 | |
Block: destroy_ddct2_cache | |
Block: destroy_ddct1_cache | |
Block: destroy_dct2_cache | |
Block: destroy_dct1_cache | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_fftpack"... | |
Constructing wrapper function "zfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "drfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = drfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zrfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zrfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "zfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_zfft_cache"... | |
destroy_zfft_cache() | |
Constructing wrapper function "destroy_zfftnd_cache"... | |
destroy_zfftnd_cache() | |
Constructing wrapper function "destroy_drfft_cache"... | |
destroy_drfft_cache() | |
Constructing wrapper function "cfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "rfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = rfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "crfft"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = crfft(x,[n,direction,normalize,overwrite_x]) | |
Constructing wrapper function "cfftnd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cfftnd(x,[s,direction,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_cfft_cache"... | |
destroy_cfft_cache() | |
Constructing wrapper function "destroy_cfftnd_cache"... | |
destroy_cfftnd_cache() | |
Constructing wrapper function "destroy_rfft_cache"... | |
destroy_rfft_cache() | |
Constructing wrapper function "ddct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "ddct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ddct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct1"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct1(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct2(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "dct3"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dct3(x,[n,normalize,overwrite_x]) | |
Constructing wrapper function "destroy_ddct2_cache"... | |
destroy_ddct2_cache() | |
Constructing wrapper function "destroy_ddct1_cache"... | |
destroy_ddct1_cache() | |
Constructing wrapper function "destroy_dct2_cache"... | |
destroy_dct2_cache() | |
Constructing wrapper function "destroy_dct1_cache"... | |
destroy_dct1_cache() | |
Wrote C/API module "_fftpack" to file "build/src.macosx-10.5-fat3-2.7/scipy/fftpack/_fftpackmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
copying /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c -> build/src.macosx-10.5-fat3-2.7 | |
copying /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.h -> build/src.macosx-10.5-fat3-2.7 | |
building extension "scipy.fftpack.convolve" sources | |
f2py options: [] | |
f2py: scipy/fftpack/convolve.pyf | |
Reading fortran codes... | |
Reading file 'scipy/fftpack/convolve.pyf' (format:free) | |
Post-processing... | |
Block: convolve__user__routines | |
Block: kernel_func | |
Block: convolve | |
Block: init_convolution_kernel | |
Block: destroy_convolve_cache | |
Block: convolve | |
Block: convolve_z | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_kernel_func_in_convolve__user__routines" | |
def kernel_func(k): return kernel_func | |
Building module "convolve"... | |
Constructing wrapper function "init_convolution_kernel"... | |
omega = init_convolution_kernel(n,kernel_func,[d,zero_nyquist,kernel_func_extra_args]) | |
Constructing wrapper function "destroy_convolve_cache"... | |
destroy_convolve_cache() | |
Constructing wrapper function "convolve"... | |
y = convolve(x,omega,[swap_real_imag,overwrite_x]) | |
Constructing wrapper function "convolve_z"... | |
y = convolve_z(x,omega_real,omega_imag,[overwrite_x]) | |
Wrote C/API module "convolve" to file "build/src.macosx-10.5-fat3-2.7/scipy/fftpack/convolvemodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.integrate._quadpack" sources | |
building extension "scipy.integrate._odepack" sources | |
building extension "scipy.integrate.vode" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/integrate | |
f2py options: [] | |
f2py: scipy/integrate/vode.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/vode.pyf' (format:free) | |
Post-processing... | |
Block: dvode__user__routines | |
Block: dvode_user_interface | |
Block: f | |
Block: jac | |
Block: zvode__user__routines | |
Block: zvode_user_interface | |
Block: f | |
Block: jac | |
Block: vode | |
Block: dvode | |
Block: zvode | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_dvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_dvode__user__routines" | |
def jac(t,y): return jac | |
Constructing call-back function "cb_f_in_zvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_zvode__user__routines" | |
def jac(t,y): return jac | |
Building module "vode"... | |
Constructing wrapper function "dvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Constructing wrapper function "zvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
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]) | |
Wrote C/API module "vode" to file "build/src.macosx-10.5-fat3-2.7/scipy/integrate/vodemodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.integrate._dop" sources | |
f2py options: [] | |
f2py: scipy/integrate/dop.pyf | |
Reading fortran codes... | |
Reading file 'scipy/integrate/dop.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: fcn | |
Block: solout | |
Block: _dop | |
Block: dopri5 | |
Block: dop853 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_fcn_in___user__routines" | |
def fcn(x,y): return f | |
Constructing call-back function "cb_solout_in___user__routines" | |
def solout(nr,xold,x,y,con,icomp,[nd]): return irtn | |
Building module "_dop"... | |
Constructing wrapper function "dopri5"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dopri5(fcn,x,y,xend,rtol,atol,solout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Constructing wrapper function "dop853"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dop853(fcn,x,y,xend,rtol,atol,solout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Wrote C/API module "_dop" to file "build/src.macosx-10.5-fat3-2.7/scipy/integrate/_dopmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.interpolate._fitpack" sources | |
building extension "scipy.interpolate.dfitpack" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/interpolate | |
creating build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src | |
f2py options: [] | |
f2py: scipy/interpolate/src/fitpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/interpolate/src/fitpack.pyf' (format:free) | |
Post-processing... | |
Block: dfitpack | |
Block: splev | |
Block: splder | |
Block: splint | |
Block: sproot | |
Block: spalde | |
Block: curfit | |
Block: percur | |
Block: parcur | |
Block: fpcurf0 | |
Block: fpcurf1 | |
Block: fpcurfm1 | |
Block: bispev | |
Block: bispeu | |
Block: surfit_smth | |
Block: surfit_lsq | |
Block: regrid_smth | |
Block: dblint | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "dfitpack"... | |
Constructing wrapper function "splev"... | |
y = splev(t,c,k,x) | |
Constructing wrapper function "splder"... | |
y = splder(t,c,k,x,[nu]) | |
Creating wrapper for Fortran function "splint"("splint")... | |
Constructing wrapper function "splint"... | |
splint = splint(t,c,k,a,b) | |
Constructing wrapper function "sproot"... | |
zero,m,ier = sproot(t,c,[mest]) | |
Constructing wrapper function "spalde"... | |
d,ier = spalde(t,c,k,x) | |
Constructing wrapper function "curfit"... | |
n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s]) | |
Constructing wrapper function "percur"... | |
n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "parcur"... | |
n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "fpcurf0"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest]) | |
Constructing wrapper function "fpcurf1"... | |
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]) | |
Constructing wrapper function "fpcurfm1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t]) | |
Constructing wrapper function "bispev"... | |
z,ier = bispev(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "bispeu"... | |
z,ier = bispeu(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "surfit_smth"... | |
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]) | |
Constructing wrapper function "surfit_lsq"... | |
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]) | |
Constructing wrapper function "regrid_smth"... | |
nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) | |
Creating wrapper for Fortran function "dblint"("dblint")... | |
Constructing wrapper function "dblint"... | |
dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye) | |
Wrote C/API module "dfitpack" to file "build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpack-f2pywrappers.f" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources. | |
building extension "scipy.interpolate._interpolate" sources | |
building extension "scipy.io.matlab.streams" sources | |
building extension "scipy.io.matlab.mio_utils" sources | |
building extension "scipy.io.matlab.mio5_utils" sources | |
building extension "scipy.lib.blas.fblas" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/lib | |
creating build/src.macosx-10.5-fat3-2.7/scipy/lib/blas | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas.pyf | |
('Including file', 'scipy/lib/blas/fblas_l1.pyf.src') | |
('Including file', 'scipy/lib/blas/fblas_l2.pyf.src') | |
('Including file', 'scipy/lib/blas/fblas_l3.pyf.src') | |
Mismatch in number of replacements (base <prefix=s,d,c,z>) for <__l1=->. Ignoring. | |
conv_template:> build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblaswrap_veclib_c.c | |
creating build/src.macosx-10.5-fat3-2.7/build | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7 | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas | |
f2py options: ['skip:', ':'] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas.pyf' (format:free) | |
Post-processing... | |
Block: fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: dnrm2 | |
Block: scnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: dasum | |
Block: scasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("sdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Wrote C/API module "fblas" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas-f2pywrappers.f" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
adding 'build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas-f2pywrappers.f' to sources. | |
building extension "scipy.lib.blas.cblas" sources | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/cblas.pyf' to sources. | |
f2py options: ['skip:', ':'] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/cblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/cblas.pyf' (format:free) | |
Post-processing... | |
Block: cblas | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "cblas" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/cblasmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.lib.lapack.flapack" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/flapack.pyf | |
('Including file', 'scipy/lib/lapack/flapack_user.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_le.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_lls.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_esv.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_gesv.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_lec.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_llsc.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_sevc.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_evc.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_svdc.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_gsevc.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_gevc.pyf.src') | |
('Including file', 'scipy/lib/lapack/flapack_aux.pyf.src') | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
f2py options: ['skip:', ':'] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/flapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/flapack.pyf' (format:free) | |
Post-processing... | |
Block: flapack | |
Block: gees__user__routines | |
Block: gees_user_interface | |
Block: sselect | |
Block: dselect | |
Block: cselect | |
Block: zselect | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: sgelss | |
Block: dgelss | |
Block: cgelss | |
Block: zgelss | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: ssyevd | |
Block: dsyevd | |
Block: cheevd | |
Block: zheevd | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: sgees | |
Block: dgees | |
Block: cgees | |
Block: zgees | |
Block: sgeev | |
Block: dgeev | |
Block: cgeev | |
Block: zgeev | |
Block: sgesdd | |
Block: dgesdd | |
Block: cgesdd | |
Block: zgesdd | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_sselect_in_gees__user__routines" | |
def sselect(arg1,arg2): return sselect | |
Constructing call-back function "cb_dselect_in_gees__user__routines" | |
def dselect(arg1,arg2): return dselect | |
Constructing call-back function "cb_cselect_in_gees__user__routines" | |
def cselect(arg): return cselect | |
Constructing call-back function "cb_zselect_in_gees__user__routines" | |
def zselect(arg): return zselect | |
Building module "flapack"... | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevd"... | |
w,v,info = ssyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevd"... | |
w,v,info = dsyevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheevd"... | |
w,v,info = cheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheevd"... | |
w,v,info = zheevd(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevr"... | |
w,v,info = ssyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,v,info = dsyevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,v,info = cheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,v,info = zheevr(a,[compute_v,lower,vrange,irange,atol,lwork,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
w,v,info = ssygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
w,v,info = dsygv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
w,v,info = chegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
w,v,info = zhegv(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
w,v,info = ssygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
w,v,info = dsygvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
w,v,info = chegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
w,v,info = zhegvd(a,b,[itype,compute_v,lower,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,info = sorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "dorgqr"... | |
q,info = dorgqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "cungqr"... | |
q,info = cungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "zungqr"... | |
q,info = zungqr(qr,tau,[lwork,overwrite_qr,overwrite_tau]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Wrote C/API module "flapack" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/flapackmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.lib.lapack.clapack" sources | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/clapack.pyf' to sources. | |
f2py options: ['skip:', ':'] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/clapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "clapack" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/clapackmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.lib.lapack.calc_lwork" sources | |
f2py options: [] | |
f2py:> build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/calc_lworkmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/lib/lapack/calc_lwork.f' (format:fix,strict) | |
Post-processing... | |
Block: calc_lwork | |
Block: gehrd | |
Block: gesdd | |
Block: gelss | |
Block: getri | |
Block: geev | |
Block: heev | |
Block: syev | |
Block: gees | |
Block: geqrf | |
Block: gqr | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "calc_lwork"... | |
Constructing wrapper function "gehrd"... | |
minwrk,maxwrk = gehrd(prefix,n,[lo,hi]) | |
Constructing wrapper function "gesdd"... | |
minwrk,maxwrk = gesdd(prefix,m,n,[compute_uv]) | |
Constructing wrapper function "gelss"... | |
minwrk,maxwrk = gelss(prefix,m,n,nrhs) | |
Constructing wrapper function "getri"... | |
minwrk,maxwrk = getri(prefix,n) | |
Constructing wrapper function "geev"... | |
minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) | |
Constructing wrapper function "heev"... | |
minwrk,maxwrk = heev(prefix,n,[lower]) | |
Constructing wrapper function "syev"... | |
minwrk,maxwrk = syev(prefix,n,[lower]) | |
Constructing wrapper function "gees"... | |
minwrk,maxwrk = gees(prefix,n,[compute_v]) | |
Constructing wrapper function "geqrf"... | |
minwrk,maxwrk = geqrf(prefix,m,n) | |
Constructing wrapper function "gqr"... | |
minwrk,maxwrk = gqr(prefix,m,n) | |
Wrote C/API module "calc_lwork" to file "build/src.macosx-10.5-fat3-2.7/scipy/lib/lapack/calc_lworkmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.lib.lapack.atlas_version" sources | |
building extension "scipy.linalg.fblas" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/linalg | |
generating fblas interface | |
23 | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/fblas.pyf' to sources. | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg | |
f2py options: [] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/linalg/fblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/fblas.pyf' (format:free) | |
Post-processing... | |
Block: fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: chemv | |
Block: zhemv | |
Block: ssymv | |
Block: dsymv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Block: sdot | |
Block: ddot | |
Block: snrm2 | |
Block: dnrm2 | |
Block: scnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: dasum | |
Block: scasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,beta,y,[offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,unitdiag,overwrite_x]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Creating wrapper for Fortran function "sdot"("sdot")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Wrote C/API module "fblas" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/fblas-f2pywrappers.f" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
adding 'build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/fblas-f2pywrappers.f' to sources. | |
building extension "scipy.linalg.cblas" sources | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/cblas.pyf' to sources. | |
f2py options: [] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/linalg/cblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/cblas.pyf' (format:free) | |
Post-processing... | |
Block: cblas | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "cblas"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "cblas" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/cblasmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.linalg.flapack" sources | |
generating flapack interface | |
63 | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/flapack.pyf' to sources. | |
f2py options: [] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/linalg/flapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/flapack.pyf' (format:free) | |
Post-processing... | |
Block: cgees__user__routines | |
Block: cgees_user_interface | |
Block: cselect | |
Block: dgees__user__routines | |
Block: dgees_user_interface | |
Block: dselect | |
Block: sgees__user__routines | |
Block: sgees_user_interface | |
Block: sselect | |
Block: zgees__user__routines | |
Block: zgees_user_interface | |
Block: zselect | |
Block: flapack | |
Block: spbtrf | |
Block: dpbtrf | |
Block: cpbtrf | |
Block: zpbtrf | |
Block: spbtrs | |
Block: dpbtrs | |
Block: cpbtrs | |
Block: zpbtrs | |
Block: spbsv | |
Block: dpbsv | |
Block: cpbsv | |
Block: zpbsv | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: sgesdd | |
Block: dgesdd | |
Block: cgesdd | |
Block: zgesdd | |
Block: sgelss | |
Block: dgelss | |
Block: cgelss | |
Block: zgelss | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sgerqf | |
Block: dgerqf | |
Block: cgerqf | |
Block: zgerqf | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sgeev | |
Block: dgeev | |
Block: cgeev | |
Block: zgeev | |
Block: sgegv | |
Block: dgegv | |
Block: cgegv | |
Block: zgegv | |
Block: ssyev | |
Block: dsyev | |
Block: cheev | |
Block: zheev | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Block: cgees | |
Block: zgees | |
Block: dgees | |
Block: sgees | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: ssbev | |
Block: dsbev | |
Block: ssbevd | |
Block: dsbevd | |
Block: ssbevx | |
Block: dsbevx | |
Block: chbevd | |
Block: zhbevd | |
Block: chbevx | |
Block: zhbevx | |
Block: sgbtrf | |
Block: dgbtrf | |
Block: cgbtrf | |
Block: zgbtrf | |
Block: sgbtrs | |
Block: dgbtrs | |
Block: cgbtrs | |
Block: zgbtrs | |
Block: ssyevr | |
Block: dsyevr | |
Block: cheevr | |
Block: zheevr | |
Block: ssygv | |
Block: dsygv | |
Block: chegv | |
Block: zhegv | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: ssygvx | |
Block: dsygvx | |
Block: chegvx | |
Block: zhegvx | |
Block: slamch | |
Block: dlamch | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_cselect_in_cgees__user__routines" | |
def cselect(e_w__i__e): return cselect | |
Constructing call-back function "cb_dselect_in_dgees__user__routines" | |
def dselect(e_wr__i__e,e_wi__i__e): return dselect | |
Constructing call-back function "cb_sselect_in_sgees__user__routines" | |
def sselect(e_wr__i__e,e_wi__i__e): return sselect | |
Constructing call-back function "cb_zselect_in_zgees__user__routines" | |
def zselect(e_w__i__e): return zselect | |
Building module "flapack"... | |
Constructing wrapper function "spbtrf"... | |
c,info = spbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dpbtrf"... | |
c,info = dpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "cpbtrf"... | |
c,info = cpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "zpbtrf"... | |
c,info = zpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "spbtrs"... | |
x,info = spbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "dpbtrs"... | |
x,info = dpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "cpbtrs"... | |
x,info = cpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "zpbtrs"... | |
x,info = zpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "spbsv"... | |
c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dpbsv"... | |
c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cpbsv"... | |
c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zpbsv"... | |
c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,lwork,overwrite_a]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgerqf"... | |
qr,tau,work,info = sgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgerqf"... | |
qr,tau,work,info = dgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgerqf"... | |
qr,tau,work,info = cgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgerqf"... | |
qr,tau,work,info = zgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sorgqr"... | |
q,work,info = sorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgqr"... | |
q,work,info = dorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungqr"... | |
q,work,info = cungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungqr"... | |
q,work,info = zungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgegv"... | |
alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgegv"... | |
alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgegv"... | |
alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgegv"... | |
alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssbev"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dsbev"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "ssbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "dsbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "ssbevx"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "dsbevx"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "chbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "zhbevd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "chbevx"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "zhbevx"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "sgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "dgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "cgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "zgbtrf"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "sgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "dgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "cgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "zgbtrs"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "ssyevr"... | |
w,z,info = ssyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,z,info = dsyevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "cheevr"... | |
w,z,info = cheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,z,info = zheevr(a,[jobz,range,uplo,il,iu,lwork,overwrite_a]) | |
Constructing wrapper function "ssygv"... | |
a,w,info = ssygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
a,w,info = dsygv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv"... | |
a,w,info = chegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
a,w,info = zhegv(a,b,[itype,jobz,uplo,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvd"... | |
a,w,info = ssygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
a,w,info = dsygvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
a,w,info = chegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
a,w,info = zhegvd(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvx"... | |
w,z,ifail,info = ssygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvx"... | |
w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvx"... | |
w,z,ifail,info = chegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvx"... | |
w,z,ifail,info = zhegvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b]) | |
Creating wrapper for Fortran function "slamch"("slamch")... | |
Constructing wrapper function "slamch"... | |
slamch = slamch(cmach) | |
Creating wrapper for Fortran function "dlamch"("dlamch")... | |
Constructing wrapper function "dlamch"... | |
dlamch = dlamch(cmach) | |
Wrote C/API module "flapack" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/flapackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/flapack-f2pywrappers.f" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
adding 'build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/flapack-f2pywrappers.f' to sources. | |
building extension "scipy.linalg.clapack" sources | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/clapack.pyf' to sources. | |
f2py options: [] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/linalg/clapack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/linalg/clapack.pyf' (format:free) | |
Post-processing... | |
Block: clapack | |
Block: empty_module | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "clapack"... | |
Constructing wrapper function "empty_module"... | |
empty_module() | |
Wrote C/API module "clapack" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/linalg/clapackmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.linalg._flinalg" sources | |
f2py options: [] | |
f2py:> build/src.macosx-10.5-fat3-2.7/scipy/linalg/_flinalgmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/linalg/src/det.f' (format:fix,strict) | |
Reading file 'scipy/linalg/src/lu.f' (format:fix,strict) | |
Post-processing... | |
Block: _flinalg | |
Block: ddet_c | |
Block: ddet_r | |
Block: sdet_c | |
Block: sdet_r | |
Block: zdet_c | |
Block: zdet_r | |
Block: cdet_c | |
Block: cdet_r | |
Block: dlu_c | |
Block: zlu_c | |
Block: slu_c | |
Block: clu_c | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_flinalg"... | |
Constructing wrapper function "ddet_c"... | |
det,info = ddet_c(a,[overwrite_a]) | |
Constructing wrapper function "ddet_r"... | |
det,info = ddet_r(a,[overwrite_a]) | |
Constructing wrapper function "sdet_c"... | |
det,info = sdet_c(a,[overwrite_a]) | |
Constructing wrapper function "sdet_r"... | |
det,info = sdet_r(a,[overwrite_a]) | |
Constructing wrapper function "zdet_c"... | |
det,info = zdet_c(a,[overwrite_a]) | |
Constructing wrapper function "zdet_r"... | |
det,info = zdet_r(a,[overwrite_a]) | |
Constructing wrapper function "cdet_c"... | |
det,info = cdet_c(a,[overwrite_a]) | |
Constructing wrapper function "cdet_r"... | |
det,info = cdet_r(a,[overwrite_a]) | |
Constructing wrapper function "dlu_c"... | |
p,l,u,info = dlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "zlu_c"... | |
p,l,u,info = zlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "slu_c"... | |
p,l,u,info = slu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "clu_c"... | |
p,l,u,info = clu_c(a,[permute_l,overwrite_a]) | |
Wrote C/API module "_flinalg" to file "build/src.macosx-10.5-fat3-2.7/scipy/linalg/_flinalgmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.linalg.calc_lwork" sources | |
f2py options: [] | |
f2py:> build/src.macosx-10.5-fat3-2.7/scipy/linalg/calc_lworkmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/linalg/src/calc_lwork.f' (format:fix,strict) | |
Post-processing... | |
Block: calc_lwork | |
Block: gehrd | |
Block: gesdd | |
Block: gelss | |
Block: getri | |
Block: geev | |
Block: heev | |
Block: syev | |
Block: gees | |
Block: geqrf | |
Block: gqr | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "calc_lwork"... | |
Constructing wrapper function "gehrd"... | |
minwrk,maxwrk = gehrd(prefix,n,lo,hi) | |
Constructing wrapper function "gesdd"... | |
minwrk,maxwrk = gesdd(prefix,m,n,compute_uv) | |
Constructing wrapper function "gelss"... | |
minwrk,maxwrk = gelss(prefix,m,n,nrhs) | |
Constructing wrapper function "getri"... | |
minwrk,maxwrk = getri(prefix,n) | |
Constructing wrapper function "geev"... | |
minwrk,maxwrk = geev(prefix,n,[compute_vl,compute_vr]) | |
Constructing wrapper function "heev"... | |
minwrk,maxwrk = heev(prefix,n,[lower]) | |
Constructing wrapper function "syev"... | |
minwrk,maxwrk = syev(prefix,n,[lower]) | |
Constructing wrapper function "gees"... | |
minwrk,maxwrk = gees(prefix,n,[compute_v]) | |
Constructing wrapper function "geqrf"... | |
minwrk,maxwrk = geqrf(prefix,m,n) | |
Constructing wrapper function "gqr"... | |
minwrk,maxwrk = gqr(prefix,m,n) | |
Wrote C/API module "calc_lwork" to file "build/src.macosx-10.5-fat3-2.7/scipy/linalg/calc_lworkmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.linalg.atlas_version" sources | |
building extension "scipy.odr.__odrpack" sources | |
building extension "scipy.optimize._minpack" sources | |
building extension "scipy.optimize._zeros" sources | |
building extension "scipy.optimize._lbfgsb" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/optimize | |
creating build/src.macosx-10.5-fat3-2.7/scipy/optimize/lbfgsb | |
f2py options: [] | |
f2py: scipy/optimize/lbfgsb/lbfgsb.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/lbfgsb/lbfgsb.pyf' (format:free) | |
Post-processing... | |
Block: _lbfgsb | |
Block: setulb | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_lbfgsb"... | |
Constructing wrapper function "setulb"... | |
setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,[n]) | |
Wrote C/API module "_lbfgsb" to file "build/src.macosx-10.5-fat3-2.7/scipy/optimize/lbfgsb/_lbfgsbmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.optimize.moduleTNC" sources | |
building extension "scipy.optimize._cobyla" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/optimize/cobyla | |
f2py options: [] | |
f2py: scipy/optimize/cobyla/cobyla.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/cobyla/cobyla.pyf' (format:free) | |
Post-processing... | |
Block: _cobyla__user__routines | |
Block: _cobyla_user_interface | |
Block: calcfc | |
Block: _cobyla | |
Block: minimize | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_calcfc_in__cobyla__user__routines" | |
def calcfc(x,con): return f | |
Building module "_cobyla"... | |
Constructing wrapper function "minimize"... | |
x = minimize(calcfc,m,x,rhobeg,rhoend,[iprint,maxfun,calcfc_extra_args]) | |
Wrote C/API module "_cobyla" to file "build/src.macosx-10.5-fat3-2.7/scipy/optimize/cobyla/_cobylamodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.optimize.minpack2" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/optimize/minpack2 | |
f2py options: [] | |
f2py: scipy/optimize/minpack2/minpack2.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/minpack2/minpack2.pyf' (format:free) | |
Post-processing... | |
Block: minpack2 | |
Block: dcsrch | |
Block: dcstep | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "minpack2"... | |
Constructing wrapper function "dcsrch"... | |
stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave) | |
Constructing wrapper function "dcstep"... | |
stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax) | |
Wrote C/API module "minpack2" to file "build/src.macosx-10.5-fat3-2.7/scipy/optimize/minpack2/minpack2module.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.optimize._slsqp" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/optimize/slsqp | |
f2py options: [] | |
f2py: scipy/optimize/slsqp/slsqp.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/slsqp/slsqp.pyf' (format:free) | |
Post-processing... | |
Block: _slsqp | |
Block: slsqp | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_slsqp"... | |
Constructing wrapper function "slsqp"... | |
slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,[la,n,l_w,l_jw]) | |
Wrote C/API module "_slsqp" to file "build/src.macosx-10.5-fat3-2.7/scipy/optimize/slsqp/_slsqpmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.optimize._nnls" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/optimize/nnls | |
f2py options: [] | |
f2py: scipy/optimize/nnls/nnls.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/nnls/nnls.pyf' (format:free) | |
crackline: groupcounter=1 groupname={0: '', 1: 'python module', 2: 'interface', 3: 'subroutine'} | |
crackline: Mismatch of blocks encountered. Trying to fix it by assuming "end" statement. | |
Post-processing... | |
Block: _nnls | |
Block: nnls | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_nnls"... | |
Constructing wrapper function "nnls"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,[mda,overwrite_a,overwrite_b]) | |
Wrote C/API module "_nnls" to file "build/src.macosx-10.5-fat3-2.7/scipy/optimize/nnls/_nnlsmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.signal.sigtools" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/signal | |
conv_template:> build/src.macosx-10.5-fat3-2.7/scipy/signal/lfilter.c | |
conv_template:> build/src.macosx-10.5-fat3-2.7/scipy/signal/correlate_nd.c | |
building extension "scipy.signal.spline" sources | |
building extension "scipy.sparse.linalg.isolve._iterative" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/STOPTEST2.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/getbreak.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/CGREVCOM.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.f | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/_iterative.pyf | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative | |
f2py options: [] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/_iterative.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/_iterative.pyf' (format:free) | |
Post-processing... | |
Block: _iterative | |
Block: sbicgrevcom | |
Block: dbicgrevcom | |
Block: cbicgrevcom | |
Block: zbicgrevcom | |
Block: sbicgstabrevcom | |
Block: dbicgstabrevcom | |
Block: cbicgstabrevcom | |
Block: zbicgstabrevcom | |
Block: scgrevcom | |
Block: dcgrevcom | |
Block: ccgrevcom | |
Block: zcgrevcom | |
Block: scgsrevcom | |
Block: dcgsrevcom | |
Block: ccgsrevcom | |
Block: zcgsrevcom | |
Block: sqmrrevcom | |
Block: dqmrrevcom | |
Block: cqmrrevcom | |
Block: zqmrrevcom | |
Block: sgmresrevcom | |
Block: dgmresrevcom | |
Block: cgmresrevcom | |
Block: zgmresrevcom | |
Block: sstoptest2 | |
Block: dstoptest2 | |
Block: cstoptest2 | |
Block: zstoptest2 | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_iterative"... | |
Constructing wrapper function "sbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sstoptest2"... | |
bnrm2,resid,info = sstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "dstoptest2"... | |
bnrm2,resid,info = dstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "cstoptest2"... | |
bnrm2,resid,info = cstoptest2(r,b,bnrm2,tol,info) | |
Constructing wrapper function "zstoptest2"... | |
bnrm2,resid,info = zstoptest2(r,b,bnrm2,tol,info) | |
Wrote C/API module "_iterative" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.sparse.linalg.dsolve._superlu" sources | |
building extension "scipy.sparse.linalg.dsolve.umfpack.__umfpack" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
building extension "scipy.sparse.linalg.eigen.arpack._arpack" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
creating build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
from_template:> build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
creating build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
f2py options: [] | |
f2py: build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/arpack.pyf' (format:free) | |
Post-processing... | |
Block: _arpack | |
Block: ssaupd | |
Block: dsaupd | |
Block: sseupd | |
Block: dseupd | |
Block: snaupd | |
Block: dnaupd | |
Block: sneupd | |
Block: dneupd | |
Block: cnaupd | |
Block: znaupd | |
Block: cneupd | |
Block: zneupd | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_arpack"... | |
Constructing wrapper function "ssaupd"... | |
ido,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dsaupd"... | |
ido,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sseupd"... | |
d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dseupd"... | |
d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "snaupd"... | |
ido,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dnaupd"... | |
ido,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sneupd"... | |
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]) | |
Constructing wrapper function "dneupd"... | |
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]) | |
Constructing wrapper function "cnaupd"... | |
ido,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "znaupd"... | |
ido,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cneupd"... | |
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]) | |
Constructing wrapper function "zneupd"... | |
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]) | |
Constructing COMMON block support for "debug"... | |
logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd | |
Constructing COMMON block support for "timing"... | |
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 | |
Wrote C/API module "_arpack" to file "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
adding 'build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f' to sources. | |
building extension "scipy.sparse.sparsetools._csr" sources | |
building extension "scipy.sparse.sparsetools._csc" sources | |
building extension "scipy.sparse.sparsetools._coo" sources | |
building extension "scipy.sparse.sparsetools._bsr" sources | |
building extension "scipy.sparse.sparsetools._dia" sources | |
building extension "scipy.spatial.ckdtree" sources | |
building extension "scipy.spatial._distance_wrap" sources | |
building extension "scipy.special._cephes" sources | |
building extension "scipy.special.specfun" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/special | |
f2py options: ['--no-wrap-functions'] | |
f2py: scipy/special/specfun.pyf | |
Reading fortran codes... | |
Reading file 'scipy/special/specfun.pyf' (format:free) | |
Post-processing... | |
Block: specfun | |
Block: clqmn | |
Block: lqmn | |
Block: clpmn | |
Block: jdzo | |
Block: bernob | |
Block: bernoa | |
Block: csphjy | |
Block: lpmns | |
Block: eulera | |
Block: clqn | |
Block: airyzo | |
Block: eulerb | |
Block: cva1 | |
Block: lqnb | |
Block: lamv | |
Block: lagzo | |
Block: legzo | |
Block: pbdv | |
Block: cerzo | |
Block: lamn | |
Block: clpn | |
Block: lqmns | |
Block: chgm | |
Block: lpmn | |
Block: fcszo | |
Block: aswfb | |
Block: lqna | |
Block: cpbdn | |
Block: lpn | |
Block: fcoef | |
Block: sphi | |
Block: rcty | |
Block: lpni | |
Block: cyzo | |
Block: csphik | |
Block: sphj | |
Block: othpl | |
Block: klvnzo | |
Block: jyzo | |
Block: rctj | |
Block: herzo | |
Block: sphk | |
Block: pbvv | |
Block: segv | |
Block: sphy | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "specfun"... | |
Constructing wrapper function "clqmn"... | |
cqm,cqd = clqmn(m,n,z) | |
Constructing wrapper function "lqmn"... | |
qm,qd = lqmn(m,n,x) | |
Constructing wrapper function "clpmn"... | |
cpm,cpd = clpmn(m,n,x,y) | |
Constructing wrapper function "jdzo"... | |
n,m,pcode,zo = jdzo(nt) | |
Constructing wrapper function "bernob"... | |
bn = bernob(n) | |
Constructing wrapper function "bernoa"... | |
bn = bernoa(n) | |
Constructing wrapper function "csphjy"... | |
nm,csj,cdj,csy,cdy = csphjy(n,z) | |
Constructing wrapper function "lpmns"... | |
pm,pd = lpmns(m,n,x) | |
Constructing wrapper function "eulera"... | |
en = eulera(n) | |
Constructing wrapper function "clqn"... | |
cqn,cqd = clqn(n,z) | |
Constructing wrapper function "airyzo"... | |
xa,xb,xc,xd = airyzo(nt,[kf]) | |
Constructing wrapper function "eulerb"... | |
en = eulerb(n) | |
Constructing wrapper function "cva1"... | |
cv = cva1(kd,m,q) | |
Constructing wrapper function "lqnb"... | |
qn,qd = lqnb(n,x) | |
Constructing wrapper function "lamv"... | |
vm,vl,dl = lamv(v,x) | |
Constructing wrapper function "lagzo"... | |
x,w = lagzo(n) | |
Constructing wrapper function "legzo"... | |
x,w = legzo(n) | |
Constructing wrapper function "pbdv"... | |
dv,dp,pdf,pdd = pbdv(v,x) | |
Constructing wrapper function "cerzo"... | |
zo = cerzo(nt) | |
Constructing wrapper function "lamn"... | |
nm,bl,dl = lamn(n,x) | |
Constructing wrapper function "clpn"... | |
cpn,cpd = clpn(n,z) | |
Constructing wrapper function "lqmns"... | |
qm,qd = lqmns(m,n,x) | |
Constructing wrapper function "chgm"... | |
hg = chgm(a,b,x) | |
Constructing wrapper function "lpmn"... | |
pm,pd = lpmn(m,n,x) | |
Constructing wrapper function "fcszo"... | |
zo = fcszo(kf,nt) | |
Constructing wrapper function "aswfb"... | |
s1f,s1d = aswfb(m,n,c,x,kd,cv) | |
Constructing wrapper function "lqna"... | |
qn,qd = lqna(n,x) | |
Constructing wrapper function "cpbdn"... | |
cpb,cpd = cpbdn(n,z) | |
Constructing wrapper function "lpn"... | |
pn,pd = lpn(n,x) | |
Constructing wrapper function "fcoef"... | |
fc = fcoef(kd,m,q,a) | |
Constructing wrapper function "sphi"... | |
nm,si,di = sphi(n,x) | |
Constructing wrapper function "rcty"... | |
nm,ry,dy = rcty(n,x) | |
Constructing wrapper function "lpni"... | |
pn,pd,pl = lpni(n,x) | |
Constructing wrapper function "cyzo"... | |
zo,zv = cyzo(nt,kf,kc) | |
Constructing wrapper function "csphik"... | |
nm,csi,cdi,csk,cdk = csphik(n,z) | |
Constructing wrapper function "sphj"... | |
nm,sj,dj = sphj(n,x) | |
Constructing wrapper function "othpl"... | |
pl,dpl = othpl(kf,n,x) | |
Constructing wrapper function "klvnzo"... | |
zo = klvnzo(nt,kd) | |
Constructing wrapper function "jyzo"... | |
rj0,rj1,ry0,ry1 = jyzo(n,nt) | |
Constructing wrapper function "rctj"... | |
nm,rj,dj = rctj(n,x) | |
Constructing wrapper function "herzo"... | |
x,w = herzo(n) | |
Constructing wrapper function "sphk"... | |
nm,sk,dk = sphk(n,x) | |
Constructing wrapper function "pbvv"... | |
vv,vp,pvf,pvd = pbvv(v,x) | |
Constructing wrapper function "segv"... | |
cv,eg = segv(m,n,c,kd) | |
Constructing wrapper function "sphy"... | |
nm,sy,dy = sphy(n,x) | |
Wrote C/API module "specfun" to file "build/src.macosx-10.5-fat3-2.7/scipy/special/specfunmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.special.orthogonal_eval" sources | |
building extension "scipy.special.lambertw" sources | |
building extension "scipy.stats.statlib" sources | |
creating build/src.macosx-10.5-fat3-2.7/scipy/stats | |
f2py options: ['--no-wrap-functions'] | |
f2py: scipy/stats/statlib.pyf | |
Reading fortran codes... | |
Reading file 'scipy/stats/statlib.pyf' (format:free) | |
Post-processing... | |
Block: statlib | |
Block: swilk | |
Block: wprob | |
Block: gscale | |
Block: prho | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "statlib"... | |
Constructing wrapper function "swilk"... | |
a,w,pw,ifault = swilk(x,a,[init,n1]) | |
Constructing wrapper function "wprob"... | |
astart,a1,ifault = wprob(test,other) | |
Constructing wrapper function "gscale"... | |
astart,a1,ifault = gscale(test,other) | |
Constructing wrapper function "prho"... | |
ifault = prho(n,is) | |
Wrote C/API module "statlib" to file "build/src.macosx-10.5-fat3-2.7/scipy/stats/statlibmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.stats.vonmises_cython" sources | |
building extension "scipy.stats.futil" sources | |
f2py options: [] | |
f2py:> build/src.macosx-10.5-fat3-2.7/scipy/stats/futilmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/stats/futil.f' (format:fix,strict) | |
Post-processing... | |
Block: futil | |
Block: dqsort | |
Block: dfreps | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "futil"... | |
Constructing wrapper function "dqsort"... | |
arr = dqsort(arr,[overwrite_arr]) | |
Constructing wrapper function "dfreps"... | |
replist,repnum,nlist = dfreps(arr) | |
Wrote C/API module "futil" to file "build/src.macosx-10.5-fat3-2.7/scipy/stats/futilmodule.c" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
building extension "scipy.stats.mvn" sources | |
f2py options: [] | |
f2py: scipy/stats/mvn.pyf | |
Reading fortran codes... | |
Reading file 'scipy/stats/mvn.pyf' (format:free) | |
Post-processing... | |
Block: mvn | |
Block: mvnun | |
Block: mvndst | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "mvn"... | |
Constructing wrapper function "mvnun"... | |
value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps]) | |
Constructing wrapper function "mvndst"... | |
error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps]) | |
Constructing COMMON block support for "dkblck"... | |
ivls | |
Wrote C/API module "mvn" to file "build/src.macosx-10.5-fat3-2.7/scipy/stats/mvnmodule.c" | |
Fortran 77 wrappers are saved to "build/src.macosx-10.5-fat3-2.7/scipy/stats/mvn-f2pywrappers.f" | |
adding 'build/src.macosx-10.5-fat3-2.7/fortranobject.c' to sources. | |
adding 'build/src.macosx-10.5-fat3-2.7' to include_dirs. | |
adding 'build/src.macosx-10.5-fat3-2.7/scipy/stats/mvn-f2pywrappers.f' to sources. | |
building extension "scipy.ndimage._nd_image" sources | |
building data_files sources | |
build_src: building npy-pkg config files | |
running build_py | |
creating build/lib.macosx-10.5-fat3-2.7 | |
creating build/lib.macosx-10.5-fat3-2.7/scipy | |
copying scipy/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy | |
copying scipy/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy | |
copying scipy/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy | |
copying scipy/version.py -> build/lib.macosx-10.5-fat3-2.7/scipy | |
copying build/src.macosx-10.5-fat3-2.7/scipy/__config__.py -> build/lib.macosx-10.5-fat3-2.7/scipy | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
copying scipy/cluster/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
copying scipy/cluster/hierarchy.py -> build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
copying scipy/cluster/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
copying scipy/cluster/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
copying scipy/cluster/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
copying scipy/cluster/vq.py -> build/lib.macosx-10.5-fat3-2.7/scipy/cluster | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/constants | |
copying scipy/constants/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/constants | |
copying scipy/constants/codata.py -> build/lib.macosx-10.5-fat3-2.7/scipy/constants | |
copying scipy/constants/constants.py -> build/lib.macosx-10.5-fat3-2.7/scipy/constants | |
copying scipy/constants/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/constants | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/basic.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/fftpack_version.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/helper.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/pseudo_diffs.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/realtransforms.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
copying scipy/fftpack/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/fftpack | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/ode.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/odepack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/quadpack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/quadrature.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
copying scipy/integrate/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/integrate | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/fitpack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/fitpack2.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/interpolate.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/interpolate_wrapper.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/polyint.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/rbf.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
copying scipy/interpolate/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/interpolate | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/data_store.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/dumb_shelve.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/dumbdbm_patched.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/mmio.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/netcdf.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/recaster.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
copying scipy/io/wavfile.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/byteordercodes.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/mio.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/mio4.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/mio5.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/mio5_params.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/miobase.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
copying scipy/io/matlab/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/io/arff | |
copying scipy/io/arff/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/arff | |
copying scipy/io/arff/arffread.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/arff | |
copying scipy/io/arff/myfunctools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/arff | |
copying scipy/io/arff/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/arff | |
copying scipy/io/arff/utils.py -> build/lib.macosx-10.5-fat3-2.7/scipy/io/arff | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/lib | |
copying scipy/lib/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib | |
copying scipy/lib/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib | |
copying scipy/lib/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib | |
copying scipy/lib/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas | |
copying scipy/lib/blas/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas | |
copying scipy/lib/blas/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas | |
copying scipy/lib/blas/scons_support.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas | |
copying scipy/lib/blas/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas | |
copying scipy/lib/blas/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
copying scipy/lib/lapack/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
copying scipy/lib/lapack/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
copying scipy/lib/lapack/scons_support.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
copying scipy/lib/lapack/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
copying scipy/lib/lapack/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/lib/lapack | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/basic.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/blas.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/decomp.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/decomp_cholesky.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/decomp_lu.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/decomp_qr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/decomp_schur.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/decomp_svd.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/flinalg.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/interface_gen.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/lapack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/linalg_version.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/matfuncs.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/misc.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/scons_support.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/setup_atlas_version.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
copying scipy/linalg/special_matrices.py -> build/lib.macosx-10.5-fat3-2.7/scipy/linalg | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
copying scipy/maxentropy/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
copying scipy/maxentropy/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
copying scipy/maxentropy/maxentropy.py -> build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
copying scipy/maxentropy/maxentutils.py -> build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
copying scipy/maxentropy/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
copying scipy/maxentropy/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/maxentropy | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/common.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/doccer.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/helpmod.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/pexec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/pilutil.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/ppimport.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
copying scipy/misc/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/misc | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
copying scipy/odr/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
copying scipy/odr/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
copying scipy/odr/models.py -> build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
copying scipy/odr/odrpack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
copying scipy/odr/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
copying scipy/odr/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/odr | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/_tstutils.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/anneal.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/cobyla.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/lbfgsb.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/linesearch.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/minpack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/nnls.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/nonlin.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/optimize.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/slsqp.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/tnc.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
copying scipy/optimize/zeros.py -> build/lib.macosx-10.5-fat3-2.7/scipy/optimize | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/bsplines.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/filter_design.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/ltisys.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/signaltools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/waveforms.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/wavelets.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
copying scipy/signal/windows.py -> build/lib.macosx-10.5-fat3-2.7/scipy/signal | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/base.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/bsr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/compressed.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/construct.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/coo.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/csc.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/csr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/data.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/dia.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/dok.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/extract.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/lil.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/spfuncs.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
copying scipy/sparse/sputils.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
copying scipy/sparse/linalg/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
copying scipy/sparse/linalg/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
copying scipy/sparse/linalg/interface.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
copying scipy/sparse/linalg/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
copying scipy/sparse/linalg/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/iterative.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lgmres.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/lsqr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/minres.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
copying scipy/sparse/linalg/isolve/utils.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/isolve | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/linsolve.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
copying scipy/sparse/linalg/dsolve/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
copying scipy/sparse/linalg/dsolve/umfpack/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
copying scipy/sparse/linalg/dsolve/umfpack/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
copying scipy/sparse/linalg/dsolve/umfpack/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
copying scipy/sparse/linalg/dsolve/umfpack/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
copying scipy/sparse/linalg/dsolve/umfpack/umfpack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/umfpack | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
copying scipy/sparse/linalg/eigen/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/arpack.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
copying scipy/sparse/linalg/eigen/arpack/speigs.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/lobpcg.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/lobpcg | |
copying scipy/sparse/linalg/eigen/lobpcg/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/lobpcg | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/bsr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/coo.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/csc.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/csr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/dia.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
copying scipy/sparse/sparsetools/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/sparse/sparsetools | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
copying scipy/spatial/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
copying scipy/spatial/distance.py -> build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
copying scipy/spatial/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
copying scipy/spatial/kdtree.py -> build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
copying scipy/spatial/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
copying scipy/spatial/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/spatial | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/basic.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/gendoc.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/orthogonal.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/special_version.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
copying scipy/special/spfun_stats.py -> build/lib.macosx-10.5-fat3-2.7/scipy/special | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/_support.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/distributions.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/kde.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/morestats.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/mstats.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/mstats_basic.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/mstats_extras.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/rv.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/stats.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
copying scipy/stats/vonmises.py -> build/lib.macosx-10.5-fat3-2.7/scipy/stats | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/_ni_support.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/filters.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/fourier.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/interpolation.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/io.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/measurements.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/morphology.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
copying scipy/ndimage/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/ndimage | |
creating build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/__init__.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/accelerate_tools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/ast_tools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/base_info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/base_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/blitz_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/blitz_tools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/build_tools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/bytecodecompiler.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/c_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/catalog.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/common_info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/converters.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/cpp_namespace_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/ext_tools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/inline_tools.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/md5_load.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/numpy_scalar_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/platform_info.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/setup.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/setupscons.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/size_check.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/slice_handler.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/standard_array_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/swig2_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/swigptr.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/swigptr2.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/vtk_spec.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
copying scipy/weave/weave_version.py -> build/lib.macosx-10.5-fat3-2.7/scipy/weave | |
running build_clib | |
customize UnixCCompiler | |
customize UnixCCompiler using build_clib | |
customize NAGFCompiler | |
Could not locate executable f95 | |
customize AbsoftFCompiler | |
Could not locate executable f90 | |
Could not locate executable f77 | |
customize IBMFCompiler | |
Could not locate executable xlf90 | |
Could not locate executable xlf | |
customize IntelFCompiler | |
Could not locate executable ifort | |
Could not locate executable ifc | |
customize GnuFCompiler | |
Could not locate executable g77 | |
customize Gnu95FCompiler | |
Found executable /usr/local/bin/gfortran | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using build_clib | |
building 'dfftpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/fftpack | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/dfftpack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosqi.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcost.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dcosti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftb1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dfftf1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dffti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dffti1.f | |
scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/dfftpack/dffti1.f: In function ‘dffti1’: | |
scipy/fftpack/src/dfftpack/dffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinqi.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsint.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsint1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/dsinti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftb.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftb1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftf.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zfftf1.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zffti.f | |
gfortran:f77: scipy/fftpack/src/dfftpack/zffti1.f | |
scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/dfftpack/zffti1.f: In function ‘zffti1’: | |
scipy/fftpack/src/dfftpack/zffti1.f:11: warning: ‘ntry’ may be used uninitialized in this function | |
ar: adding 23 object files to build/temp.macosx-10.5-fat3-2.7/libdfftpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libdfftpack.a | |
building 'fftpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/fftpack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftb1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cfftf1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cffti.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cffti1.f | |
scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/fftpack/cffti1.f: In function ‘cffti1’: | |
scipy/fftpack/src/fftpack/cffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cosqi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/cost.f | |
gfortran:f77: scipy/fftpack/src/fftpack/costi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftb1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rfftf1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rffti.f | |
gfortran:f77: scipy/fftpack/src/fftpack/rffti1.f | |
scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
scipy/fftpack/src/fftpack/rffti1.f: In function ‘rffti1’: | |
scipy/fftpack/src/fftpack/rffti1.f:10: warning: ‘ntry’ may be used uninitialized in this function | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqb.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqf.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinqi.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sint.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sint1.f | |
gfortran:f77: scipy/fftpack/src/fftpack/sinti.f | |
ar: adding 23 object files to build/temp.macosx-10.5-fat3-2.7/libfftpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libfftpack.a | |
building 'linpack_lite' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/integrate | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/integrate/linpack_lite | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/linpack_lite/dgbfa.f | |
gfortran:f77: scipy/integrate/linpack_lite/dgbsl.f | |
gfortran:f77: scipy/integrate/linpack_lite/dgefa.f | |
gfortran:f77: scipy/integrate/linpack_lite/dgesl.f | |
gfortran:f77: scipy/integrate/linpack_lite/dgtsl.f | |
gfortran:f77: scipy/integrate/linpack_lite/zgbfa.f | |
gfortran:f77: scipy/integrate/linpack_lite/zgbsl.f | |
gfortran:f77: scipy/integrate/linpack_lite/zgefa.f | |
gfortran:f77: scipy/integrate/linpack_lite/zgesl.f | |
ar: adding 9 object files to build/temp.macosx-10.5-fat3-2.7/liblinpack_lite.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/liblinpack_lite.a | |
building 'mach' library | |
using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/integrate/setup.py', 1)} | |
customize Gnu95FCompiler | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/integrate/mach | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/mach/d1mach.f | |
gfortran:f77: scipy/integrate/mach/i1mach.f | |
gfortran:f77: scipy/integrate/mach/r1mach.f | |
gfortran:f77: scipy/integrate/mach/xerror.f | |
scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
scipy/integrate/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/integrate/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
ar: adding 4 object files to build/temp.macosx-10.5-fat3-2.7/libmach.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libmach.a | |
building 'quadpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/integrate/quadpack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/quadpack/dqag.f | |
gfortran:f77: scipy/integrate/quadpack/dqage.f | |
gfortran:f77: scipy/integrate/quadpack/dqagi.f | |
gfortran:f77: scipy/integrate/quadpack/dqagie.f | |
scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f: In function ‘dqagie’: | |
scipy/integrate/quadpack/dqagie.f:154: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:153: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:152: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagie.f:151: warning: ‘correc’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqagp.f | |
gfortran:f77: scipy/integrate/quadpack/dqagpe.f | |
scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f: In function ‘dqagpe’: | |
scipy/integrate/quadpack/dqagpe.f:196: warning: ‘k’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagpe.f:191: warning: ‘correc’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqags.f | |
gfortran:f77: scipy/integrate/quadpack/dqagse.f | |
scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f: In function ‘dqagse’: | |
scipy/integrate/quadpack/dqagse.f:153: warning: ‘small’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:152: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:151: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqagse.f:150: warning: ‘correc’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqawc.f | |
gfortran:f77: scipy/integrate/quadpack/dqawce.f | |
gfortran:f77: scipy/integrate/quadpack/dqawf.f | |
gfortran:f77: scipy/integrate/quadpack/dqawfe.f | |
scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f: In function ‘dqawfe’: | |
scipy/integrate/quadpack/dqawfe.f:203: warning: ‘ll’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawfe.f:200: warning: ‘drl’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqawo.f | |
gfortran:f77: scipy/integrate/quadpack/dqawoe.f | |
scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f: In function ‘dqawoe’: | |
scipy/integrate/quadpack/dqawoe.f:208: warning: ‘ertest’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:207: warning: ‘erlarg’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqawoe.f:206: warning: ‘correc’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqaws.f | |
gfortran:f77: scipy/integrate/quadpack/dqawse.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25c.f | |
gfortran:f77: scipy/integrate/quadpack/dqc25f.f | |
scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqc25f.f: In function ‘dqc25f’: | |
scipy/integrate/quadpack/dqc25f.f:103: warning: ‘m’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqc25s.f | |
gfortran:f77: scipy/integrate/quadpack/dqcheb.f | |
gfortran:f77: scipy/integrate/quadpack/dqelg.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15i.f | |
gfortran:f77: scipy/integrate/quadpack/dqk15w.f | |
gfortran:f77: scipy/integrate/quadpack/dqk21.f | |
gfortran:f77: scipy/integrate/quadpack/dqk31.f | |
gfortran:f77: scipy/integrate/quadpack/dqk41.f | |
gfortran:f77: scipy/integrate/quadpack/dqk51.f | |
gfortran:f77: scipy/integrate/quadpack/dqk61.f | |
gfortran:f77: scipy/integrate/quadpack/dqmomo.f | |
scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/integrate/quadpack/dqmomo.f:126.5: | |
90 return | |
1 | |
Warning: Label 90 at (1) defined but not used | |
gfortran:f77: scipy/integrate/quadpack/dqng.f | |
scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f: In function ‘dqng’: | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resabs’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘resasc’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res43’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:82: warning: ‘ipx’ may be used uninitialized in this function | |
scipy/integrate/quadpack/dqng.f:80: warning: ‘res21’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/quadpack/dqpsrt.f | |
gfortran:f77: scipy/integrate/quadpack/dqwgtc.f | |
scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.48: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.54: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable kp declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.45: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtc.f:1.51: | |
double precision function dqwgtc(x,c,p2,p3,p4,kp) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
gfortran:f77: scipy/integrate/quadpack/dqwgtf.f | |
scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.52: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p3 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.49: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p2 declared at (1) | |
scipy/integrate/quadpack/dqwgtf.f:1.55: | |
double precision function dqwgtf(x,omega,p2,p3,p4,integr) | |
1 | |
Warning: Unused variable p4 declared at (1) | |
gfortran:f77: scipy/integrate/quadpack/dqwgts.f | |
ar: adding 35 object files to build/temp.macosx-10.5-fat3-2.7/libquadpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libquadpack.a | |
building 'odepack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/integrate/odepack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/odepack/adjlr.f | |
gfortran:f77: scipy/integrate/odepack/aigbt.f | |
gfortran:f77: scipy/integrate/odepack/ainvg.f | |
gfortran:f77: scipy/integrate/odepack/blkdta000.f | |
gfortran:f77: scipy/integrate/odepack/bnorm.f | |
gfortran:f77: scipy/integrate/odepack/cdrv.f | |
gfortran:f77: scipy/integrate/odepack/cfode.f | |
gfortran:f77: scipy/integrate/odepack/cntnzu.f | |
gfortran:f77: scipy/integrate/odepack/ddasrt.f | |
scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/ddasrt.f:1538.3: | |
770 MSG = 'DASSL-- RUN TERMINATED. APPARENT INFINITE LOOP' | |
1 | |
Warning: Label 770 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1080.3: | |
360 ITEMP = LPHI + NEQ | |
1 | |
Warning: Label 360 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1022.3: | |
300 CONTINUE | |
1 | |
Warning: Label 300 at (1) defined but not used | |
scipy/integrate/odepack/ddasrt.f:1932.40: | |
SUBROUTINE XERRWV (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
gfortran:f77: scipy/integrate/odepack/ddassl.f | |
scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1605.64: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1605.58: | |
SUBROUTINE DDAWTS (NEQ, IWT, RTOL, ATOL, Y, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.56: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable rpar declared at (1) | |
scipy/integrate/odepack/ddassl.f:1647.62: | |
DOUBLE PRECISION FUNCTION DDANRM (NEQ, V, WT, RPAR, IPAR) | |
1 | |
Warning: Unused variable ipar declared at (1) | |
scipy/integrate/odepack/ddassl.f:3153.5: | |
30 IF (LEVEL.LE.0 .OR. (LEVEL.EQ.1 .AND. MKNTRL.LE.1)) RETURN | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/integrate/odepack/ddassl.f:3170.30: | |
SUBROUTINE XERHLT (MESSG) | |
1 | |
Warning: Unused variable messg declared at (1) | |
scipy/integrate/odepack/ddassl.f: In function ‘ddastp’: | |
scipy/integrate/odepack/ddassl.f:2122: warning: ‘terkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2117: warning: ‘knew’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2121: warning: ‘est’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:2120: warning: ‘erkm1’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f: In function ‘ddaini’: | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘oldnrm’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘s’ may be used uninitialized in this function | |
scipy/integrate/odepack/ddassl.f:1758: warning: ‘err’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/decbt.f | |
gfortran:f77: scipy/integrate/odepack/ewset.f | |
gfortran:f77: scipy/integrate/odepack/fnorm.f | |
gfortran:f77: scipy/integrate/odepack/intdy.f | |
gfortran:f77: scipy/integrate/odepack/iprep.f | |
gfortran:f77: scipy/integrate/odepack/jgroup.f | |
gfortran:f77: scipy/integrate/odepack/lsoda.f | |
scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f: In function ‘lsoda’: | |
scipy/integrate/odepack/lsoda.f:978: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoda.f:988: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/lsodar.f | |
scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f: In function ‘lsodar’: | |
scipy/integrate/odepack/lsodar.f:1096: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodar.f:1108: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/lsode.f | |
scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsode.f: In function ‘lsode’: | |
scipy/integrate/odepack/lsode.f:959: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/lsodes.f | |
scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodes.f: In function ‘lsodes’: | |
scipy/integrate/odepack/lsodes.f:1245: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/lsodi.f | |
scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
scipy/integrate/odepack/lsodi.f:1143: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
scipy/integrate/odepack/lsodi.f:1143: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodi.f: In function ‘lsodi’: | |
scipy/integrate/odepack/lsodi.f:1143: warning: ‘lenwm’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsodi.f:1150: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/lsoibt.f | |
scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/lsoibt.f: In function ‘lsoibt’: | |
scipy/integrate/odepack/lsoibt.f:1207: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/md.f | |
gfortran:f77: scipy/integrate/odepack/mdi.f | |
gfortran:f77: scipy/integrate/odepack/mdm.f | |
gfortran:f77: scipy/integrate/odepack/mdp.f | |
scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
scipy/integrate/odepack/mdp.f: In function ‘mdp’: | |
scipy/integrate/odepack/mdp.f:8: warning: ‘free’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/mdu.f | |
gfortran:f77: scipy/integrate/odepack/nnfc.f | |
gfortran:f77: scipy/integrate/odepack/nnsc.f | |
gfortran:f77: scipy/integrate/odepack/nntc.f | |
gfortran:f77: scipy/integrate/odepack/nroc.f | |
gfortran:f77: scipy/integrate/odepack/nsfc.f | |
gfortran:f77: scipy/integrate/odepack/odrv.f | |
gfortran:f77: scipy/integrate/odepack/pjibt.f | |
gfortran:f77: scipy/integrate/odepack/prep.f | |
gfortran:f77: scipy/integrate/odepack/prepj.f | |
gfortran:f77: scipy/integrate/odepack/prepji.f | |
gfortran:f77: scipy/integrate/odepack/prja.f | |
gfortran:f77: scipy/integrate/odepack/prjs.f | |
gfortran:f77: scipy/integrate/odepack/rchek.f | |
gfortran:f77: scipy/integrate/odepack/roots.f | |
gfortran:f77: scipy/integrate/odepack/slsbt.f | |
scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/slsbt.f:1.39: | |
subroutine slsbt (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
gfortran:f77: scipy/integrate/odepack/slss.f | |
scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/slss.f:1.38: | |
subroutine slss (wk, iwk, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
gfortran:f77: scipy/integrate/odepack/solbt.f | |
gfortran:f77: scipy/integrate/odepack/solsy.f | |
scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
scipy/integrate/odepack/solsy.f:1.39: | |
subroutine solsy (wm, iwm, x, tem) | |
1 | |
Warning: Unused variable tem declared at (1) | |
gfortran:f77: scipy/integrate/odepack/srcar.f | |
gfortran:f77: scipy/integrate/odepack/srcma.f | |
gfortran:f77: scipy/integrate/odepack/srcms.f | |
gfortran:f77: scipy/integrate/odepack/srcom.f | |
gfortran:f77: scipy/integrate/odepack/sro.f | |
gfortran:f77: scipy/integrate/odepack/stoda.f | |
scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f: In function ‘stoda’: | |
scipy/integrate/odepack/stoda.f:18: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:19: warning: ‘pdh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:10: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stoda.f:17: warning: ‘dsm’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/stode.f | |
scipy/integrate/odepack/stode.f: In function ‘stode’: | |
scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f: In function ‘stode’: | |
scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f: In function ‘stode’: | |
scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f: In function ‘stode’: | |
scipy/integrate/odepack/stode.f:14: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stode.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/stodi.f | |
scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f: In function ‘stodi’: | |
scipy/integrate/odepack/stodi.f:15: warning: ‘rh’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:13: warning: ‘dsm’ may be used uninitialized in this function | |
scipy/integrate/odepack/stodi.f:9: warning: ‘iredo’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/vmnorm.f | |
gfortran:f77: scipy/integrate/odepack/vnorm.f | |
gfortran:f77: scipy/integrate/odepack/vode.f | |
scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f:2373.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/vode.f:2739.42: | |
SUBROUTINE DVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/vode.f:3495.44: | |
DOUBLE PRECISION FUNCTION D1MACH (IDUM) | |
1 | |
Warning: Unused variable idum declared at (1) | |
scipy/integrate/odepack/vode.f:3514.40: | |
SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/vode.f: In function ‘ixsav’: | |
scipy/integrate/odepack/vode.f:3610: warning: ‘__result_ixsav’ may be used uninitialized in this function | |
scipy/integrate/odepack/vode.f: In function ‘dvode’: | |
scipy/integrate/odepack/vode.f:1055: warning: ‘ihit’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/odepack/xerrwv.f | |
scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
scipy/integrate/odepack/xerrwv.f:1.40: | |
subroutine xerrwv (msg, nmes, nerr, level, ni, i1, i2, nr, r1, r2) | |
1 | |
Warning: Unused variable nerr declared at (1) | |
gfortran:f77: scipy/integrate/odepack/xsetf.f | |
gfortran:f77: scipy/integrate/odepack/xsetun.f | |
gfortran:f77: scipy/integrate/odepack/zvode.f | |
scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
scipy/integrate/odepack/zvode.f:2394.4: | |
700 R = ONE/TQ(2) | |
1 | |
Warning: Label 700 at (1) defined but not used | |
scipy/integrate/odepack/zvode.f:2760.42: | |
SUBROUTINE ZVNLSD (Y, YH, LDYH, VSAV, SAVF, EWT, ACOR, IWM, WM, | |
1 | |
Warning: Unused variable vsav declared at (1) | |
scipy/integrate/odepack/zvode.f: In function ‘zvode’: | |
scipy/integrate/odepack/zvode.f:1067: warning: ‘ihit’ may be used uninitialized in this function | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libodepack.a | |
ar: adding 10 object files to build/temp.macosx-10.5-fat3-2.7/libodepack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libodepack.a | |
building 'dop' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/integrate/dop | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/integrate/dop/dop853.f | |
scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f:364.42: | |
& SOLOUT,IOUT,IDID,NMAX,UROUND,METH,NSTIFF,SAFE,BETA,FAC1,FAC2, | |
1 | |
Warning: Unused variable meth declared at (1) | |
scipy/integrate/dop/dop853.f:791.38: | |
FUNCTION HINIT853(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dop853.f: In function ‘contd8’: | |
scipy/integrate/dop/dop853.f:874: warning: ‘__result_contd8’ may be used uninitialized in this function | |
scipy/integrate/dop/dop853.f: In function ‘dp86co’: | |
scipy/integrate/dop/dop853.f:678: warning: ‘nonsti’ may be used uninitialized in this function | |
gfortran:f77: scipy/integrate/dop/dopri5.f | |
scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f:558.35: | |
FUNCTION HINIT(N,FCN,X,Y,XEND,POSNEG,F0,F1,Y1,IORD, | |
1 | |
Warning: Unused variable xend declared at (1) | |
scipy/integrate/dop/dopri5.f: In function ‘contd5’: | |
scipy/integrate/dop/dopri5.f:640: warning: ‘__result_contd5’ may be used uninitialized in this function | |
scipy/integrate/dop/dopri5.f: In function ‘dopcor’: | |
scipy/integrate/dop/dopri5.f:483: warning: ‘nonsti’ may be used uninitialized in this function | |
ar: adding 2 object files to build/temp.macosx-10.5-fat3-2.7/libdop.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libdop.a | |
building 'fitpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/interpolate | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/interpolate/fitpack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/interpolate/fitpack/bispeu.f | |
scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:50.18: | |
integer i,iw,lwest | |
1 | |
Warning: Unused variable iw declared at (1) | |
scipy/interpolate/fitpack/bispeu.f:44.37: | |
integer nx,ny,kx,ky,m,lwrk,kwrk,ier | |
1 | |
Warning: Unused variable kwrk declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/bispev.f | |
gfortran:f77: scipy/interpolate/fitpack/clocur.f | |
gfortran:f77: scipy/interpolate/fitpack/cocosp.f | |
gfortran:f77: scipy/interpolate/fitpack/concon.f | |
gfortran:f77: scipy/interpolate/fitpack/concur.f | |
scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
scipy/interpolate/fitpack/concur.f:287.21: | |
real*8 tol,dist | |
1 | |
Warning: Unused variable dist declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/cualde.f | |
gfortran:f77: scipy/interpolate/fitpack/curev.f | |
gfortran:f77: scipy/interpolate/fitpack/curfit.f | |
gfortran:f77: scipy/interpolate/fitpack/dblint.f | |
gfortran:f77: scipy/interpolate/fitpack/evapol.f | |
gfortran:f77: scipy/interpolate/fitpack/fourco.f | |
gfortran:f77: scipy/interpolate/fitpack/fpader.f | |
gfortran:f77: scipy/interpolate/fitpack/fpadno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpadpo.f | |
gfortran:f77: scipy/interpolate/fitpack/fpback.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbacp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbfout.f | |
scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpbfout.f: In function ‘fpbfou’: | |
scipy/interpolate/fitpack/fpbfout.f:35: warning: ‘term’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpbisp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpbspl.f | |
gfortran:f77: scipy/interpolate/fitpack/fpchec.f | |
gfortran:f77: scipy/interpolate/fitpack/fpched.f | |
gfortran:f77: scipy/interpolate/fitpack/fpchep.f | |
gfortran:f77: scipy/interpolate/fitpack/fpclos.f | |
scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f: In function ‘fpclos’: | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpclos.f:13: warning: ‘acc’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpcoco.f | |
scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcoco.f: In function ‘fpcoco’: | |
scipy/interpolate/fitpack/fpcoco.f:12: warning: ‘k’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpcons.f | |
scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f: In function ‘fpcons’: | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nk1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:15: warning: ‘mm’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcons.f:12: warning: ‘acc’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpcosp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcsin.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcurf.f | |
scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f: In function ‘fpcurf’: | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpcurf.f:12: warning: ‘acc’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpcuro.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcyt1.f | |
gfortran:f77: scipy/interpolate/fitpack/fpcyt2.f | |
gfortran:f77: scipy/interpolate/fitpack/fpdeno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpdisc.f | |
gfortran:f77: scipy/interpolate/fitpack/fpfrno.f | |
scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpfrno.f: In function ‘fpfrno’: | |
scipy/interpolate/fitpack/fpfrno.f:14: warning: ‘k’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpgivs.f | |
scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgivs.f: In function ‘fpgivs’: | |
scipy/interpolate/fitpack/fpgivs.f:8: warning: ‘dd’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpgrdi.f | |
scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrdi.f:296.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrdi.f: In function ‘fpgrdi’: | |
scipy/interpolate/fitpack/fpgrdi.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpgrpa.f | |
gfortran:f77: scipy/interpolate/fitpack/fpgrre.f | |
scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrre.f: In function ‘fpgrre’: | |
scipy/interpolate/fitpack/fpgrre.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpgrsp.f | |
scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpgrsp.f:348.4: | |
400 if(nrold.eq.number) go to 420 | |
1 | |
Warning: Label 400 at (1) defined but not used | |
scipy/interpolate/fitpack/fpgrsp.f: In function ‘fpgrsp’: | |
scipy/interpolate/fitpack/fpgrsp.f:17: warning: ‘pinv’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpinst.f | |
gfortran:f77: scipy/interpolate/fitpack/fpintb.f | |
scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpintb.f: In function ‘fpintb’: | |
scipy/interpolate/fitpack/fpintb.f:26: warning: ‘ia’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpknot.f | |
scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f: In function ‘fpknot’: | |
scipy/interpolate/fitpack/fpknot.f:21: warning: ‘number’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxbeg’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpknot.f:20: warning: ‘maxpt’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpopdi.f | |
gfortran:f77: scipy/interpolate/fitpack/fpopsp.f | |
scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
scipy/interpolate/fitpack/fpopsp.f:58.16: | |
real*8 res,sq,sqq,sq0,sq1,step1,step2,three | |
1 | |
Warning: Unused variable res declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/fporde.f | |
gfortran:f77: scipy/interpolate/fitpack/fppara.f | |
scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f: In function ‘fppara’: | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:15: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppara.f:12: warning: ‘acc’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fppasu.f | |
scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f: In function ‘fppasu’: | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘peru’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:15: warning: ‘perv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:19: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:18: warning: ‘nmaxv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppasu.f:14: warning: ‘fpms’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpperi.f | |
scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f: In function ‘fpperi’: | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘new’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nplus’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:18: warning: ‘n10’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:16: warning: ‘i1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpold’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fp0’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:17: warning: ‘nmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpperi.f:13: warning: ‘acc’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fppocu.f | |
gfortran:f77: scipy/interpolate/fitpack/fppogr.f | |
scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f: In function ‘fppogr’: | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppogr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fppola.f | |
scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:440.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:377.4: | |
370 in = nummer(in) | |
1 | |
Warning: Label 370 at (1) defined but not used | |
scipy/interpolate/fitpack/fppola.f:23.25: | |
* iter,i1,i2,i3,j,jl,jrot,j1,j2,k,l,la,lf,lh,ll,lu,lv,lwest,l1,l2, | |
1 | |
Warning: Unused variable jl declared at (1) | |
scipy/interpolate/fitpack/fppola.f: In function ‘fppola’: | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:19: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:23: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nv4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:24: warning: ‘nu4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fppola.f:25: warning: ‘iband1’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fprank.f | |
scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fprank.f: In function ‘fprank’: | |
scipy/interpolate/fitpack/fprank.f:25: warning: ‘j3’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fprati.f | |
gfortran:f77: scipy/interpolate/fitpack/fpregr.f | |
scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f: In function ‘fpregr’: | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nye’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:19: warning: ‘nxe’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:18: warning: ‘nmaxx’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpregr.f:15: warning: ‘fpms’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fprota.f | |
gfortran:f77: scipy/interpolate/fitpack/fprppo.f | |
scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fprppo.f: In function ‘fprppo’: | |
scipy/interpolate/fitpack/fprppo.f:12: warning: ‘j’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fprpsp.f | |
gfortran:f77: scipy/interpolate/fitpack/fpseno.f | |
gfortran:f77: scipy/interpolate/fitpack/fpspgr.f | |
scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f: In function ‘fpspgr’: | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nvmax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nve’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘nue’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:21: warning: ‘numax’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:20: warning: ‘nplu’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpspgr.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpsphe.f | |
scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:390.4: | |
440 do 450 i=1,nrint | |
1 | |
Warning: Label 440 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f:327.4: | |
330 in = nummer(in) | |
1 | |
Warning: Label 330 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsphe.f: In function ‘fpsphe’: | |
scipy/interpolate/fitpack/fpsphe.f:19: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:18: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:22: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘ntt’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘nt4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:23: warning: ‘np4’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsphe.f:21: warning: ‘iband1’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpsuev.f | |
gfortran:f77: scipy/interpolate/fitpack/fpsurf.f | |
scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:305.4: | |
310 do 320 i=1,nrint | |
1 | |
Warning: Label 310 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f:245.4: | |
240 in = nummer(in) | |
1 | |
Warning: Label 240 at (1) defined but not used | |
scipy/interpolate/fitpack/fpsurf.f: In function ‘fpsurf’: | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘acc’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘lwest’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:22: warning: ‘nyy’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1y’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:21: warning: ‘nk1x’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:19: warning: ‘iband1’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fpsurf.f:16: warning: ‘fpms’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fpsysy.f | |
gfortran:f77: scipy/interpolate/fitpack/fptrnp.f | |
scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fptrnp.f: In function ‘fptrnp’: | |
scipy/interpolate/fitpack/fptrnp.f:15: warning: ‘pinv’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/fptrpe.f | |
scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
scipy/interpolate/fitpack/fptrpe.f:17.21: | |
integer i,iband,irot,it,ii,i2,i3,j,jj,l,mid,nmd,m2,m3, | |
1 | |
Warning: Unused variable iband declared at (1) | |
scipy/interpolate/fitpack/fptrpe.f: In function ‘fptrpe’: | |
scipy/interpolate/fitpack/fptrpe.f:16: warning: ‘pinv’ may be used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/insert.f | |
gfortran:f77: scipy/interpolate/fitpack/parcur.f | |
gfortran:f77: scipy/interpolate/fitpack/parder.f | |
gfortran:f77: scipy/interpolate/fitpack/parsur.f | |
gfortran:f77: scipy/interpolate/fitpack/percur.f | |
gfortran:f77: scipy/interpolate/fitpack/pogrid.f | |
gfortran:f77: scipy/interpolate/fitpack/polar.f | |
scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
scipy/interpolate/fitpack/polar.f:353.10: | |
* lbv,lco,lf,lff,lfp,lh,lq,lsu,lsv,lwest,maxit,ncest,ncc,nuu, | |
1 | |
Warning: Unused variable jlbv declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/profil.f | |
gfortran:f77: scipy/interpolate/fitpack/regrid.f | |
gfortran:f77: scipy/interpolate/fitpack/spalde.f | |
gfortran:f77: scipy/interpolate/fitpack/spgrid.f | |
gfortran:f77: scipy/interpolate/fitpack/sphere.f | |
scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
scipy/interpolate/fitpack/sphere.f:318.10: | |
* lbp,lco,lf,lff,lfp,lh,lq,lst,lsp,lwest,maxit,ncest,ncc,ntt, | |
1 | |
Warning: Unused variable jlbp declared at (1) | |
gfortran:f77: scipy/interpolate/fitpack/splder.f | |
scipy/interpolate/fitpack/splder.f:79.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
scipy/interpolate/fitpack/splder.f:117: warning: ‘k2’ is used uninitialized in this function | |
scipy/interpolate/fitpack/splder.f:79.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
scipy/interpolate/fitpack/splder.f:117: warning: ‘k2’ is used uninitialized in this function | |
scipy/interpolate/fitpack/splder.f:79.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
scipy/interpolate/fitpack/splder.f:117: warning: ‘k2’ is used uninitialized in this function | |
scipy/interpolate/fitpack/splder.f:79.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splder.f: In function ‘splder’: | |
scipy/interpolate/fitpack/splder.f:117: warning: ‘k2’ is used uninitialized in this function | |
gfortran:f77: scipy/interpolate/fitpack/splev.f | |
scipy/interpolate/fitpack/splev.f:75.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splev.f:75.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splev.f:75.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
scipy/interpolate/fitpack/splev.f:75.4: | |
30 ier = 0 | |
1 | |
Warning: Label 30 at (1) defined but not used | |
gfortran:f77: scipy/interpolate/fitpack/splint.f | |
gfortran:f77: scipy/interpolate/fitpack/sproot.f | |
gfortran:f77: scipy/interpolate/fitpack/surev.f | |
gfortran:f77: scipy/interpolate/fitpack/surfit.f | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libfitpack.a | |
ar: adding 34 object files to build/temp.macosx-10.5-fat3-2.7/libfitpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libfitpack.a | |
building 'odrpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/odr | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/odr/odrpack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/odr/odrpack/d_odr.f | |
scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
scipy/odr/odrpack/d_odr.f: In function ‘djckm’: | |
scipy/odr/odrpack/d_odr.f:3547: warning: ‘h’ may be used uninitialized in this function | |
gfortran:f77: scipy/odr/odrpack/d_mprec.f | |
gfortran:f77: scipy/odr/odrpack/dlunoc.f | |
gfortran:f77: scipy/odr/odrpack/d_lpk.f | |
ar: adding 4 object files to build/temp.macosx-10.5-fat3-2.7/libodrpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libodrpack.a | |
building 'minpack' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/optimize | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/optimize/minpack | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/optimize/minpack/chkder.f | |
gfortran:f77: scipy/optimize/minpack/dogleg.f | |
gfortran:f77: scipy/optimize/minpack/dpmpar.f | |
gfortran:f77: scipy/optimize/minpack/enorm.f | |
scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/enorm.f: In function ‘enorm’: | |
scipy/optimize/minpack/enorm.f:90: warning: ‘__result_enorm’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/fdjac1.f | |
gfortran:f77: scipy/optimize/minpack/fdjac2.f | |
gfortran:f77: scipy/optimize/minpack/hybrd.f | |
scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/hybrd.f: In function ‘hybrd’: | |
scipy/optimize/minpack/hybrd.f:169: warning: ‘xnorm’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/hybrd1.f | |
gfortran:f77: scipy/optimize/minpack/hybrj.f | |
scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/hybrj.f: In function ‘hybrj’: | |
scipy/optimize/minpack/hybrj.f:155: warning: ‘xnorm’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/hybrj1.f | |
gfortran:f77: scipy/optimize/minpack/lmder.f | |
scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f: In function ‘lmder’: | |
scipy/optimize/minpack/lmder.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmder.f:189: warning: ‘temp’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/lmder1.f | |
gfortran:f77: scipy/optimize/minpack/lmdif.f | |
scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f: In function ‘lmdif’: | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmdif.f:193: warning: ‘temp’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/lmdif1.f | |
gfortran:f77: scipy/optimize/minpack/lmpar.f | |
gfortran:f77: scipy/optimize/minpack/lmstr.f | |
scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
scipy/optimize/minpack/lmstr.f: In function ‘lmstr’: | |
scipy/optimize/minpack/lmstr.f:189: warning: ‘xnorm’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/lmstr1.f | |
gfortran:f77: scipy/optimize/minpack/qform.f | |
gfortran:f77: scipy/optimize/minpack/qrfac.f | |
gfortran:f77: scipy/optimize/minpack/qrsolv.f | |
gfortran:f77: scipy/optimize/minpack/r1mpyq.f | |
scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f: In function ‘r1mpyq’: | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘sin’ may be used uninitialized in this function | |
scipy/optimize/minpack/r1mpyq.f:54: warning: ‘cos’ may be used uninitialized in this function | |
gfortran:f77: scipy/optimize/minpack/r1updt.f | |
gfortran:f77: scipy/optimize/minpack/rwupdt.f | |
ar: adding 23 object files to build/temp.macosx-10.5-fat3-2.7/libminpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libminpack.a | |
building 'rootfind' library | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/optimize/Zeros | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gcc-4.0: scipy/optimize/Zeros/brenth.c | |
gcc-4.0: scipy/optimize/Zeros/bisect.c | |
gcc-4.0: scipy/optimize/Zeros/brentq.c | |
gcc-4.0: scipy/optimize/Zeros/ridder.c | |
ar: adding 4 object files to build/temp.macosx-10.5-fat3-2.7/librootfind.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/librootfind.a | |
building 'superlu_src' library | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/SuperLU | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/dsolve/SuperLU/SRC | |
compile options: '-DUSE_VENDOR_BLAS=1 -Iscipy/sparse/linalg/dsolve/SuperLU/SRC -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zdiagonal.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadrb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/claqgs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cmemory.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsequ.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas3.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssvx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ssnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlaqgs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpruneL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/scopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_ienv.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas2.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssv.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsU.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadhb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_sdrop_row.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas3.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotgrowth.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dzsum1.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dmemory.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zmemory.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsisx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotgrowth.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_heap_relax_snode.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsitrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssv.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsequ.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgscon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/slamch.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsp_blas2.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zdrop_row.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/spruneL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsitrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpivotgrowth.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cdiagonal.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpruneL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlangs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/scsum1.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dldperm.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/clangs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/superlu_timer.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_relax_snode.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssvx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrsL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadtriple.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cdrop_row.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/icmax1.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsequ.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ddiagonal.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dGetDiagU.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsp_blas2.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadrb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ccopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cutil.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/get_perm_c.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/spivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dsnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsequ.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcomplex.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/mmd.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadtriple.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlaqgs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgsrfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpruneL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/mark_relax.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sdiagonal.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_coletree.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsrfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dsnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zsnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/colamd.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sutil.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/clacon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsitrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgsisx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/izmax1.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssp_blas3.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_cpivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/scolumn_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadhb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ccolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zldperm.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsrfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotgrowth.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/slangs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/relax_snode.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zcolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/csnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dreadrb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgscon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgscon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zcolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas2.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/creadtriple.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zlacon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlacon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgssvx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zsnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgssv.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sgstrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgstrs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_spivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsrfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/spanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_scolumn_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgssv.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlamch.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/lsame.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cldperm.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsisx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sldperm.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dpanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_csnode_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dutil.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgssvx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cgsitrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgstrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_bmod.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dpivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadtriple.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/slaqgs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/scomplex.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadhb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/xerbla.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zpivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/memory.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zutil.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/smemory.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sp_preorder.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/slacon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/sreadhb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/cpanel_dfs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgsisx.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/heap_relax_snode.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zgstrf.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dlangs.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/csp_blas3.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_zpivotL.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dgscon.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/zreadrb.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/dcopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_ddrop_row.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ilu_dcopy_to_ucol.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/util.c | |
gcc-4.0: scipy/sparse/linalg/dsolve/SuperLU/SRC/ssnode_dfs.c | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libsuperlu_src.a | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libsuperlu_src.a | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libsuperlu_src.a | |
ar: adding 25 object files to build/temp.macosx-10.5-fat3-2.7/libsuperlu_src.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsuperlu_src.a | |
building 'arpack' library | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/ARPACK | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS | |
compile options: '-Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gcc-4.0: scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK | |
compile options: '-Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:515.31: | |
if (tol .le. 0.0E+0 ) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:515.31: | |
if (tol .le. 0.0E+0 ) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:515.31: | |
if (tol .le. 0.0E+0 ) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:515.31: | |
if (tol .le. 0.0E+0 ) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/csortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f: In function ‘dlaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f: In function ‘dlaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f: In function ‘dlaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f: In function ‘dlaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dlaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:542.28: | |
if (tol .le. zero) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:542.28: | |
if (tol .le. zero) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:542.28: | |
if (tol .le. zero) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:542.28: | |
if (tol .le. zero) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dnconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsesrt.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsortr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dstqrb.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:120.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sgetv0.f:128: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f: In function ‘slaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f: In function ‘slaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f: In function ‘slaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f: In function ‘slaqrb’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/slaqrb.f:141: warning: ‘i2’ may be used uninitialized in this function | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaitr.f:210.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snapps.f:152: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:316.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:175.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaup2.f:184: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:542.28: | |
if (tol .le. zero) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:542.28: | |
if (tol .le. zero) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:542.28: | |
if (tol .le. zero) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:541.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:542.28: | |
if (tol .le. zero) tol = slamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:447.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snaupd.f:415: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/snconv.f:73: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sneupd.f:313: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.32: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shiftr declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:96.40: | |
& shiftr, shifti ) | |
1 | |
Warning: Unused variable shifti declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sngets.f:103: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaitr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssapps.f:139: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:809.5: | |
130 continue | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:324.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:180.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaup2.f:189: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssaupd.f:417: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssconv.f:66: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:124.18: | |
integer i, k, msglvl | |
1 | |
Warning: Unused variable i declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseigt.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssesrt.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sseupd.f:230: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssgets.f:100: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/ssortr.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstatn.f:24: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstats.f:14: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/sstqrb.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:116.26: | |
& ( ido, bmat, itry, initv, n, j, v, ldv, resid, rnorm, | |
1 | |
Warning: Unused variable itry declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zgetv0.f:124: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaitr.f:209.33: | |
& (ido, bmat, n, k, np, nb, resid, rnorm, v, ldv, h, ldh, | |
1 | |
Warning: Unused variable nb declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znapps.f:143: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:322.5: | |
10 continue | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:169.63: | |
& ( ido, bmat, n, which, nev, np, tol, resid, mode, iupd, | |
1 | |
Warning: Unused variable iupd declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaup2.f:178: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:515.31: | |
if (tol .le. 0.0D+0 ) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:515.31: | |
if (tol .le. 0.0D+0 ) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:515.31: | |
if (tol .le. 0.0D+0 ) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:514.24: | |
if (nb .le. 0) nb = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:515.31: | |
if (tol .le. 0.0D+0 ) tol = dlamch('EpsMach') | |
1 | |
Warning: Nonconforming tab character at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:518.29: | |
& ishift .ne. 2) ishift = 1 | |
1 | |
Warning: Nonconforming tab character at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:422.32: | |
& ldh, ldq, levec, mode, msglvl, mxiter, nb, | |
1 | |
Warning: Unused variable levec declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/znaupd.f:388: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneigh.f:108: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zneupd.f:260: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zngets.f:95: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zsortc.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
stat.h:8.39: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t5 declared at (1) | |
stat.h:8.23: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t1 declared at (1) | |
stat.h:8.19: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t0 declared at (1) | |
stat.h:8.31: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t3 declared at (1) | |
stat.h:8.27: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t2 declared at (1) | |
stat.h:8.35: | |
Included at scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/zstatn.f:16: | |
real t0, t1, t2, t3, t4, t5 | |
1 | |
Warning: Unused variable t4 declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/cmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/cvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/dmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/dvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icnteq.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f:6.43: | |
subroutine iset (n, value, array, inc) | |
1 | |
Warning: Unused variable inc declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f:6.43: | |
subroutine iset (n, value, array, inc) | |
1 | |
Warning: Unused variable inc declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f:6.43: | |
subroutine iset (n, value, array, inc) | |
1 | |
Warning: Unused variable inc declared at (1) | |
scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iset.f:6.43: | |
subroutine iset (n, value, array, inc) | |
1 | |
Warning: Unused variable inc declared at (1) | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/iswap.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/ivout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/second.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/smout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/svout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/zmout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/zvout.f | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f: In function ‘clahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f: In function ‘clahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f: In function ‘clahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f: In function ‘clahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/clahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f: In function ‘dlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f: In function ‘dlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f: In function ‘dlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f: In function ‘dlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/dlahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f: In function ‘slahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f: In function ‘slahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f: In function ‘slahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f: In function ‘slahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/slahqr.f:102: warning: ‘i2’ may be used uninitialized in this function | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f: In function ‘zlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f: In function ‘zlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f: In function ‘zlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f: In function ‘zlahqr’: | |
scipy/sparse/linalg/eigen/arpack/ARPACK/LAPACK/zlahqr.f:96: warning: ‘i2’ may be used uninitialized in this function | |
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_f.f | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libarpack.a | |
ar: adding 38 object files to build/temp.macosx-10.5-fat3-2.7/libarpack.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libarpack.a | |
building 'sc_c_misc' library | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/c_misc | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gcc-4.0: scipy/special/c_misc/besselpoly.c | |
gcc-4.0: scipy/special/c_misc/gammaincinv.c | |
gcc-4.0: scipy/special/c_misc/fsolve.c | |
ar: adding 3 object files to build/temp.macosx-10.5-fat3-2.7/libsc_c_misc.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_c_misc.a | |
building 'sc_cephes' library | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/cephes | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gcc-4.0: scipy/special/cephes/zeta.c | |
gcc-4.0: scipy/special/cephes/const.c | |
gcc-4.0: scipy/special/cephes/exp10.c | |
gcc-4.0: scipy/special/cephes/igam.c | |
gcc-4.0: scipy/special/cephes/fresnl.c | |
gcc-4.0: scipy/special/cephes/powi.c | |
gcc-4.0: scipy/special/cephes/sindg.c | |
gcc-4.0: scipy/special/cephes/i0.c | |
gcc-4.0: scipy/special/cephes/yn.c | |
gcc-4.0: scipy/special/cephes/beta.c | |
gcc-4.0: scipy/special/cephes/stdtr.c | |
gcc-4.0: scipy/special/cephes/mtransp.c | |
gcc-4.0: scipy/special/cephes/mtherr.c | |
gcc-4.0: scipy/special/cephes/psi.c | |
gcc-4.0: scipy/special/cephes/dawsn.c | |
gcc-4.0: scipy/special/cephes/incbet.c | |
gcc-4.0: scipy/special/cephes/gdtr.c | |
gcc-4.0: scipy/special/cephes/j0.c | |
gcc-4.0: scipy/special/cephes/j1.c | |
gcc-4.0: scipy/special/cephes/setprec.c | |
gcc-4.0: scipy/special/cephes/ndtri.c | |
gcc-4.0: scipy/special/cephes/shichi.c | |
gcc-4.0: scipy/special/cephes/i1.c | |
gcc-4.0: scipy/special/cephes/simq.c | |
gcc-4.0: scipy/special/cephes/scipy_iv.c | |
gcc-4.0: scipy/special/cephes/tandg.c | |
gcc-4.0: scipy/special/cephes/spence.c | |
gcc-4.0: scipy/special/cephes/tukey.c | |
gcc-4.0: scipy/special/cephes/expn.c | |
gcc-4.0: scipy/special/cephes/fdtr.c | |
gcc-4.0: scipy/special/cephes/jv.c | |
gcc-4.0: scipy/special/cephes/unity.c | |
gcc-4.0: scipy/special/cephes/k0.c | |
gcc-4.0: scipy/special/cephes/igami.c | |
gcc-4.0: scipy/special/cephes/airy.c | |
gcc-4.0: scipy/special/cephes/k1.c | |
gcc-4.0: scipy/special/cephes/polmisc.c | |
gcc-4.0: scipy/special/cephes/cbrt.c | |
gcc-4.0: scipy/special/cephes/hyperg.c | |
gcc-4.0: scipy/special/cephes/chbevl.c | |
gcc-4.0: scipy/special/cephes/gamma.c | |
gcc-4.0: scipy/special/cephes/ellik.c | |
gcc-4.0: scipy/special/cephes/zetac.c | |
gcc-4.0: scipy/special/cephes/exp2.c | |
gcc-4.0: scipy/special/cephes/rgamma.c | |
gcc-4.0: scipy/special/cephes/incbi.c | |
gcc-4.0: scipy/special/cephes/polrt.c | |
gcc-4.0: scipy/special/cephes/nbdtr.c | |
gcc-4.0: scipy/special/cephes/ellie.c | |
gcc-4.0: scipy/special/cephes/kn.c | |
gcc-4.0: scipy/special/cephes/struve.c | |
gcc-4.0: scipy/special/cephes/euclid.c | |
gcc-4.0: scipy/special/cephes/chdtr.c | |
gcc-4.0: scipy/special/cephes/mvmpy.c | |
gcc-4.0: scipy/special/cephes/hyp2f1.c | |
gcc-4.0: scipy/special/cephes/sincos.c | |
gcc-4.0: scipy/special/cephes/bdtr.c | |
gcc-4.0: scipy/special/cephes/polevl.c | |
gcc-4.0: scipy/special/cephes/ndtr.c | |
gcc-4.0: scipy/special/cephes/round.c | |
gcc-4.0: scipy/special/cephes/simpsn.c | |
gcc-4.0: scipy/special/cephes/cpmul.c | |
gcc-4.0: scipy/special/cephes/gels.c | |
gcc-4.0: scipy/special/cephes/polyn.c | |
gcc-4.0: scipy/special/cephes/mmmpy.c | |
gcc-4.0: scipy/special/cephes/fabs.c | |
gcc-4.0: scipy/special/cephes/ellpe.c | |
gcc-4.0: scipy/special/cephes/btdtr.c | |
gcc-4.0: scipy/special/cephes/sici.c | |
gcc-4.0: scipy/special/cephes/ellpk.c | |
gcc-4.0: scipy/special/cephes/pdtr.c | |
gcc-4.0: scipy/special/cephes/kolmogorov.c | |
gcc-4.0: scipy/special/cephes/ellpj.c | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libsc_cephes.a | |
ar: adding 23 object files to build/temp.macosx-10.5-fat3-2.7/libsc_cephes.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_cephes.a | |
building 'sc_mach' library | |
using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/special/setup.py', 1)} | |
customize Gnu95FCompiler | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/mach | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/mach/d1mach.f | |
gfortran:f77: scipy/special/mach/i1mach.f | |
gfortran:f77: scipy/special/mach/r1mach.f | |
gfortran:f77: scipy/special/mach/xerror.f | |
scipy/special/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/special/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
scipy/special/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/special/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
scipy/special/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/special/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
scipy/special/mach/xerror.f:1.40: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l2 declared at (1) | |
scipy/special/mach/xerror.f:1.37: | |
SUBROUTINE XERROR(MESS,NMESS,L1,L2) | |
1 | |
Warning: Unused variable l1 declared at (1) | |
ar: adding 4 object files to build/temp.macosx-10.5-fat3-2.7/libsc_mach.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_mach.a | |
building 'sc_toms' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/amos | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/amos/dgamln.f | |
scipy/special/amos/dgamln.f: In function ‘dgamln’: | |
scipy/special/amos/dgamln.f:41: warning: ‘nz’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f:138: warning: ‘__result_dgamln’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f: In function ‘dgamln’: | |
scipy/special/amos/dgamln.f:41: warning: ‘nz’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f:138: warning: ‘__result_dgamln’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f: In function ‘dgamln’: | |
scipy/special/amos/dgamln.f:41: warning: ‘nz’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f:138: warning: ‘__result_dgamln’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f: In function ‘dgamln’: | |
scipy/special/amos/dgamln.f:41: warning: ‘nz’ may be used uninitialized in this function | |
scipy/special/amos/dgamln.f:138: warning: ‘__result_dgamln’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/dsclmr.f | |
gfortran:f77: scipy/special/amos/fdump.f | |
gfortran:f77: scipy/special/amos/zabs.f | |
gfortran:f77: scipy/special/amos/zacai.f | |
gfortran:f77: scipy/special/amos/zacon.f | |
scipy/special/amos/zacon.f: In function ‘zacon’: | |
scipy/special/amos/zacon.f:22: warning: ‘sc2r’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f:22: warning: ‘sc2i’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f: In function ‘zacon’: | |
scipy/special/amos/zacon.f:22: warning: ‘sc2r’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f:22: warning: ‘sc2i’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f: In function ‘zacon’: | |
scipy/special/amos/zacon.f:22: warning: ‘sc2r’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f:22: warning: ‘sc2i’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f: In function ‘zacon’: | |
scipy/special/amos/zacon.f:22: warning: ‘sc2r’ may be used uninitialized in this function | |
scipy/special/amos/zacon.f:22: warning: ‘sc2i’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zairy.f | |
gfortran:f77: scipy/special/amos/zasyi.f | |
gfortran:f77: scipy/special/amos/zbesh.f | |
gfortran:f77: scipy/special/amos/zbesi.f | |
gfortran:f77: scipy/special/amos/zbesj.f | |
gfortran:f77: scipy/special/amos/zbesk.f | |
gfortran:f77: scipy/special/amos/zbesy.f | |
gfortran:f77: scipy/special/amos/zbinu.f | |
gfortran:f77: scipy/special/amos/zbiry.f | |
gfortran:f77: scipy/special/amos/zbknu.f | |
scipy/special/amos/zbknu.f: In function ‘zbknu’: | |
scipy/special/amos/zbknu.f:15: warning: ‘dnu2’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘ckr’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘cki’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f: In function ‘zbknu’: | |
scipy/special/amos/zbknu.f:15: warning: ‘dnu2’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘ckr’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘cki’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f: In function ‘zbknu’: | |
scipy/special/amos/zbknu.f:15: warning: ‘dnu2’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘ckr’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘cki’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f: In function ‘zbknu’: | |
scipy/special/amos/zbknu.f:15: warning: ‘dnu2’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘ckr’ may be used uninitialized in this function | |
scipy/special/amos/zbknu.f:13: warning: ‘cki’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zbuni.f | |
gfortran:f77: scipy/special/amos/zbunk.f | |
gfortran:f77: scipy/special/amos/zdiv.f | |
gfortran:f77: scipy/special/amos/zexp.f | |
gfortran:f77: scipy/special/amos/zkscl.f | |
gfortran:f77: scipy/special/amos/zlog.f | |
gfortran:f77: scipy/special/amos/zmlri.f | |
gfortran:f77: scipy/special/amos/zmlt.f | |
gfortran:f77: scipy/special/amos/zrati.f | |
gfortran:f77: scipy/special/amos/zs1s2.f | |
gfortran:f77: scipy/special/amos/zseri.f | |
scipy/special/amos/zseri.f: In function ‘zseri’: | |
scipy/special/amos/zseri.f:19: warning: ‘ss’ may be used uninitialized in this function | |
scipy/special/amos/zseri.f: In function ‘zseri’: | |
scipy/special/amos/zseri.f:19: warning: ‘ss’ may be used uninitialized in this function | |
scipy/special/amos/zseri.f: In function ‘zseri’: | |
scipy/special/amos/zseri.f:19: warning: ‘ss’ may be used uninitialized in this function | |
scipy/special/amos/zseri.f: In function ‘zseri’: | |
scipy/special/amos/zseri.f:19: warning: ‘ss’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zshch.f | |
gfortran:f77: scipy/special/amos/zsqrt.f | |
gfortran:f77: scipy/special/amos/zuchk.f | |
gfortran:f77: scipy/special/amos/zunhj.f | |
gfortran:f77: scipy/special/amos/zuni1.f | |
scipy/special/amos/zuni1.f: In function ‘zuni1’: | |
scipy/special/amos/zuni1.f:24: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zuni1.f: In function ‘zuni1’: | |
scipy/special/amos/zuni1.f:24: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zuni1.f: In function ‘zuni1’: | |
scipy/special/amos/zuni1.f:24: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zuni1.f: In function ‘zuni1’: | |
scipy/special/amos/zuni1.f:24: warning: ‘iflag’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zuni2.f | |
scipy/special/amos/zuni2.f: In function ‘zuni2’: | |
scipy/special/amos/zuni2.f:27: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zuni2.f: In function ‘zuni2’: | |
scipy/special/amos/zuni2.f:27: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zuni2.f: In function ‘zuni2’: | |
scipy/special/amos/zuni2.f:27: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zuni2.f: In function ‘zuni2’: | |
scipy/special/amos/zuni2.f:27: warning: ‘iflag’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zunik.f | |
gfortran:f77: scipy/special/amos/zunk1.f | |
scipy/special/amos/zunk1.f: In function ‘zunk1’: | |
scipy/special/amos/zunk1.f:23: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f:23: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f: In function ‘zunk1’: | |
scipy/special/amos/zunk1.f:23: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f:23: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f: In function ‘zunk1’: | |
scipy/special/amos/zunk1.f:23: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f:23: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f: In function ‘zunk1’: | |
scipy/special/amos/zunk1.f:23: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk1.f:23: warning: ‘iflag’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zunk2.f | |
scipy/special/amos/zunk2.f: In function ‘zunk2’: | |
scipy/special/amos/zunk2.f:30: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f:30: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f: In function ‘zunk2’: | |
scipy/special/amos/zunk2.f:30: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f:30: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f: In function ‘zunk2’: | |
scipy/special/amos/zunk2.f:30: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f:30: warning: ‘iflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f: In function ‘zunk2’: | |
scipy/special/amos/zunk2.f:30: warning: ‘kflag’ may be used uninitialized in this function | |
scipy/special/amos/zunk2.f:30: warning: ‘iflag’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zuoik.f | |
scipy/special/amos/zuoik.f: In function ‘zuoik’: | |
scipy/special/amos/zuoik.f:30: warning: ‘aarg’ may be used uninitialized in this function | |
scipy/special/amos/zuoik.f: In function ‘zuoik’: | |
scipy/special/amos/zuoik.f:30: warning: ‘aarg’ may be used uninitialized in this function | |
scipy/special/amos/zuoik.f: In function ‘zuoik’: | |
scipy/special/amos/zuoik.f:30: warning: ‘aarg’ may be used uninitialized in this function | |
scipy/special/amos/zuoik.f: In function ‘zuoik’: | |
scipy/special/amos/zuoik.f:30: warning: ‘aarg’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/amos/zwrsk.f | |
ar: adding 38 object files to build/temp.macosx-10.5-fat3-2.7/libsc_toms.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_toms.a | |
building 'sc_amos' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/toms | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/toms/wofz.f | |
scipy/special/toms/wofz.f: In function ‘wofz’: | |
scipy/special/toms/wofz.f:136: warning: ‘h2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:143: warning: ‘qlambda’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:107: warning: ‘v2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:106: warning: ‘u2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f: In function ‘wofz’: | |
scipy/special/toms/wofz.f:136: warning: ‘h2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:143: warning: ‘qlambda’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:107: warning: ‘v2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:106: warning: ‘u2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f: In function ‘wofz’: | |
scipy/special/toms/wofz.f:136: warning: ‘h2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:143: warning: ‘qlambda’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:107: warning: ‘v2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:106: warning: ‘u2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f: In function ‘wofz’: | |
scipy/special/toms/wofz.f:136: warning: ‘h2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:143: warning: ‘qlambda’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:107: warning: ‘v2’ may be used uninitialized in this function | |
scipy/special/toms/wofz.f:106: warning: ‘u2’ may be used uninitialized in this function | |
ar: adding 1 object files to build/temp.macosx-10.5-fat3-2.7/libsc_amos.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_amos.a | |
building 'sc_cdf' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/cdflib | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/cdflib/algdiv.f | |
gfortran:f77: scipy/special/cdflib/alngam.f | |
gfortran:f77: scipy/special/cdflib/alnrel.f | |
gfortran:f77: scipy/special/cdflib/apser.f | |
gfortran:f77: scipy/special/cdflib/basym.f | |
gfortran:f77: scipy/special/cdflib/bcorr.f | |
gfortran:f77: scipy/special/cdflib/betaln.f | |
gfortran:f77: scipy/special/cdflib/bfrac.f | |
gfortran:f77: scipy/special/cdflib/bgrat.f | |
gfortran:f77: scipy/special/cdflib/bpser.f | |
gfortran:f77: scipy/special/cdflib/bratio.f | |
gfortran:f77: scipy/special/cdflib/brcmp1.f | |
gfortran:f77: scipy/special/cdflib/brcomp.f | |
gfortran:f77: scipy/special/cdflib/bup.f | |
gfortran:f77: scipy/special/cdflib/cdfbet.f | |
gfortran:f77: scipy/special/cdflib/cdfbin.f | |
gfortran:f77: scipy/special/cdflib/cdfchi.f | |
scipy/special/cdflib/cdfchi.f: In function ‘cdfchi’: | |
scipy/special/cdflib/cdfchi.f:177: warning: ‘porq’ is used uninitialized in this function | |
scipy/special/cdflib/cdfchi.f: In function ‘cdfchi’: | |
scipy/special/cdflib/cdfchi.f:177: warning: ‘porq’ is used uninitialized in this function | |
scipy/special/cdflib/cdfchi.f: In function ‘cdfchi’: | |
scipy/special/cdflib/cdfchi.f:177: warning: ‘porq’ is used uninitialized in this function | |
scipy/special/cdflib/cdfchi.f: In function ‘cdfchi’: | |
scipy/special/cdflib/cdfchi.f:177: warning: ‘porq’ is used uninitialized in this function | |
gfortran:f77: scipy/special/cdflib/cdfchn.f | |
gfortran:f77: scipy/special/cdflib/cdff.f | |
gfortran:f77: scipy/special/cdflib/cdffnc.f | |
gfortran:f77: scipy/special/cdflib/cdfgam.f | |
gfortran:f77: scipy/special/cdflib/cdfnbn.f | |
gfortran:f77: scipy/special/cdflib/cdfnor.f | |
gfortran:f77: scipy/special/cdflib/cdfpoi.f | |
gfortran:f77: scipy/special/cdflib/cdft.f | |
gfortran:f77: scipy/special/cdflib/cdftnc.f | |
gfortran:f77: scipy/special/cdflib/cumbet.f | |
gfortran:f77: scipy/special/cdflib/cumbin.f | |
gfortran:f77: scipy/special/cdflib/cumchi.f | |
gfortran:f77: scipy/special/cdflib/cumchn.f | |
gfortran:f77: scipy/special/cdflib/cumf.f | |
gfortran:f77: scipy/special/cdflib/cumfnc.f | |
gfortran:f77: scipy/special/cdflib/cumgam.f | |
gfortran:f77: scipy/special/cdflib/cumnbn.f | |
gfortran:f77: scipy/special/cdflib/cumnor.f | |
gfortran:f77: scipy/special/cdflib/cumpoi.f | |
gfortran:f77: scipy/special/cdflib/cumt.f | |
gfortran:f77: scipy/special/cdflib/cumtnc.f | |
gfortran:f77: scipy/special/cdflib/devlpl.f | |
gfortran:f77: scipy/special/cdflib/dinvnr.f | |
gfortran:f77: scipy/special/cdflib/dinvr.f | |
scipy/special/cdflib/dinvr.f:99.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:105.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:142.72: | |
ASSIGN 90 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:167.72: | |
ASSIGN 130 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:202.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:237.72: | |
ASSIGN 270 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:346.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dinvr.f:240.5: | |
270 CONTINUE | |
1 | |
Warning: Label 270 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:205.5: | |
200 yy = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:170.5: | |
130 yy = fx | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:145.5: | |
90 yy = fx | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:108.5: | |
20 fbig = fx | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:102.5: | |
10 fsmall = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:99.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:105.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:142.72: | |
ASSIGN 90 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:167.72: | |
ASSIGN 130 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:202.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:237.72: | |
ASSIGN 270 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:346.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dinvr.f:240.5: | |
270 CONTINUE | |
1 | |
Warning: Label 270 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:205.5: | |
200 yy = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:170.5: | |
130 yy = fx | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:145.5: | |
90 yy = fx | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:108.5: | |
20 fbig = fx | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:102.5: | |
10 fsmall = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:99.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:105.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:142.72: | |
ASSIGN 90 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:167.72: | |
ASSIGN 130 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:202.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:237.72: | |
ASSIGN 270 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:346.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dinvr.f:240.5: | |
270 CONTINUE | |
1 | |
Warning: Label 270 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:205.5: | |
200 yy = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:170.5: | |
130 yy = fx | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:145.5: | |
90 yy = fx | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:108.5: | |
20 fbig = fx | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:102.5: | |
10 fsmall = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:99.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:105.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:142.72: | |
ASSIGN 90 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:167.72: | |
ASSIGN 130 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:202.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:237.72: | |
ASSIGN 270 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dinvr.f:346.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dinvr.f:240.5: | |
270 CONTINUE | |
1 | |
Warning: Label 270 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:205.5: | |
200 yy = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:170.5: | |
130 yy = fx | |
1 | |
Warning: Label 130 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:145.5: | |
90 yy = fx | |
1 | |
Warning: Label 90 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:108.5: | |
20 fbig = fx | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dinvr.f:102.5: | |
10 fsmall = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
gfortran:f77: scipy/special/cdflib/dt1.f | |
gfortran:f77: scipy/special/cdflib/dzror.f | |
scipy/special/cdflib/dzror.f:92.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:100.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:181.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:281.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dzror.f:184.5: | |
200 fb = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:106.5: | |
20 IF (.NOT. (fb.LT.0.0D0)) GO TO 40 | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:95.5: | |
10 fb = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:92.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:100.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:181.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:281.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dzror.f:184.5: | |
200 fb = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:106.5: | |
20 IF (.NOT. (fb.LT.0.0D0)) GO TO 40 | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:95.5: | |
10 fb = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:92.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:100.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:181.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:281.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dzror.f:184.5: | |
200 fb = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:106.5: | |
20 IF (.NOT. (fb.LT.0.0D0)) GO TO 40 | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:95.5: | |
10 fb = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:92.72: | |
ASSIGN 10 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:100.72: | |
ASSIGN 20 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:181.72: | |
ASSIGN 200 TO i99999 | |
1 | |
Warning: Obsolete: ASSIGN statement at (1) | |
scipy/special/cdflib/dzror.f:281.18: | |
GO TO i99999 | |
1 | |
Warning: Obsolete: Assigned GOTO statement at (1) | |
scipy/special/cdflib/dzror.f:184.5: | |
200 fb = fx | |
1 | |
Warning: Label 200 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:106.5: | |
20 IF (.NOT. (fb.LT.0.0D0)) GO TO 40 | |
1 | |
Warning: Label 20 at (1) defined but not used | |
scipy/special/cdflib/dzror.f:95.5: | |
10 fb = fx | |
1 | |
Warning: Label 10 at (1) defined but not used | |
gfortran:f77: scipy/special/cdflib/erf.f | |
gfortran:f77: scipy/special/cdflib/erfc1.f | |
gfortran:f77: scipy/special/cdflib/esum.f | |
gfortran:f77: scipy/special/cdflib/exparg.f | |
gfortran:f77: scipy/special/cdflib/fpser.f | |
gfortran:f77: scipy/special/cdflib/gam1.f | |
gfortran:f77: scipy/special/cdflib/gaminv.f | |
scipy/special/cdflib/gaminv.f: In function ‘gaminv’: | |
scipy/special/cdflib/gaminv.f:58: warning: ‘b’ may be used uninitialized in this function | |
scipy/special/cdflib/gaminv.f: In function ‘gaminv’: | |
scipy/special/cdflib/gaminv.f:58: warning: ‘b’ may be used uninitialized in this function | |
scipy/special/cdflib/gaminv.f: In function ‘gaminv’: | |
scipy/special/cdflib/gaminv.f:58: warning: ‘b’ may be used uninitialized in this function | |
scipy/special/cdflib/gaminv.f: In function ‘gaminv’: | |
scipy/special/cdflib/gaminv.f:58: warning: ‘b’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/cdflib/gamln.f | |
gfortran:f77: scipy/special/cdflib/gamln1.f | |
gfortran:f77: scipy/special/cdflib/gamma_fort.f | |
scipy/special/cdflib/gamma_fort.f: In function ‘gamma’: | |
scipy/special/cdflib/gamma_fort.f:20: warning: ‘s’ may be used uninitialized in this function | |
scipy/special/cdflib/gamma_fort.f: In function ‘gamma’: | |
scipy/special/cdflib/gamma_fort.f:20: warning: ‘s’ may be used uninitialized in this function | |
scipy/special/cdflib/gamma_fort.f: In function ‘gamma’: | |
scipy/special/cdflib/gamma_fort.f:20: warning: ‘s’ may be used uninitialized in this function | |
scipy/special/cdflib/gamma_fort.f: In function ‘gamma’: | |
scipy/special/cdflib/gamma_fort.f:20: warning: ‘s’ may be used uninitialized in this function | |
gfortran:f77: scipy/special/cdflib/grat1.f | |
gfortran:f77: scipy/special/cdflib/gratio.f | |
gfortran:f77: scipy/special/cdflib/gsumln.f | |
gfortran:f77: scipy/special/cdflib/ipmpar.f | |
gfortran:f77: scipy/special/cdflib/psi_fort.f | |
gfortran:f77: scipy/special/cdflib/rcomp.f | |
gfortran:f77: scipy/special/cdflib/rexp.f | |
gfortran:f77: scipy/special/cdflib/rlog.f | |
gfortran:f77: scipy/special/cdflib/rlog1.f | |
gfortran:f77: scipy/special/cdflib/spmpar.f | |
gfortran:f77: scipy/special/cdflib/stvaln.f | |
ar: adding 50 object files to build/temp.macosx-10.5-fat3-2.7/libsc_cdf.a | |
ar: adding 14 object files to build/temp.macosx-10.5-fat3-2.7/libsc_cdf.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_cdf.a | |
building 'sc_specfun' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/special/specfun | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/special/specfun/specfun.f | |
scipy/special/specfun/specfun.f: In function ‘stvhv’: | |
scipy/special/specfun/specfun.f:12873: warning: ‘bjv’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cw>scipy/special/specfun/specfun.f: In function ‘cik01’: | |
scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cw>scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqmn’: | |
scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqn’: | |
scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikna’: | |
scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘ciknb’: | |
scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikva’: | |
scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikvb’: | |
scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘chgul’: | |
scipy/special/specfun/specfun.f:9186: warning: ‘r0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘csphik’: | |
scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjynb’: | |
scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjyna’: | |
scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <zw>scipy/special/specfun/specfun.f: In function ‘hygfz’: | |
scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <zw>scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:6134: warning: ‘k’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy0>scipy/special/specfun/specfun.f: In function ‘cchg’: | |
scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy0>scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfi>scipy/special/specfun/specfun.f: In function ‘ciklv’: | |
scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfi>scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f: In function ‘cjyvb’: | |
scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cjv0>scipy/special/specfun/specfun.f: In function ‘cjyva’: | |
scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cjv0>scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3366: warning: ‘cjv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3394: warning: ‘cyv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3397: warning: ‘cyv1’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfj>scipy/special/specfun/specfun.f: In function ‘cjylv’: | |
scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfj>scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfy>scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfy>scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f: In function ‘csphjy’: | |
scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘stvhv’: | |
scipy/special/specfun/specfun.f:12873: warning: ‘bjv’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cw>scipy/special/specfun/specfun.f: In function ‘cik01’: | |
scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cw>scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqmn’: | |
scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqn’: | |
scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikna’: | |
scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘ciknb’: | |
scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikva’: | |
scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikvb’: | |
scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘chgul’: | |
scipy/special/specfun/specfun.f:9186: warning: ‘r0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘csphik’: | |
scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjynb’: | |
scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjyna’: | |
scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <zw>scipy/special/specfun/specfun.f: In function ‘hygfz’: | |
scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <zw>scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:6134: warning: ‘k’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy0>scipy/special/specfun/specfun.f: In function ‘cchg’: | |
scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy0>scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfi>scipy/special/specfun/specfun.f: In function ‘ciklv’: | |
scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfi>scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f: In function ‘cjyvb’: | |
scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cjv0>scipy/special/specfun/specfun.f: In function ‘cjyva’: | |
scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cjv0>scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3366: warning: ‘cjv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3394: warning: ‘cyv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3397: warning: ‘cyv1’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfj>scipy/special/specfun/specfun.f: In function ‘cjylv’: | |
scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfj>scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfy>scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfy>scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f: In function ‘csphjy’: | |
scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘stvhv’: | |
scipy/special/specfun/specfun.f:12873: warning: ‘bjv’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cw>scipy/special/specfun/specfun.f: In function ‘cik01’: | |
scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cw>scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqmn’: | |
scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqn’: | |
scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikna’: | |
scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘ciknb’: | |
scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikva’: | |
scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikvb’: | |
scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘chgul’: | |
scipy/special/specfun/specfun.f:9186: warning: ‘r0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘csphik’: | |
scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjynb’: | |
scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjyna’: | |
scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <zw>scipy/special/specfun/specfun.f: In function ‘hygfz’: | |
scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <zw>scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:6134: warning: ‘k’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy0>scipy/special/specfun/specfun.f: In function ‘cchg’: | |
scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy0>scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfi>scipy/special/specfun/specfun.f: In function ‘ciklv’: | |
scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfi>scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f: In function ‘cjyvb’: | |
scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cjv0>scipy/special/specfun/specfun.f: In function ‘cjyva’: | |
scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cjv0>scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3366: warning: ‘cjv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3394: warning: ‘cyv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3397: warning: ‘cyv1’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfy>scipy/special/specfun/specfun.f: In function ‘cjylv’: | |
scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfy>scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfj>scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfj>scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f: In function ‘csphjy’: | |
scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘stvhv’: | |
scipy/special/specfun/specfun.f:12873: warning: ‘bjv’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cw>scipy/special/specfun/specfun.f: In function ‘cik01’: | |
scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cw>scipy/special/specfun/specfun.f:12560: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqmn’: | |
scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:12022: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cqf0>scipy/special/specfun/specfun.f: In function ‘clqn’: | |
scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cqf0>scipy/special/specfun/specfun.f:2228: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikna’: | |
scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12321: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘ciknb’: | |
scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:12211: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikva’: | |
scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11258: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cikvb’: | |
scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:11097: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f: In function ‘chgul’: | |
scipy/special/specfun/specfun.f:9186: warning: ‘r0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘csphik’: | |
scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:10065: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:10069: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjynb’: | |
scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6753: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f: In function ‘cjyna’: | |
scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:6617: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:6652: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <zw>scipy/special/specfun/specfun.f: In function ‘hygfz’: | |
scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <zw>scipy/special/specfun/specfun.f:6159: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:6134: warning: ‘k’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy0>scipy/special/specfun/specfun.f: In function ‘cchg’: | |
scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy0>scipy/special/specfun/specfun.f:6054: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <chw>scipy/special/specfun/specfun.f:6020: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cy1>scipy/special/specfun/specfun.f:6055: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfi>scipy/special/specfun/specfun.f: In function ‘ciklv’: | |
scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfi>scipy/special/specfun/specfun.f:5402: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfk>scipy/special/specfun/specfun.f:5407: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f: In function ‘cjyvb’: | |
scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3642: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3680: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cjv0>scipy/special/specfun/specfun.f: In function ‘cjyva’: | |
scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cjv0>scipy/special/specfun/specfun.f:3366: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3366: warning: ‘cjv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv0>scipy/special/specfun/specfun.f:3394: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3394: warning: ‘cyv0’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cju0>scipy/special/specfun/specfun.f:3415: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cyv1>scipy/special/specfun/specfun.f:3397: warning: ’ may be used uninitialized in this function | |
scipy/special/specfun/specfun.f:3397: warning: ‘cyv1’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cf>scipy/special/specfun/specfun.f:3461: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:3479: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <ch0>scipy/special/specfun/specfun.f:3509: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfy>scipy/special/specfun/specfun.f: In function ‘cjylv’: | |
scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfy>scipy/special/specfun/specfun.f:1437: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cfj>scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cfj>scipy/special/specfun/specfun.f:1432: warning: ’ may be used uninitialized in this function | |
‘IMAGPART_EXPR <cs>scipy/special/specfun/specfun.f: In function ‘csphjy’: | |
scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
‘REALPART_EXPR <cs>scipy/special/specfun/specfun.f:1147: warning: ’ may be used uninitialized in this function | |
ar: adding 1 object files to build/temp.macosx-10.5-fat3-2.7/libsc_specfun.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libsc_specfun.a | |
building 'statlib' library | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/stats | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/stats/statlib | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -c' | |
gfortran:f77: scipy/stats/statlib/ansari.f | |
Warning: Nonconforming tab character in column 1 of line 24 | |
Warning: Nonconforming tab character in column 1 of line 25 | |
Warning: Nonconforming tab character in column 1 of line 35 | |
Warning: Nonconforming tab character in column 1 of line 37 | |
Warning: Nonconforming tab character in column 1 of line 39 | |
Warning: Nonconforming tab character in column 1 of line 40 | |
Warning: Nonconforming tab character in column 1 of line 42 | |
Warning: Nonconforming tab character in column 1 of line 43 | |
Warning: Nonconforming tab character in column 1 of line 44 | |
Warning: Nonconforming tab character in column 1 of line 45 | |
Warning: Nonconforming tab character in column 1 of line 47 | |
Warning: Nonconforming tab character in column 1 of line 49 | |
Warning: Nonconforming tab character in column 1 of line 51 | |
Warning: Nonconforming tab character in column 1 of line 53 | |
Warning: Nonconforming tab character in column 1 of line 54 | |
Warning: Nonconforming tab character in column 1 of line 55 | |
Warning: Nonconforming tab character in column 1 of line 56 | |
Warning: Nonconforming tab character in column 1 of line 57 | |
Warning: Nonconforming tab character in column 1 of line 59 | |
Warning: Nonconforming tab character in column 1 of line 61 | |
Warning: Nonconforming tab character in column 1 of line 62 | |
Warning: Nonconforming tab character in column 1 of line 63 | |
Warning: Nonconforming tab character in column 1 of line 64 | |
Warning: Nonconforming tab character in column 1 of line 66 | |
Warning: Nonconforming tab character in column 1 of line 68 | |
Warning: Nonconforming tab character in column 1 of line 69 | |
Warning: Nonconforming tab character in column 1 of line 71 | |
Warning: Nonconforming tab character in column 1 of line 73 | |
Warning: Nonconforming tab character in column 1 of line 75 | |
Warning: Nonconforming tab character in column 1 of line 77 | |
Warning: Nonconforming tab character in column 1 of line 78 | |
Warning: Nonconforming tab character in column 1 of line 80 | |
Warning: Nonconforming tab character in column 1 of line 82 | |
Warning: Nonconforming tab character in column 1 of line 83 | |
Warning: Nonconforming tab character in column 1 of line 85 | |
Warning: Nonconforming tab character in column 1 of line 87 | |
Warning: Nonconforming tab character in column 1 of line 89 | |
Warning: Nonconforming tab character in column 1 of line 91 | |
Warning: Nonconforming tab character in column 1 of line 92 | |
Warning: Nonconforming tab character in column 1 of line 94 | |
Warning: Nonconforming tab character in column 1 of line 95 | |
Warning: Nonconforming tab character in column 1 of line 97 | |
Warning: Nonconforming tab character in column 1 of line 98 | |
Warning: Nonconforming tab character in column 1 of line 99 | |
Warning: Nonconforming tab character in column 1 of line 100 | |
Warning: Nonconforming tab character in column 1 of line 101 | |
Warning: Nonconforming tab character in column 1 of line 102 | |
Warning: Nonconforming tab character in column 1 of line 104 | |
Warning: Nonconforming tab character in column 1 of line 105 | |
Warning: Nonconforming tab character in column 1 of line 106 | |
Warning: Nonconforming tab character in column 1 of line 107 | |
Warning: Nonconforming tab character in column 1 of line 108 | |
Warning: Nonconforming tab character in column 1 of line 109 | |
Warning: Nonconforming tab character in column 1 of line 111 | |
Warning: Nonconforming tab character in column 1 of line 113 | |
Warning: Nonconforming tab character in column 1 of line 114 | |
Warning: Nonconforming tab character in column 1 of line 115 | |
Warning: Nonconforming tab character in column 1 of line 116 | |
Warning: Nonconforming tab character in column 1 of line 118 | |
Warning: Nonconforming tab character in column 1 of line 119 | |
Warning: Nonconforming tab character in column 1 of line 121 | |
Warning: Nonconforming tab character in column 1 of line 122 | |
Warning: Nonconforming tab character in column 1 of line 123 | |
Warning: Nonconforming tab character in column 1 of line 124 | |
Warning: Nonconforming tab character in column 1 of line 125 | |
Warning: Nonconforming tab character in column 1 of line 126 | |
Warning: Nonconforming tab character in column 1 of line 128 | |
Warning: Nonconforming tab character in column 1 of line 130 | |
Warning: Nonconforming tab character in column 1 of line 131 | |
Warning: Nonconforming tab character in column 1 of line 132 | |
Warning: Nonconforming tab character in column 1 of line 133 | |
Warning: Nonconforming tab character in column 1 of line 134 | |
Warning: Nonconforming tab character in column 1 of line 135 | |
Warning: Nonconforming tab character in column 1 of line 136 | |
Warning: Nonconforming tab character in column 1 of line 138 | |
Warning: Nonconforming tab character in column 1 of line 140 | |
Warning: Nonconforming tab character in column 1 of line 142 | |
Warning: Nonconforming tab character in column 1 of line 144 | |
Warning: Nonconforming tab character in column 1 of line 145 | |
Warning: Nonconforming tab character in column 1 of line 146 | |
Warning: Nonconforming tab character in column 1 of line 147 | |
Warning: Nonconforming tab character in column 1 of line 148 | |
Warning: Nonconforming tab character in column 1 of line 149 | |
Warning: Nonconforming tab character in column 1 of line 150 | |
Warning: Nonconforming tab character in column 1 of line 151 | |
Warning: Nonconforming tab character in column 1 of line 152 | |
Warning: Nonconforming tab character in column 1 of line 154 | |
Warning: Nonconforming tab character in column 1 of line 156 | |
Warning: Nonconforming tab character in column 1 of line 158 | |
Warning: Nonconforming tab character in column 1 of line 160 | |
Warning: Nonconforming tab character in column 1 of line 161 | |
Warning: Nonconforming tab character in column 1 of line 162 | |
Warning: Nonconforming tab character in column 1 of line 163 | |
Warning: Nonconforming tab character in column 1 of line 164 | |
Warning: Nonconforming tab character in column 1 of line 165 | |
Warning: Nonconforming tab character in column 1 of line 166 | |
Warning: Nonconforming tab character in column 1 of line 167 | |
Warning: Nonconforming tab character in column 1 of line 169 | |
Warning: Nonconforming tab character in column 1 of line 171 | |
Warning: Nonconforming tab character in column 1 of line 172 | |
Warning: Nonconforming tab character in column 1 of line 173 | |
Warning: Nonconforming tab character in column 1 of line 175 | |
Warning: Nonconforming tab character in column 1 of line 177 | |
Warning: Nonconforming tab character in column 1 of line 179 | |
Warning: Nonconforming tab character in column 1 of line 181 | |
Warning: Nonconforming tab character in column 1 of line 182 | |
Warning: Nonconforming tab character in column 1 of line 183 | |
Warning: Nonconforming tab character in column 1 of line 184 | |
Warning: Nonconforming tab character in column 1 of line 185 | |
Warning: Nonconforming tab character in column 1 of line 186 | |
Warning: Nonconforming tab character in column 1 of line 187 | |
Warning: Nonconforming tab character in column 1 of line 188 | |
Warning: Nonconforming tab character in column 1 of line 190 | |
Warning: Nonconforming tab character in column 1 of line 192 | |
Warning: Nonconforming tab character in column 1 of line 194 | |
Warning: Nonconforming tab character in column 1 of line 196 | |
Warning: Nonconforming tab character in column 1 of line 197 | |
Warning: Nonconforming tab character in column 1 of line 199 | |
Warning: Nonconforming tab character in column 1 of line 200 | |
Warning: Nonconforming tab character in column 1 of line 201 | |
Warning: Nonconforming tab character in column 1 of line 203 | |
Warning: Nonconforming tab character in column 1 of line 204 | |
Warning: Nonconforming tab character in column 1 of line 205 | |
Warning: Nonconforming tab character in column 1 of line 206 | |
Warning: Nonconforming tab character in column 1 of line 207 | |
Warning: Nonconforming tab character in column 1 of line 208 | |
Warning: Nonconforming tab character in column 1 of line 209 | |
Warning: Nonconforming tab character in column 1 of line 211 | |
Warning: Nonconforming tab character in column 1 of line 213 | |
Warning: Nonconforming tab character in column 1 of line 214 | |
Warning: Nonconforming tab character in column 1 of line 215 | |
Warning: Nonconforming tab character in column 1 of line 216 | |
Warning: Nonconforming tab character in column 1 of line 217 | |
Warning: Nonconforming tab character in column 1 of line 218 | |
Warning: Nonconforming tab character in column 1 of line 219 | |
Warning: Nonconforming tab character in column 1 of line 220 | |
Warning: Nonconforming tab character in column 1 of line 222 | |
Warning: Nonconforming tab character in column 1 of line 224 | |
Warning: Nonconforming tab character in column 1 of line 225 | |
Warning: Nonconforming tab character in column 1 of line 226 | |
Warning: Nonconforming tab character in column 1 of line 227 | |
Warning: Nonconforming tab character in column 1 of line 228 | |
Warning: Nonconforming tab character in column 1 of line 229 | |
Warning: Nonconforming tab character in column 1 of line 230 | |
Warning: Nonconforming tab character in column 1 of line 232 | |
Warning: Nonconforming tab character in column 1 of line 234 | |
Warning: Nonconforming tab character in column 1 of line 236 | |
Warning: Nonconforming tab character in column 1 of line 237 | |
Warning: Nonconforming tab character in column 1 of line 239 | |
Warning: Nonconforming tab character in column 1 of line 240 | |
Warning: Nonconforming tab character in column 1 of line 241 | |
Warning: Nonconforming tab character in column 1 of line 242 | |
Warning: Nonconforming tab character in column 1 of line 243 | |
Warning: Nonconforming tab character in column 1 of line 244 | |
Warning: Nonconforming tab character in column 1 of line 245 | |
Warning: Nonconforming tab character in column 1 of line 246 | |
Warning: Nonconforming tab character in column 1 of line 247 | |
Warning: Nonconforming tab character in column 1 of line 248 | |
Warning: Nonconforming tab character in column 1 of line 249 | |
Warning: Nonconforming tab character in column 1 of line 250 | |
Warning: Nonconforming tab character in column 1 of line 251 | |
Warning: Nonconforming tab character in column 1 of line 252 | |
Warning: Nonconforming tab character in column 1 of line 253 | |
Warning: Nonconforming tab character in column 1 of line 254 | |
Warning: Nonconforming tab character in column 1 of line 256 | |
Warning: Nonconforming tab character in column 1 of line 258 | |
Warning: Nonconforming tab character in column 1 of line 260 | |
Warning: Nonconforming tab character in column 1 of line 261 | |
Warning: Nonconforming tab character in column 1 of line 262 | |
Warning: Nonconforming tab character in column 1 of line 263 | |
Warning: Nonconforming tab character in column 1 of line 265 | |
Warning: Nonconforming tab character in column 1 of line 267 | |
Warning: Nonconforming tab character in column 1 of line 269 | |
Warning: Nonconforming tab character in column 1 of line 270 | |
Warning: Nonconforming tab character in column 1 of line 271 | |
Warning: Nonconforming tab character in column 1 of line 272 | |
Warning: Nonconforming tab character in column 1 of line 273 | |
Warning: Nonconforming tab character in column 1 of line 274 | |
Warning: Nonconforming tab character in column 1 of line 276 | |
Warning: Nonconforming tab character in column 1 of line 278 | |
Warning: Nonconforming tab character in column 1 of line 280 | |
Warning: Nonconforming tab character in column 1 of line 281 | |
Warning: Nonconforming tab character in column 1 of line 283 | |
Warning: Nonconforming tab character in column 1 of line 284 | |
Warning: Nonconforming tab character in column 1 of line 285 | |
Warning: Nonconforming tab character in column 1 of line 286 | |
Warning: Nonconforming tab character in column 1 of line 288 | |
Warning: Nonconforming tab character in column 1 of line 290 | |
Warning: Nonconforming tab character in column 1 of line 292 | |
Warning: Nonconforming tab character in column 1 of line 293 | |
Warning: Nonconforming tab character in column 1 of line 295 | |
Warning: Nonconforming tab character in column 1 of line 296 | |
Warning: Nonconforming tab character in column 1 of line 297 | |
Warning: Nonconforming tab character in column 1 of line 298 | |
Warning: Nonconforming tab character in column 1 of line 299 | |
Warning: Nonconforming tab character in column 1 of line 300 | |
Warning: Nonconforming tab character in column 1 of line 301 | |
Warning: Nonconforming tab character in column 1 of line 302 | |
Warning: Nonconforming tab character in column 1 of line 303 | |
Warning: Nonconforming tab character in column 1 of line 305 | |
Warning: Nonconforming tab character in column 1 of line 307 | |
Warning: Nonconforming tab character in column 1 of line 308 | |
Warning: Nonconforming tab character in column 1 of line 309 | |
Warning: Nonconforming tab character in column 1 of line 310 | |
Warning: Nonconforming tab character in column 1 of line 311 | |
Warning: Nonconforming tab character in column 1 of line 24 | |
Warning: Nonconforming tab character in column 1 of line 25 | |
Warning: Nonconforming tab character in column 1 of line 35 | |
Warning: Nonconforming tab character in column 1 of line 37 | |
Warning: Nonconforming tab character in column 1 of line 39 | |
Warning: Nonconforming tab character in column 1 of line 40 | |
Warning: Nonconforming tab character in column 1 of line 42 | |
Warning: Nonconforming tab character in column 1 of line 43 | |
Warning: Nonconforming tab character in column 1 of line 44 | |
Warning: Nonconforming tab character in column 1 of line 45 | |
Warning: Nonconforming tab character in column 1 of line 47 | |
Warning: Nonconforming tab character in column 1 of line 49 | |
Warning: Nonconforming tab character in column 1 of line 51 | |
Warning: Nonconforming tab character in column 1 of line 53 | |
Warning: Nonconforming tab character in column 1 of line 54 | |
Warning: Nonconforming tab character in column 1 of line 55 | |
Warning: Nonconforming tab character in column 1 of line 56 | |
Warning: Nonconforming tab character in column 1 of line 57 | |
Warning: Nonconforming tab character in column 1 of line 59 | |
Warning: Nonconforming tab character in column 1 of line 61 | |
Warning: Nonconforming tab character in column 1 of line 62 | |
Warning: Nonconforming tab character in column 1 of line 63 | |
Warning: Nonconforming tab character in column 1 of line 64 | |
Warning: Nonconforming tab character in column 1 of line 66 | |
Warning: Nonconforming tab character in column 1 of line 68 | |
Warning: Nonconforming tab character in column 1 of line 69 | |
Warning: Nonconforming tab character in column 1 of line 71 | |
Warning: Nonconforming tab character in column 1 of line 73 | |
Warning: Nonconforming tab character in column 1 of line 75 | |
Warning: Nonconforming tab character in column 1 of line 77 | |
Warning: Nonconforming tab character in column 1 of line 78 | |
Warning: Nonconforming tab character in column 1 of line 80 | |
Warning: Nonconforming tab character in column 1 of line 82 | |
Warning: Nonconforming tab character in column 1 of line 83 | |
Warning: Nonconforming tab character in column 1 of line 85 | |
Warning: Nonconforming tab character in column 1 of line 87 | |
Warning: Nonconforming tab character in column 1 of line 89 | |
Warning: Nonconforming tab character in column 1 of line 91 | |
Warning: Nonconforming tab character in column 1 of line 92 | |
Warning: Nonconforming tab character in column 1 of line 94 | |
Warning: Nonconforming tab character in column 1 of line 95 | |
Warning: Nonconforming tab character in column 1 of line 97 | |
Warning: Nonconforming tab character in column 1 of line 98 | |
Warning: Nonconforming tab character in column 1 of line 99 | |
Warning: Nonconforming tab character in column 1 of line 100 | |
Warning: Nonconforming tab character in column 1 of line 101 | |
Warning: Nonconforming tab character in column 1 of line 102 | |
Warning: Nonconforming tab character in column 1 of line 104 | |
Warning: Nonconforming tab character in column 1 of line 105 | |
Warning: Nonconforming tab character in column 1 of line 106 | |
Warning: Nonconforming tab character in column 1 of line 107 | |
Warning: Nonconforming tab character in column 1 of line 108 | |
Warning: Nonconforming tab character in column 1 of line 109 | |
Warning: Nonconforming tab character in column 1 of line 111 | |
Warning: Nonconforming tab character in column 1 of line 113 | |
Warning: Nonconforming tab character in column 1 of line 114 | |
Warning: Nonconforming tab character in column 1 of line 115 | |
Warning: Nonconforming tab character in column 1 of line 116 | |
Warning: Nonconforming tab character in column 1 of line 118 | |
Warning: Nonconforming tab character in column 1 of line 119 | |
Warning: Nonconforming tab character in column 1 of line 121 | |
Warning: Nonconforming tab character in column 1 of line 122 | |
Warning: Nonconforming tab character in column 1 of line 123 | |
Warning: Nonconforming tab character in column 1 of line 124 | |
Warning: Nonconforming tab character in column 1 of line 125 | |
Warning: Nonconforming tab character in column 1 of line 126 | |
Warning: Nonconforming tab character in column 1 of line 128 | |
Warning: Nonconforming tab character in column 1 of line 130 | |
Warning: Nonconforming tab character in column 1 of line 131 | |
Warning: Nonconforming tab character in column 1 of line 132 | |
Warning: Nonconforming tab character in column 1 of line 133 | |
Warning: Nonconforming tab character in column 1 of line 134 | |
Warning: Nonconforming tab character in column 1 of line 135 | |
Warning: Nonconforming tab character in column 1 of line 136 | |
Warning: Nonconforming tab character in column 1 of line 138 | |
Warning: Nonconforming tab character in column 1 of line 140 | |
Warning: Nonconforming tab character in column 1 of line 142 | |
Warning: Nonconforming tab character in column 1 of line 144 | |
Warning: Nonconforming tab character in column 1 of line 145 | |
Warning: Nonconforming tab character in column 1 of line 146 | |
Warning: Nonconforming tab character in column 1 of line 147 | |
Warning: Nonconforming tab character in column 1 of line 148 | |
Warning: Nonconforming tab character in column 1 of line 149 | |
Warning: Nonconforming tab character in column 1 of line 150 | |
Warning: Nonconforming tab character in column 1 of line 151 | |
Warning: Nonconforming tab character in column 1 of line 152 | |
Warning: Nonconforming tab character in column 1 of line 154 | |
Warning: Nonconforming tab character in column 1 of line 156 | |
Warning: Nonconforming tab character in column 1 of line 158 | |
Warning: Nonconforming tab character in column 1 of line 160 | |
Warning: Nonconforming tab character in column 1 of line 161 | |
Warning: Nonconforming tab character in column 1 of line 162 | |
Warning: Nonconforming tab character in column 1 of line 163 | |
Warning: Nonconforming tab character in column 1 of line 164 | |
Warning: Nonconforming tab character in column 1 of line 165 | |
Warning: Nonconforming tab character in column 1 of line 166 | |
Warning: Nonconforming tab character in column 1 of line 167 | |
Warning: Nonconforming tab character in column 1 of line 169 | |
Warning: Nonconforming tab character in column 1 of line 171 | |
Warning: Nonconforming tab character in column 1 of line 172 | |
Warning: Nonconforming tab character in column 1 of line 173 | |
Warning: Nonconforming tab character in column 1 of line 175 | |
Warning: Nonconforming tab character in column 1 of line 177 | |
Warning: Nonconforming tab character in column 1 of line 179 | |
Warning: Nonconforming tab character in column 1 of line 181 | |
Warning: Nonconforming tab character in column 1 of line 182 | |
Warning: Nonconforming tab character in column 1 of line 183 | |
Warning: Nonconforming tab character in column 1 of line 184 | |
Warning: Nonconforming tab character in column 1 of line 185 | |
Warning: Nonconforming tab character in column 1 of line 186 | |
Warning: Nonconforming tab character in column 1 of line 187 | |
Warning: Nonconforming tab character in column 1 of line 188 | |
Warning: Nonconforming tab character in column 1 of line 190 | |
Warning: Nonconforming tab character in column 1 of line 192 | |
Warning: Nonconforming tab character in column 1 of line 194 | |
Warning: Nonconforming tab character in column 1 of line 196 | |
Warning: Nonconforming tab character in column 1 of line 197 | |
Warning: Nonconforming tab character in column 1 of line 199 | |
Warning: Nonconforming tab character in column 1 of line 200 | |
Warning: Nonconforming tab character in column 1 of line 201 | |
Warning: Nonconforming tab character in column 1 of line 203 | |
Warning: Nonconforming tab character in column 1 of line 204 | |
Warning: Nonconforming tab character in column 1 of line 205 | |
Warning: Nonconforming tab character in column 1 of line 206 | |
Warning: Nonconforming tab character in column 1 of line 207 | |
Warning: Nonconforming tab character in column 1 of line 208 | |
Warning: Nonconforming tab character in column 1 of line 209 | |
Warning: Nonconforming tab character in column 1 of line 211 | |
Warning: Nonconforming tab character in column 1 of line 213 | |
Warning: Nonconforming tab character in column 1 of line 214 | |
Warning: Nonconforming tab character in column 1 of line 215 | |
Warning: Nonconforming tab character in column 1 of line 216 | |
Warning: Nonconforming tab character in column 1 of line 217 | |
Warning: Nonconforming tab character in column 1 of line 218 | |
Warning: Nonconforming tab character in column 1 of line 219 | |
Warning: Nonconforming tab character in column 1 of line 220 | |
Warning: Nonconforming tab character in column 1 of line 222 | |
Warning: Nonconforming tab character in column 1 of line 224 | |
Warning: Nonconforming tab character in column 1 of line 225 | |
Warning: Nonconforming tab character in column 1 of line 226 | |
Warning: Nonconforming tab character in column 1 of line 227 | |
Warning: Nonconforming tab character in column 1 of line 228 | |
Warning: Nonconforming tab character in column 1 of line 229 | |
Warning: Nonconforming tab character in column 1 of line 230 | |
Warning: Nonconforming tab character in column 1 of line 232 | |
Warning: Nonconforming tab character in column 1 of line 234 | |
Warning: Nonconforming tab character in column 1 of line 236 | |
Warning: Nonconforming tab character in column 1 of line 237 | |
Warning: Nonconforming tab character in column 1 of line 239 | |
Warning: Nonconforming tab character in column 1 of line 240 | |
Warning: Nonconforming tab character in column 1 of line 241 | |
Warning: Nonconforming tab character in column 1 of line 242 | |
Warning: Nonconforming tab character in column 1 of line 243 | |
Warning: Nonconforming tab character in column 1 of line 244 | |
Warning: Nonconforming tab character in column 1 of line 245 | |
Warning: Nonconforming tab character in column 1 of line 246 | |
Warning: Nonconforming tab character in column 1 of line 247 | |
Warning: Nonconforming tab character in column 1 of line 248 | |
Warning: Nonconforming tab character in column 1 of line 249 | |
Warning: Nonconforming tab character in column 1 of line 250 | |
Warning: Nonconforming tab character in column 1 of line 251 | |
Warning: Nonconforming tab character in column 1 of line 252 | |
Warning: Nonconforming tab character in column 1 of line 253 | |
Warning: Nonconforming tab character in column 1 of line 254 | |
Warning: Nonconforming tab character in column 1 of line 256 | |
Warning: Nonconforming tab character in column 1 of line 258 | |
Warning: Nonconforming tab character in column 1 of line 260 | |
Warning: Nonconforming tab character in column 1 of line 261 | |
Warning: Nonconforming tab character in column 1 of line 262 | |
Warning: Nonconforming tab character in column 1 of line 263 | |
Warning: Nonconforming tab character in column 1 of line 265 | |
Warning: Nonconforming tab character in column 1 of line 267 | |
Warning: Nonconforming tab character in column 1 of line 269 | |
Warning: Nonconforming tab character in column 1 of line 270 | |
Warning: Nonconforming tab character in column 1 of line 271 | |
Warning: Nonconforming tab character in column 1 of line 272 | |
Warning: Nonconforming tab character in column 1 of line 273 | |
Warning: Nonconforming tab character in column 1 of line 274 | |
Warning: Nonconforming tab character in column 1 of line 276 | |
Warning: Nonconforming tab character in column 1 of line 278 | |
Warning: Nonconforming tab character in column 1 of line 280 | |
Warning: Nonconforming tab character in column 1 of line 281 | |
Warning: Nonconforming tab character in column 1 of line 283 | |
Warning: Nonconforming tab character in column 1 of line 284 | |
Warning: Nonconforming tab character in column 1 of line 285 | |
Warning: Nonconforming tab character in column 1 of line 286 | |
Warning: Nonconforming tab character in column 1 of line 288 | |
Warning: Nonconforming tab character in column 1 of line 290 | |
Warning: Nonconforming tab character in column 1 of line 292 | |
Warning: Nonconforming tab character in column 1 of line 293 | |
Warning: Nonconforming tab character in column 1 of line 295 | |
Warning: Nonconforming tab character in column 1 of line 296 | |
Warning: Nonconforming tab character in column 1 of line 297 | |
Warning: Nonconforming tab character in column 1 of line 298 | |
Warning: Nonconforming tab character in column 1 of line 299 | |
Warning: Nonconforming tab character in column 1 of line 300 | |
Warning: Nonconforming tab character in column 1 of line 301 | |
Warning: Nonconforming tab character in column 1 of line 302 | |
Warning: Nonconforming tab character in column 1 of line 303 | |
Warning: Nonconforming tab character in column 1 of line 305 | |
Warning: Nonconforming tab character in column 1 of line 307 | |
Warning: Nonconforming tab character in column 1 of line 308 | |
Warning: Nonconforming tab character in column 1 of line 309 | |
Warning: Nonconforming tab character in column 1 of line 310 | |
Warning: Nonconforming tab character in column 1 of line 311 | |
Warning: Nonconforming tab character in column 1 of line 24 | |
Warning: Nonconforming tab character in column 1 of line 25 | |
Warning: Nonconforming tab character in column 1 of line 35 | |
Warning: Nonconforming tab character in column 1 of line 37 | |
Warning: Nonconforming tab character in column 1 of line 39 | |
Warning: Nonconforming tab character in column 1 of line 40 | |
Warning: Nonconforming tab character in column 1 of line 42 | |
Warning: Nonconforming tab character in column 1 of line 43 | |
Warning: Nonconforming tab character in column 1 of line 44 | |
Warning: Nonconforming tab character in column 1 of line 45 | |
Warning: Nonconforming tab character in column 1 of line 47 | |
Warning: Nonconforming tab character in column 1 of line 49 | |
Warning: Nonconforming tab character in column 1 of line 51 | |
Warning: Nonconforming tab character in column 1 of line 53 | |
Warning: Nonconforming tab character in column 1 of line 54 | |
Warning: Nonconforming tab character in column 1 of line 55 | |
Warning: Nonconforming tab character in column 1 of line 56 | |
Warning: Nonconforming tab character in column 1 of line 57 | |
Warning: Nonconforming tab character in column 1 of line 59 | |
Warning: Nonconforming tab character in column 1 of line 61 | |
Warning: Nonconforming tab character in column 1 of line 62 | |
Warning: Nonconforming tab character in column 1 of line 63 | |
Warning: Nonconforming tab character in column 1 of line 64 | |
Warning: Nonconforming tab character in column 1 of line 66 | |
Warning: Nonconforming tab character in column 1 of line 68 | |
Warning: Nonconforming tab character in column 1 of line 69 | |
Warning: Nonconforming tab character in column 1 of line 71 | |
Warning: Nonconforming tab character in column 1 of line 73 | |
Warning: Nonconforming tab character in column 1 of line 75 | |
Warning: Nonconforming tab character in column 1 of line 77 | |
Warning: Nonconforming tab character in column 1 of line 78 | |
Warning: Nonconforming tab character in column 1 of line 80 | |
Warning: Nonconforming tab character in column 1 of line 82 | |
Warning: Nonconforming tab character in column 1 of line 83 | |
Warning: Nonconforming tab character in column 1 of line 85 | |
Warning: Nonconforming tab character in column 1 of line 87 | |
Warning: Nonconforming tab character in column 1 of line 89 | |
Warning: Nonconforming tab character in column 1 of line 91 | |
Warning: Nonconforming tab character in column 1 of line 92 | |
Warning: Nonconforming tab character in column 1 of line 94 | |
Warning: Nonconforming tab character in column 1 of line 95 | |
Warning: Nonconforming tab character in column 1 of line 97 | |
Warning: Nonconforming tab character in column 1 of line 98 | |
Warning: Nonconforming tab character in column 1 of line 99 | |
Warning: Nonconforming tab character in column 1 of line 100 | |
Warning: Nonconforming tab character in column 1 of line 101 | |
Warning: Nonconforming tab character in column 1 of line 102 | |
Warning: Nonconforming tab character in column 1 of line 104 | |
Warning: Nonconforming tab character in column 1 of line 105 | |
Warning: Nonconforming tab character in column 1 of line 106 | |
Warning: Nonconforming tab character in column 1 of line 107 | |
Warning: Nonconforming tab character in column 1 of line 108 | |
Warning: Nonconforming tab character in column 1 of line 109 | |
Warning: Nonconforming tab character in column 1 of line 111 | |
Warning: Nonconforming tab character in column 1 of line 113 | |
Warning: Nonconforming tab character in column 1 of line 114 | |
Warning: Nonconforming tab character in column 1 of line 115 | |
Warning: Nonconforming tab character in column 1 of line 116 | |
Warning: Nonconforming tab character in column 1 of line 118 | |
Warning: Nonconforming tab character in column 1 of line 119 | |
Warning: Nonconforming tab character in column 1 of line 121 | |
Warning: Nonconforming tab character in column 1 of line 122 | |
Warning: Nonconforming tab character in column 1 of line 123 | |
Warning: Nonconforming tab character in column 1 of line 124 | |
Warning: Nonconforming tab character in column 1 of line 125 | |
Warning: Nonconforming tab character in column 1 of line 126 | |
Warning: Nonconforming tab character in column 1 of line 128 | |
Warning: Nonconforming tab character in column 1 of line 130 | |
Warning: Nonconforming tab character in column 1 of line 131 | |
Warning: Nonconforming tab character in column 1 of line 132 | |
Warning: Nonconforming tab character in column 1 of line 133 | |
Warning: Nonconforming tab character in column 1 of line 134 | |
Warning: Nonconforming tab character in column 1 of line 135 | |
Warning: Nonconforming tab character in column 1 of line 136 | |
Warning: Nonconforming tab character in column 1 of line 138 | |
Warning: Nonconforming tab character in column 1 of line 140 | |
Warning: Nonconforming tab character in column 1 of line 142 | |
Warning: Nonconforming tab character in column 1 of line 144 | |
Warning: Nonconforming tab character in column 1 of line 145 | |
Warning: Nonconforming tab character in column 1 of line 146 | |
Warning: Nonconforming tab character in column 1 of line 147 | |
Warning: Nonconforming tab character in column 1 of line 148 | |
Warning: Nonconforming tab character in column 1 of line 149 | |
Warning: Nonconforming tab character in column 1 of line 150 | |
Warning: Nonconforming tab character in column 1 of line 151 | |
Warning: Nonconforming tab character in column 1 of line 152 | |
Warning: Nonconforming tab character in column 1 of line 154 | |
Warning: Nonconforming tab character in column 1 of line 156 | |
Warning: Nonconforming tab character in column 1 of line 158 | |
Warning: Nonconforming tab character in column 1 of line 160 | |
Warning: Nonconforming tab character in column 1 of line 161 | |
Warning: Nonconforming tab character in column 1 of line 162 | |
Warning: Nonconforming tab character in column 1 of line 163 | |
Warning: Nonconforming tab character in column 1 of line 164 | |
Warning: Nonconforming tab character in column 1 of line 165 | |
Warning: Nonconforming tab character in column 1 of line 166 | |
Warning: Nonconforming tab character in column 1 of line 167 | |
Warning: Nonconforming tab character in column 1 of line 169 | |
Warning: Nonconforming tab character in column 1 of line 171 | |
Warning: Nonconforming tab character in column 1 of line 172 | |
Warning: Nonconforming tab character in column 1 of line 173 | |
Warning: Nonconforming tab character in column 1 of line 175 | |
Warning: Nonconforming tab character in column 1 of line 177 | |
Warning: Nonconforming tab character in column 1 of line 179 | |
Warning: Nonconforming tab character in column 1 of line 181 | |
Warning: Nonconforming tab character in column 1 of line 182 | |
Warning: Nonconforming tab character in column 1 of line 183 | |
Warning: Nonconforming tab character in column 1 of line 184 | |
Warning: Nonconforming tab character in column 1 of line 185 | |
Warning: Nonconforming tab character in column 1 of line 186 | |
Warning: Nonconforming tab character in column 1 of line 187 | |
Warning: Nonconforming tab character in column 1 of line 188 | |
Warning: Nonconforming tab character in column 1 of line 190 | |
Warning: Nonconforming tab character in column 1 of line 192 | |
Warning: Nonconforming tab character in column 1 of line 194 | |
Warning: Nonconforming tab character in column 1 of line 196 | |
Warning: Nonconforming tab character in column 1 of line 197 | |
Warning: Nonconforming tab character in column 1 of line 199 | |
Warning: Nonconforming tab character in column 1 of line 200 | |
Warning: Nonconforming tab character in column 1 of line 201 | |
Warning: Nonconforming tab character in column 1 of line 203 | |
Warning: Nonconforming tab character in column 1 of line 204 | |
Warning: Nonconforming tab character in column 1 of line 205 | |
Warning: Nonconforming tab character in column 1 of line 206 | |
Warning: Nonconforming tab character in column 1 of line 207 | |
Warning: Nonconforming tab character in column 1 of line 208 | |
Warning: Nonconforming tab character in column 1 of line 209 | |
Warning: Nonconforming tab character in column 1 of line 211 | |
Warning: Nonconforming tab character in column 1 of line 213 | |
Warning: Nonconforming tab character in column 1 of line 214 | |
Warning: Nonconforming tab character in column 1 of line 215 | |
Warning: Nonconforming tab character in column 1 of line 216 | |
Warning: Nonconforming tab character in column 1 of line 217 | |
Warning: Nonconforming tab character in column 1 of line 218 | |
Warning: Nonconforming tab character in column 1 of line 219 | |
Warning: Nonconforming tab character in column 1 of line 220 | |
Warning: Nonconforming tab character in column 1 of line 222 | |
Warning: Nonconforming tab character in column 1 of line 224 | |
Warning: Nonconforming tab character in column 1 of line 225 | |
Warning: Nonconforming tab character in column 1 of line 226 | |
Warning: Nonconforming tab character in column 1 of line 227 | |
Warning: Nonconforming tab character in column 1 of line 228 | |
Warning: Nonconforming tab character in column 1 of line 229 | |
Warning: Nonconforming tab character in column 1 of line 230 | |
Warning: Nonconforming tab character in column 1 of line 232 | |
Warning: Nonconforming tab character in column 1 of line 234 | |
Warning: Nonconforming tab character in column 1 of line 236 | |
Warning: Nonconforming tab character in column 1 of line 237 | |
Warning: Nonconforming tab character in column 1 of line 239 | |
Warning: Nonconforming tab character in column 1 of line 240 | |
Warning: Nonconforming tab character in column 1 of line 241 | |
Warning: Nonconforming tab character in column 1 of line 242 | |
Warning: Nonconforming tab character in column 1 of line 243 | |
Warning: Nonconforming tab character in column 1 of line 244 | |
Warning: Nonconforming tab character in column 1 of line 245 | |
Warning: Nonconforming tab character in column 1 of line 246 | |
Warning: Nonconforming tab character in column 1 of line 247 | |
Warning: Nonconforming tab character in column 1 of line 248 | |
Warning: Nonconforming tab character in column 1 of line 249 | |
Warning: Nonconforming tab character in column 1 of line 250 | |
Warning: Nonconforming tab character in column 1 of line 251 | |
Warning: Nonconforming tab character in column 1 of line 252 | |
Warning: Nonconforming tab character in column 1 of line 253 | |
Warning: Nonconforming tab character in column 1 of line 254 | |
Warning: Nonconforming tab character in column 1 of line 256 | |
Warning: Nonconforming tab character in column 1 of line 258 | |
Warning: Nonconforming tab character in column 1 of line 260 | |
Warning: Nonconforming tab character in column 1 of line 261 | |
Warning: Nonconforming tab character in column 1 of line 262 | |
Warning: Nonconforming tab character in column 1 of line 263 | |
Warning: Nonconforming tab character in column 1 of line 265 | |
Warning: Nonconforming tab character in column 1 of line 267 | |
Warning: Nonconforming tab character in column 1 of line 269 | |
Warning: Nonconforming tab character in column 1 of line 270 | |
Warning: Nonconforming tab character in column 1 of line 271 | |
Warning: Nonconforming tab character in column 1 of line 272 | |
Warning: Nonconforming tab character in column 1 of line 273 | |
Warning: Nonconforming tab character in column 1 of line 274 | |
Warning: Nonconforming tab character in column 1 of line 276 | |
Warning: Nonconforming tab character in column 1 of line 278 | |
Warning: Nonconforming tab character in column 1 of line 280 | |
Warning: Nonconforming tab character in column 1 of line 281 | |
Warning: Nonconforming tab character in column 1 of line 283 | |
Warning: Nonconforming tab character in column 1 of line 284 | |
Warning: Nonconforming tab character in column 1 of line 285 | |
Warning: Nonconforming tab character in column 1 of line 286 | |
Warning: Nonconforming tab character in column 1 of line 288 | |
Warning: Nonconforming tab character in column 1 of line 290 | |
Warning: Nonconforming tab character in column 1 of line 292 | |
Warning: Nonconforming tab character in column 1 of line 293 | |
Warning: Nonconforming tab character in column 1 of line 295 | |
Warning: Nonconforming tab character in column 1 of line 296 | |
Warning: Nonconforming tab character in column 1 of line 297 | |
Warning: Nonconforming tab character in column 1 of line 298 | |
Warning: Nonconforming tab character in column 1 of line 299 | |
Warning: Nonconforming tab character in column 1 of line 300 | |
Warning: Nonconforming tab character in column 1 of line 301 | |
Warning: Nonconforming tab character in column 1 of line 302 | |
Warning: Nonconforming tab character in column 1 of line 303 | |
Warning: Nonconforming tab character in column 1 of line 305 | |
Warning: Nonconforming tab character in column 1 of line 307 | |
Warning: Nonconforming tab character in column 1 of line 308 | |
Warning: Nonconforming tab character in column 1 of line 309 | |
Warning: Nonconforming tab character in column 1 of line 310 | |
Warning: Nonconforming tab character in column 1 of line 311 | |
Warning: Nonconforming tab character in column 1 of line 24 | |
Warning: Nonconforming tab character in column 1 of line 25 | |
Warning: Nonconforming tab character in column 1 of line 35 | |
Warning: Nonconforming tab character in column 1 of line 37 | |
Warning: Nonconforming tab character in column 1 of line 39 | |
Warning: Nonconforming tab character in column 1 of line 40 | |
Warning: Nonconforming tab character in column 1 of line 42 | |
Warning: Nonconforming tab character in column 1 of line 43 | |
Warning: Nonconforming tab character in column 1 of line 44 | |
Warning: Nonconforming tab character in column 1 of line 45 | |
Warning: Nonconforming tab character in column 1 of line 47 | |
Warning: Nonconforming tab character in column 1 of line 49 | |
Warning: Nonconforming tab character in column 1 of line 51 | |
Warning: Nonconforming tab character in column 1 of line 53 | |
Warning: Nonconforming tab character in column 1 of line 54 | |
Warning: Nonconforming tab character in column 1 of line 55 | |
Warning: Nonconforming tab character in column 1 of line 56 | |
Warning: Nonconforming tab character in column 1 of line 57 | |
Warning: Nonconforming tab character in column 1 of line 59 | |
Warning: Nonconforming tab character in column 1 of line 61 | |
Warning: Nonconforming tab character in column 1 of line 62 | |
Warning: Nonconforming tab character in column 1 of line 63 | |
Warning: Nonconforming tab character in column 1 of line 64 | |
Warning: Nonconforming tab character in column 1 of line 66 | |
Warning: Nonconforming tab character in column 1 of line 68 | |
Warning: Nonconforming tab character in column 1 of line 69 | |
Warning: Nonconforming tab character in column 1 of line 71 | |
Warning: Nonconforming tab character in column 1 of line 73 | |
Warning: Nonconforming tab character in column 1 of line 75 | |
Warning: Nonconforming tab character in column 1 of line 77 | |
Warning: Nonconforming tab character in column 1 of line 78 | |
Warning: Nonconforming tab character in column 1 of line 80 | |
Warning: Nonconforming tab character in column 1 of line 82 | |
Warning: Nonconforming tab character in column 1 of line 83 | |
Warning: Nonconforming tab character in column 1 of line 85 | |
Warning: Nonconforming tab character in column 1 of line 87 | |
Warning: Nonconforming tab character in column 1 of line 89 | |
Warning: Nonconforming tab character in column 1 of line 91 | |
Warning: Nonconforming tab character in column 1 of line 92 | |
Warning: Nonconforming tab character in column 1 of line 94 | |
Warning: Nonconforming tab character in column 1 of line 95 | |
Warning: Nonconforming tab character in column 1 of line 97 | |
Warning: Nonconforming tab character in column 1 of line 98 | |
Warning: Nonconforming tab character in column 1 of line 99 | |
Warning: Nonconforming tab character in column 1 of line 100 | |
Warning: Nonconforming tab character in column 1 of line 101 | |
Warning: Nonconforming tab character in column 1 of line 102 | |
Warning: Nonconforming tab character in column 1 of line 104 | |
Warning: Nonconforming tab character in column 1 of line 105 | |
Warning: Nonconforming tab character in column 1 of line 106 | |
Warning: Nonconforming tab character in column 1 of line 107 | |
Warning: Nonconforming tab character in column 1 of line 108 | |
Warning: Nonconforming tab character in column 1 of line 109 | |
Warning: Nonconforming tab character in column 1 of line 111 | |
Warning: Nonconforming tab character in column 1 of line 113 | |
Warning: Nonconforming tab character in column 1 of line 114 | |
Warning: Nonconforming tab character in column 1 of line 115 | |
Warning: Nonconforming tab character in column 1 of line 116 | |
Warning: Nonconforming tab character in column 1 of line 118 | |
Warning: Nonconforming tab character in column 1 of line 119 | |
Warning: Nonconforming tab character in column 1 of line 121 | |
Warning: Nonconforming tab character in column 1 of line 122 | |
Warning: Nonconforming tab character in column 1 of line 123 | |
Warning: Nonconforming tab character in column 1 of line 124 | |
Warning: Nonconforming tab character in column 1 of line 125 | |
Warning: Nonconforming tab character in column 1 of line 126 | |
Warning: Nonconforming tab character in column 1 of line 128 | |
Warning: Nonconforming tab character in column 1 of line 130 | |
Warning: Nonconforming tab character in column 1 of line 131 | |
Warning: Nonconforming tab character in column 1 of line 132 | |
Warning: Nonconforming tab character in column 1 of line 133 | |
Warning: Nonconforming tab character in column 1 of line 134 | |
Warning: Nonconforming tab character in column 1 of line 135 | |
Warning: Nonconforming tab character in column 1 of line 136 | |
Warning: Nonconforming tab character in column 1 of line 138 | |
Warning: Nonconforming tab character in column 1 of line 140 | |
Warning: Nonconforming tab character in column 1 of line 142 | |
Warning: Nonconforming tab character in column 1 of line 144 | |
Warning: Nonconforming tab character in column 1 of line 145 | |
Warning: Nonconforming tab character in column 1 of line 146 | |
Warning: Nonconforming tab character in column 1 of line 147 | |
Warning: Nonconforming tab character in column 1 of line 148 | |
Warning: Nonconforming tab character in column 1 of line 149 | |
Warning: Nonconforming tab character in column 1 of line 150 | |
Warning: Nonconforming tab character in column 1 of line 151 | |
Warning: Nonconforming tab character in column 1 of line 152 | |
Warning: Nonconforming tab character in column 1 of line 154 | |
Warning: Nonconforming tab character in column 1 of line 156 | |
Warning: Nonconforming tab character in column 1 of line 158 | |
Warning: Nonconforming tab character in column 1 of line 160 | |
Warning: Nonconforming tab character in column 1 of line 161 | |
Warning: Nonconforming tab character in column 1 of line 162 | |
Warning: Nonconforming tab character in column 1 of line 163 | |
Warning: Nonconforming tab character in column 1 of line 164 | |
Warning: Nonconforming tab character in column 1 of line 165 | |
Warning: Nonconforming tab character in column 1 of line 166 | |
Warning: Nonconforming tab character in column 1 of line 167 | |
Warning: Nonconforming tab character in column 1 of line 169 | |
Warning: Nonconforming tab character in column 1 of line 171 | |
Warning: Nonconforming tab character in column 1 of line 172 | |
Warning: Nonconforming tab character in column 1 of line 173 | |
Warning: Nonconforming tab character in column 1 of line 175 | |
Warning: Nonconforming tab character in column 1 of line 177 | |
Warning: Nonconforming tab character in column 1 of line 179 | |
Warning: Nonconforming tab character in column 1 of line 181 | |
Warning: Nonconforming tab character in column 1 of line 182 | |
Warning: Nonconforming tab character in column 1 of line 183 | |
Warning: Nonconforming tab character in column 1 of line 184 | |
Warning: Nonconforming tab character in column 1 of line 185 | |
Warning: Nonconforming tab character in column 1 of line 186 | |
Warning: Nonconforming tab character in column 1 of line 187 | |
Warning: Nonconforming tab character in column 1 of line 188 | |
Warning: Nonconforming tab character in column 1 of line 190 | |
Warning: Nonconforming tab character in column 1 of line 192 | |
Warning: Nonconforming tab character in column 1 of line 194 | |
Warning: Nonconforming tab character in column 1 of line 196 | |
Warning: Nonconforming tab character in column 1 of line 197 | |
Warning: Nonconforming tab character in column 1 of line 199 | |
Warning: Nonconforming tab character in column 1 of line 200 | |
Warning: Nonconforming tab character in column 1 of line 201 | |
Warning: Nonconforming tab character in column 1 of line 203 | |
Warning: Nonconforming tab character in column 1 of line 204 | |
Warning: Nonconforming tab character in column 1 of line 205 | |
Warning: Nonconforming tab character in column 1 of line 206 | |
Warning: Nonconforming tab character in column 1 of line 207 | |
Warning: Nonconforming tab character in column 1 of line 208 | |
Warning: Nonconforming tab character in column 1 of line 209 | |
Warning: Nonconforming tab character in column 1 of line 211 | |
Warning: Nonconforming tab character in column 1 of line 213 | |
Warning: Nonconforming tab character in column 1 of line 214 | |
Warning: Nonconforming tab character in column 1 of line 215 | |
Warning: Nonconforming tab character in column 1 of line 216 | |
Warning: Nonconforming tab character in column 1 of line 217 | |
Warning: Nonconforming tab character in column 1 of line 218 | |
Warning: Nonconforming tab character in column 1 of line 219 | |
Warning: Nonconforming tab character in column 1 of line 220 | |
Warning: Nonconforming tab character in column 1 of line 222 | |
Warning: Nonconforming tab character in column 1 of line 224 | |
Warning: Nonconforming tab character in column 1 of line 225 | |
Warning: Nonconforming tab character in column 1 of line 226 | |
Warning: Nonconforming tab character in column 1 of line 227 | |
Warning: Nonconforming tab character in column 1 of line 228 | |
Warning: Nonconforming tab character in column 1 of line 229 | |
Warning: Nonconforming tab character in column 1 of line 230 | |
Warning: Nonconforming tab character in column 1 of line 232 | |
Warning: Nonconforming tab character in column 1 of line 234 | |
Warning: Nonconforming tab character in column 1 of line 236 | |
Warning: Nonconforming tab character in column 1 of line 237 | |
Warning: Nonconforming tab character in column 1 of line 239 | |
Warning: Nonconforming tab character in column 1 of line 240 | |
Warning: Nonconforming tab character in column 1 of line 241 | |
Warning: Nonconforming tab character in column 1 of line 242 | |
Warning: Nonconforming tab character in column 1 of line 243 | |
Warning: Nonconforming tab character in column 1 of line 244 | |
Warning: Nonconforming tab character in column 1 of line 245 | |
Warning: Nonconforming tab character in column 1 of line 246 | |
Warning: Nonconforming tab character in column 1 of line 247 | |
Warning: Nonconforming tab character in column 1 of line 248 | |
Warning: Nonconforming tab character in column 1 of line 249 | |
Warning: Nonconforming tab character in column 1 of line 250 | |
Warning: Nonconforming tab character in column 1 of line 251 | |
Warning: Nonconforming tab character in column 1 of line 252 | |
Warning: Nonconforming tab character in column 1 of line 253 | |
Warning: Nonconforming tab character in column 1 of line 254 | |
Warning: Nonconforming tab character in column 1 of line 256 | |
Warning: Nonconforming tab character in column 1 of line 258 | |
Warning: Nonconforming tab character in column 1 of line 260 | |
Warning: Nonconforming tab character in column 1 of line 261 | |
Warning: Nonconforming tab character in column 1 of line 262 | |
Warning: Nonconforming tab character in column 1 of line 263 | |
Warning: Nonconforming tab character in column 1 of line 265 | |
Warning: Nonconforming tab character in column 1 of line 267 | |
Warning: Nonconforming tab character in column 1 of line 269 | |
Warning: Nonconforming tab character in column 1 of line 270 | |
Warning: Nonconforming tab character in column 1 of line 271 | |
Warning: Nonconforming tab character in column 1 of line 272 | |
Warning: Nonconforming tab character in column 1 of line 273 | |
Warning: Nonconforming tab character in column 1 of line 274 | |
Warning: Nonconforming tab character in column 1 of line 276 | |
Warning: Nonconforming tab character in column 1 of line 278 | |
Warning: Nonconforming tab character in column 1 of line 280 | |
Warning: Nonconforming tab character in column 1 of line 281 | |
Warning: Nonconforming tab character in column 1 of line 283 | |
Warning: Nonconforming tab character in column 1 of line 284 | |
Warning: Nonconforming tab character in column 1 of line 285 | |
Warning: Nonconforming tab character in column 1 of line 286 | |
Warning: Nonconforming tab character in column 1 of line 288 | |
Warning: Nonconforming tab character in column 1 of line 290 | |
Warning: Nonconforming tab character in column 1 of line 292 | |
Warning: Nonconforming tab character in column 1 of line 293 | |
Warning: Nonconforming tab character in column 1 of line 295 | |
Warning: Nonconforming tab character in column 1 of line 296 | |
Warning: Nonconforming tab character in column 1 of line 297 | |
Warning: Nonconforming tab character in column 1 of line 298 | |
Warning: Nonconforming tab character in column 1 of line 299 | |
Warning: Nonconforming tab character in column 1 of line 300 | |
Warning: Nonconforming tab character in column 1 of line 301 | |
Warning: Nonconforming tab character in column 1 of line 302 | |
Warning: Nonconforming tab character in column 1 of line 303 | |
Warning: Nonconforming tab character in column 1 of line 305 | |
Warning: Nonconforming tab character in column 1 of line 307 | |
Warning: Nonconforming tab character in column 1 of line 308 | |
Warning: Nonconforming tab character in column 1 of line 309 | |
Warning: Nonconforming tab character in column 1 of line 310 | |
Warning: Nonconforming tab character in column 1 of line 311 | |
gfortran:f77: scipy/stats/statlib/spearman.f | |
scipy/stats/statlib/spearman.f:12.49: | |
double precision zero, one, two, b, x, y, z, u, six, | |
1 | |
Warning: Unused variable z declared at (1) | |
scipy/stats/statlib/spearman.f:12.49: | |
double precision zero, one, two, b, x, y, z, u, six, | |
1 | |
Warning: Unused variable z declared at (1) | |
scipy/stats/statlib/spearman.f:12.49: | |
double precision zero, one, two, b, x, y, z, u, six, | |
1 | |
Warning: Unused variable z declared at (1) | |
scipy/stats/statlib/spearman.f:12.49: | |
double precision zero, one, two, b, x, y, z, u, six, | |
1 | |
Warning: Unused variable z declared at (1) | |
gfortran:f77: scipy/stats/statlib/swilk.f | |
ar: adding 3 object files to build/temp.macosx-10.5-fat3-2.7/libstatlib.a | |
ranlib:@ build/temp.macosx-10.5-fat3-2.7/libstatlib.a | |
running build_ext | |
customize UnixCCompiler | |
customize UnixCCompiler using build_ext | |
extending extension 'scipy.sparse.linalg.dsolve._superlu' defined_macros with [('USE_VENDOR_BLAS', 1)] | |
customize UnixCCompiler | |
customize UnixCCompiler using build_ext | |
customize NAGFCompiler | |
customize AbsoftFCompiler | |
customize IBMFCompiler | |
customize IntelFCompiler | |
customize GnuFCompiler | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler | |
customize Gnu95FCompiler using build_ext | |
building 'scipy.cluster._vq' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/cluster | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/cluster/src | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/cluster/src/vq.c | |
gcc-4.0: scipy/cluster/src/vq_module.c | |
gcc-4.0 -arch i386 -arch ppc -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup build/temp.macosx-10.5-fat3-2.7/scipy/cluster/src/vq_module.o build/temp.macosx-10.5-fat3-2.7/scipy/cluster/src/vq.o -Lbuild/temp.macosx-10.5-fat3-2.7 -o build/lib.macosx-10.5-fat3-2.7/scipy/cluster/_vq.so | |
building 'scipy.cluster._hierarchy_wrap' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/cluster/src/hierarchy.c | |
gcc-4.0: scipy/cluster/src/hierarchy_wrap.c | |
gcc-4.0 -arch i386 -arch ppc -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup build/temp.macosx-10.5-fat3-2.7/scipy/cluster/src/hierarchy_wrap.o build/temp.macosx-10.5-fat3-2.7/scipy/cluster/src/hierarchy.o -Lbuild/temp.macosx-10.5-fat3-2.7 -o build/lib.macosx-10.5-fat3-2.7/scipy/cluster/_hierarchy_wrap.so | |
building 'scipy.fftpack._fftpack' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/build | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7 | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/src | |
compile options: '-Iscipy/fftpack/src -Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/fftpack/src/zfft.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/fortranobject.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/fftpack/src/dct.c | |
gcc-4.0: scipy/fftpack/src/drfft.c | |
gcc-4.0: scipy/fftpack/src/zfftnd.c | |
gcc-4.0: scipy/fftpack/src/zrfft.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/fftpack/_fftpackmodule.c | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/_fftpackmodule.o build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/zfft.o build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/drfft.o build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/zrfft.o build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/zfftnd.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/src/dct.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o -Lbuild/temp.macosx-10.5-fat3-2.7 -ldfftpack -lfftpack -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/fftpack/_fftpack.so | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/_fftpackmodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/zfft.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/drfft.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/zrfft.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/zfftnd.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/src/dct.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.fftpack.convolve' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/fftpack/convolvemodule.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/fortranobject.c | |
gcc-4.0: scipy/fftpack/src/convolve.c | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/convolvemodule.o build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/convolve.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o -Lbuild/temp.macosx-10.5-fat3-2.7 -ldfftpack -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/fftpack/convolve.so | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/fftpack/convolvemodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/fftpack/src/convolve.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.integrate._quadpack' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/integrate/_quadpackmodule.c | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/scipy/integrate/_quadpackmodule.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lquadpack -llinpack_lite -lmach -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/integrate/_quadpack.so | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/integrate/_quadpackmodule.o, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.integrate._odepack' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-DNO_ATLAS_INFO=3 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
extra options: '-faltivec -I/System/Library/Frameworks/vecLib.framework/Headers' | |
gcc-4.0: scipy/integrate/_odepackmodule.c | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/scipy/integrate/_odepackmodule.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lodepack -llinpack_lite -lmach -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/integrate/_odepack.so -Wl,-framework -Wl,Accelerate | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/integrate/_odepackmodule.o, missing required architecture ppc64 in file | |
ld: warning: in /System/Library/Frameworks//Accelerate.framework/Accelerate, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.integrate.vode' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/integrate | |
compile options: '-DNO_ATLAS_INFO=3 -Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
extra options: '-faltivec -I/System/Library/Frameworks/vecLib.framework/Headers' | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/integrate/vodemodule.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/fortranobject.c | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/integrate/vodemodule.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lodepack -llinpack_lite -lmach -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/integrate/vode.so -Wl,-framework -Wl,Accelerate | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/integrate/vodemodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /System/Library/Frameworks//Accelerate.framework/Accelerate, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.integrate._dop' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/fortranobject.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/integrate/_dopmodule.c | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/integrate/_dopmodule.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o -Lbuild/temp.macosx-10.5-fat3-2.7 -ldop -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/integrate/_dop.so | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/integrate/_dopmodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.interpolate._fitpack' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/interpolate/src | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/interpolate/src/_fitpackmodule.c | |
In file included from scipy/interpolate/src/_fitpackmodule.c:7: | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_surfit’: | |
scipy/interpolate/src/__fitpack.h:217: warning: passing argument 18 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:217: warning: passing argument 20 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:225: warning: passing argument 18 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:225: warning: passing argument 20 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_parcur’: | |
scipy/interpolate/src/__fitpack.h:329: warning: passing argument 12 of ‘clocur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:332: warning: passing argument 14 of ‘parcur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_curfit’: | |
scipy/interpolate/src/__fitpack.h:408: warning: passing argument 9 of ‘percur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:410: warning: passing argument 11 of ‘curfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_spl_’: | |
scipy/interpolate/src/__fitpack.h:474: warning: passing argument 8 of ‘splder_’ from incompatible pointer type | |
In file included from scipy/interpolate/src/_fitpackmodule.c:7: | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_surfit’: | |
scipy/interpolate/src/__fitpack.h:217: warning: passing argument 18 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:217: warning: passing argument 20 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:225: warning: passing argument 18 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:225: warning: passing argument 20 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_parcur’: | |
scipy/interpolate/src/__fitpack.h:329: warning: passing argument 12 of ‘clocur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:332: warning: passing argument 14 of ‘parcur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_curfit’: | |
scipy/interpolate/src/__fitpack.h:408: warning: passing argument 9 of ‘percur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:410: warning: passing argument 11 of ‘curfit_’ from incompatible pointer type | |
In file included from scipy/interpolate/src/_fitpackmodule.c:7: | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_surfit’: | |
scipy/interpolate/src/__fitpack.h:217: warning: passing argument 18 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:217: warning: passing argument 20 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:225: warning: passing argument 18 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:225: warning: passing argument 20 of ‘surfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_spl_’: | |
scipy/interpolate/src/__fitpack.h:474: warning: passing argument 8 of ‘splder_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:476: warning: passing argument 7 of ‘splev_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_splint’: | |
scipy/interpolate/src/__fitpack.h:508: warning: passing argument 2 of ‘splint_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_sproot’: | |
scipy/interpolate/src/__fitpack.h:537: warning: passing argument 6 of ‘sproot_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_spalde’: | |
scipy/interpolate/src/__fitpack.h:571: warning: passing argument 4 of ‘spalde_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_insert’: | |
scipy/interpolate/src/__fitpack.h:604: warning: passing argument 10 of ‘insert_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_parcur’: | |
scipy/interpolate/src/__fitpack.h:329: warning: passing argument 12 of ‘clocur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:332: warning: passing argument 14 of ‘parcur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:476: warning: passing argument 7 of ‘splev_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_splint’: | |
scipy/interpolate/src/__fitpack.h:508: warning: passing argument 2 of ‘splint_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_sproot’: | |
scipy/interpolate/src/__fitpack.h:537: warning: passing argument 6 of ‘sproot_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_spalde’: | |
scipy/interpolate/src/__fitpack.h:571: warning: passing argument 4 of ‘spalde_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_insert’: | |
scipy/interpolate/src/__fitpack.h:604: warning: passing argument 10 of ‘insert_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_curfit’: | |
scipy/interpolate/src/__fitpack.h:408: warning: passing argument 9 of ‘percur_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:410: warning: passing argument 11 of ‘curfit_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_spl_’: | |
scipy/interpolate/src/__fitpack.h:474: warning: passing argument 8 of ‘splder_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h:476: warning: passing argument 7 of ‘splev_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_splint’: | |
scipy/interpolate/src/__fitpack.h:508: warning: passing argument 2 of ‘splint_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_sproot’: | |
scipy/interpolate/src/__fitpack.h:537: warning: passing argument 6 of ‘sproot_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_spalde’: | |
scipy/interpolate/src/__fitpack.h:571: warning: passing argument 4 of ‘spalde_’ from incompatible pointer type | |
scipy/interpolate/src/__fitpack.h: In function ‘fitpack_insert’: | |
scipy/interpolate/src/__fitpack.h:604: warning: passing argument 10 of ‘insert_’ from incompatible pointer type | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/scipy/interpolate/src/_fitpackmodule.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lfitpack -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/interpolate/_fitpack.so | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/scipy/interpolate/src/_fitpackmodule.o, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.interpolate.dfitpack' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/interpolate | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src | |
compile options: '-Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpackmodule.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/fortranobject.c | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
compile options: '-Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gfortran:f77: build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpack-f2pywrappers.f | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpackmodule.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpack-f2pywrappers.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lfitpack -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/interpolate/dfitpack.so | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/interpolate/src/dfitpackmodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
building 'scipy.interpolate._interpolate' extension | |
compiling C++ sources | |
C compiler: c++ -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-Iscipy/interpolate/src -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
c++: scipy/interpolate/src/_interpolate.cpp | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* linear_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* loginterp_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* window_average_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* block_average_above_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* linear_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* loginterp_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* window_average_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* block_average_above_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* linear_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:13: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* loginterp_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:63: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* window_average_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:113: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp: In function ‘PyObject* block_average_above_method(PyObject*, PyObject*, PyObject*)’: | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
scipy/interpolate/src/_interpolate.cpp:164: warning: deprecated conversion from string constant to ‘char*’ | |
c++ -arch i386 -arch ppc -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup build/temp.macosx-10.5-fat3-2.7/scipy/interpolate/src/_interpolate.o -Lbuild/temp.macosx-10.5-fat3-2.7 -o build/lib.macosx-10.5-fat3-2.7/scipy/interpolate/_interpolate.so | |
building 'scipy.io.matlab.streams' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/io | |
creating build/temp.macosx-10.5-fat3-2.7/scipy/io/matlab | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/io/matlab/streams.c | |
gcc-4.0 -arch i386 -arch ppc -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup build/temp.macosx-10.5-fat3-2.7/scipy/io/matlab/streams.o -Lbuild/temp.macosx-10.5-fat3-2.7 -o build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab/streams.so | |
building 'scipy.io.matlab.mio_utils' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/io/matlab/mio_utils.c | |
gcc-4.0 -arch i386 -arch ppc -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup build/temp.macosx-10.5-fat3-2.7/scipy/io/matlab/mio_utils.o -Lbuild/temp.macosx-10.5-fat3-2.7 -o build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab/mio_utils.so | |
building 'scipy.io.matlab.mio5_utils' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
compile options: '-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gcc-4.0: scipy/io/matlab/mio5_utils.c | |
gcc-4.0 -arch i386 -arch ppc -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup build/temp.macosx-10.5-fat3-2.7/scipy/io/matlab/mio5_utils.o -Lbuild/temp.macosx-10.5-fat3-2.7 -o build/lib.macosx-10.5-fat3-2.7/scipy/io/matlab/mio5_utils.so | |
building 'scipy.lib.blas.fblas' extension | |
compiling C sources | |
C compiler: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7 | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib | |
creating build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas | |
compile options: '-DNO_ATLAS_INFO=3 -Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
extra options: '-faltivec -I/System/Library/Frameworks/vecLib.framework/Headers' | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblasmodule.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/fortranobject.c | |
gcc-4.0: build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblaswrap_veclib_c.c | |
compiling Fortran sources | |
Fortran f77 compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran f90 compiler: /usr/local/bin/gfortran -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
Fortran fix compiler: /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -arch ppc -arch i686 -arch x86_64 -arch ppc64 -fPIC -O3 -funroll-loops | |
compile options: '-DNO_ATLAS_INFO=3 -Ibuild/src.macosx-10.5-fat3-2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' | |
gfortran:f77: build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas-f2pywrappers.f | |
/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblasmodule.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblaswrap_veclib_c.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas-f2pywrappers.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas.so -Wl,-framework -Wl,Accelerate | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblasmodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblaswrap_veclib_c.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /System/Library/Frameworks//Accelerate.framework/Accelerate, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o) for architecture ppc64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/EG/EGnJWd+UFl0RvxFixXPF7++++TI/-Tmp-//ccQmhaEr.out (No such file or directory) | |
ld: warning: in /usr/lib/bundle1.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblasmodule.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblaswrap_veclib_c.o, missing required architecture ppc64 in file | |
ld: warning: in build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o, missing required architecture ppc64 in file | |
ld: warning: in /System/Library/Frameworks//Accelerate.framework/Accelerate, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libgcc_s.10.5.dylib, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystemStubs.a, missing required architecture ppc64 in file | |
ld: warning: in /usr/lib/libSystem.dylib, missing required architecture ppc64 in file | |
ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o) for architecture ppc64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/EG/EGnJWd+UFl0RvxFixXPF7++++TI/-Tmp-//ccQmhaEr.out (No such file or directory) | |
error: Command "/usr/local/bin/gfortran -Wall -arch ppc -arch i686 -arch x86_64 -arch ppc64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblasmodule.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblaswrap_veclib_c.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/fortranobject.o build/temp.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/build/src.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas-f2pywrappers.o -Lbuild/temp.macosx-10.5-fat3-2.7 -lgfortran -o build/lib.macosx-10.5-fat3-2.7/scipy/lib/blas/fblas.so -Wl,-framework -Wl,Accelerate" failed with exit status 1 | |
iMac:scipy-0.8.0 markus$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment