root/cdat/trunk/logs/samples/eof.LOG

Revision 7032, 4.9 kB (checked in by doutriaux1, 6 months ago)

turned off visus for this release
updated sample log files

Line 
1 running install
2 running build
3 running config_cc
4 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
5 running config_fc
6 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
7 running build_src
8 building extension "rs" sources
9 creating build
10 creating build/src.linux-i686-2.5
11 creating build/src.linux-i686-2.5/Src
12 f2py options: []
13 f2py: Src/rs.pyf
14 Reading fortran codes...
15         Reading file 'Src/rs.pyf' (format:free)
16 Post-processing...
17         Block: rs
18                         Block: rs
19 Post-processing (stage 2)...
20 Building modules...
21         Building module "rs"...
22                 Constructing wrapper function "rs"...
23                   w,z,ierr = rs(a,matz,fv1,fv2,[nm,n])
24         Wrote C/API module "rs" to file "build/src.linux-i686-2.5/Src/rsmodule.c"
25   adding 'build/src.linux-i686-2.5/fortranobject.c' to sources.
26   adding 'build/src.linux-i686-2.5' to include_dirs.
27 copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-i686-2.5
28 copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-i686-2.5
29 running build_py
30 creating build/lib.linux-i686-2.5
31 creating build/lib.linux-i686-2.5/eof
32 copying Lib/__init__.py -> build/lib.linux-i686-2.5/eof
33 copying Lib/eof1.py -> build/lib.linux-i686-2.5/eof
34 copying Lib/analyzer.py -> build/lib.linux-i686-2.5/eof
35 running build_ext
36 customize UnixCCompiler
37 customize UnixCCompiler using build_ext
38 customize GnuFCompiler
39 Could not locate executable g77
40 Could not locate executable f77
41 customize IntelFCompiler
42 Could not locate executable ifort
43 Could not locate executable ifc
44 customize LaheyFCompiler
45 Could not locate executable lf95
46 customize PGroupFCompiler
47 Could not locate executable pgf90
48 Could not locate executable pgf77
49 customize AbsoftFCompiler
50 Could not locate executable f90
51 customize NAGFCompiler
52 Could not locate executable f95
53 customize VastFCompiler
54 customize GnuFCompiler
55 customize CompaqFCompiler
56 Could not locate executable fort
57 customize IntelItaniumFCompiler
58 Could not locate executable efort
59 Could not locate executable efc
60 customize IntelEM64TFCompiler
61 customize Gnu95FCompiler
62 Found executable /usr/bin/gfortran
63 customize Gnu95FCompiler
64 customize Gnu95FCompiler using build_ext
65 building 'rs' extension
66 compiling C sources
67 C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
68
69 creating build/temp.linux-i686-2.5
70 creating build/temp.linux-i686-2.5/build
71 creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5
72 creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src
73 compile options: '-Ibuild/src.linux-i686-2.5 -I/usr/local/cdat/lib/python2.5/site-packages/numpy/core/include -I/usr/local/cdat/include/python2.5 -c'
74 gcc: build/src.linux-i686-2.5/Src/rsmodule.c
75 gcc: build/src.linux-i686-2.5/fortranobject.c
76 compiling Fortran sources
77 Fortran f77 compiler: /usr/bin/gfortran -Wall -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
78 Fortran f90 compiler: /usr/bin/gfortran -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
79 Fortran fix compiler: /usr/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
80 creating build/temp.linux-i686-2.5/Src
81 compile options: '-Ibuild/src.linux-i686-2.5 -I/usr/local/cdat/lib/python2.5/site-packages/numpy/core/include -I/usr/local/cdat/include/python2.5 -c'
82 gfortran:f77: Src/rs.f
83 Src/rs.f: In function ‘tql2’:
84 Src/rs.f:219: warning: ‘c3’ may be used uninitialized in this function
85 Src/rs.f:219: warning: ‘s2’ may be used uninitialized in this function
86 Src/rs.f: In function ‘tql1’:
87 Src/rs.f:84: warning: ‘s2’ may be used uninitialized in this function
88 Src/rs.f:84: warning: ‘c3’ may be used uninitialized in this function
89 /usr/bin/gfortran -Wall -Wall -shared build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src/rsmodule.o build/temp.linux-i686-2.5/build/src.linux-i686-2.5/fortranobject.o build/temp.linux-i686-2.5/Src/rs.o -lgfortran -o build/lib.linux-i686-2.5/rs.so
90 running scons
91 running install_lib
92 creating /usr/local/cdat/lib/python2.5/site-packages/eof
93 copying build/lib.linux-i686-2.5/eof/__init__.py -> /usr/local/cdat/lib/python2.5/site-packages/eof
94 copying build/lib.linux-i686-2.5/eof/eof1.py -> /usr/local/cdat/lib/python2.5/site-packages/eof
95 copying build/lib.linux-i686-2.5/eof/analyzer.py -> /usr/local/cdat/lib/python2.5/site-packages/eof
96 copying build/lib.linux-i686-2.5/rs.so -> /usr/local/cdat/lib/python2.5/site-packages
97 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/eof/__init__.py to __init__.pyc
98 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/eof/eof1.py to eof1.pyc
99 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/eof/analyzer.py to analyzer.pyc
100 running install_egg_info
101 Writing /usr/local/cdat/lib/python2.5/site-packages/eof-0.0.0-py2.5.egg-info
Note: See TracBrowser for help on using the browser.