Installing CHROMA on RHEL5

Here is my log of installing CHROMA on gpu. It 'seems' to have worked, but since I have no idea how to use the program, I haven't been able to test it.

Everything I downloaded (and compiled) in /usr/local/src. A few things I moved after compilation and it's listed in the notes below.

Tried to follow the instructions here. http://chroma.bitbucket.org/install.html

Needed to install some extra packages from yum # yum install gcc-gfortran (needed for LAPACK) ===== LAPACK (required for Numpy) Downloaded and unzipped copied make.inc.example to make.inc # make Got an error with make in lapack-3.4.0 directory: make[1]: Leaving directory `/root/lapack-3.4.0/TESTING/MATGEN' ( cd BLAS/TESTING; make -f Makeblat1 ) make[1]: Entering directory `/root/lapack-3.4.0/BLAS/TESTING' gfortran -O2 -c sblat1.f -o sblat1.o gfortran sblat1.o \ ../../librefblas.a -o ../xblat1s gfortran: ../../librefblas.a: No such file or directory make[1]: *** [../xblat1s] Error 1 make[1]: Leaving directory `/root/lapack-3.4.0/BLAS/TESTING' make: *** [blas_testing] Error 2 # yum install blas blas-devel Hmmm. Still get same error. Changed into BLAS directory and ran make. Then things back here worked ok. Moved lapack-3.4.0 directory to /usr/local/lib ===== NUMPY # export LAPACK=/usr/local/lib/lapack-3.4.0/liblapack.a # python setup.py build Running from numpy source directory.non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /usr/local/lib64 libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib64 libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/sse2 libraries ptf77blas,ptcblas,atlas not found in /usr/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/lib NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in /usr/local/lib64 libraries f77blas,cblas,atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib64/sse2 libraries f77blas,cblas,atlas not found in /usr/lib64 libraries f77blas,cblas,atlas not found in /usr/lib NOT AVAILABLE /root/numpy-1.6.1/numpy/distutils/system_info.py:1414: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in /usr/local/lib64 libraries blas not found in /usr/local/lib FOUND: libraries = ['blas'] library_dirs = ['/usr/lib64'] language = f77 FOUND: libraries = ['blas'] library_dirs = ['/usr/lib64'] define_macros = [('NO_ATLAS_INFO', 1)] language = f77 lapack_opt_info: lapack_mkl_info: mkl_info: libraries mkl,vml,guide not found in /usr/local/lib64 libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib64 libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64 libraries lapack_atlas not found in /usr/local/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/sse2 libraries lapack_atlas not found in /usr/lib64/sse2 libraries ptf77blas,ptcblas,atlas not found in /usr/lib64 libraries lapack_atlas not found in /usr/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib numpy.distutils.system_info.atlas_threads_info NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in /usr/local/lib64 libraries lapack_atlas not found in /usr/local/lib64 libraries f77blas,cblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib64/sse2 libraries lapack_atlas not found in /usr/lib64/sse2 libraries f77blas,cblas,atlas not found in /usr/lib64 libraries lapack_atlas not found in /usr/lib64 libraries f77blas,cblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib numpy.distutils.system_info.atlas_info NOT AVAILABLE /root/numpy-1.6.1/numpy/distutils/system_info.py:1330: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) lapack_info: Replacing _lib_names[0]=='lapack' with 'lapack' Replacing _lib_names[0]=='lapack' with 'lapack' FOUND: libraries = ['lapack'] library_dirs = ['/usr/local/lib/lapack-3.4.0'] language = f77 FOUND: libraries = ['lapack', 'blas'] library_dirs = ['/usr/local/lib/lapack-3.4.0', '/usr/lib64'] define_macros = [('NO_ATLAS_INFO', 1)] language = f77 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 building library "npymath" sources customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize LaheyFCompiler Could not locate executable lf95 customize PGroupFCompiler Could not locate executable pgf90 Could not locate executable pgf77 customize AbsoftFCompiler Could not locate executable f90 customize NAGFCompiler Found executable /usr/bin/f95 customize VastFCompiler customize CompaqFCompiler Could not locate executable fort customize IntelItaniumFCompiler Could not locate executable efort Could not locate executable efc customize IntelEM64TFCompiler customize Gnu95FCompiler Found executable /usr/bin/gfortran customize Gnu95FCompiler customize Gnu95FCompiler using config C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c _configtest.c:1: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /root/numpy-1.6.1/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status _configtest.o: In function `main': /root/numpy-1.6.1/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c _configtest.c:1: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest building extension "numpy.core._sort" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/src/umath' to include_dirs. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.scalarmath" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core._dotblas" sources building extension "numpy.core.umath_tests" sources building extension "numpy.core.multiarray_tests" sources building extension "numpy.lib._compiled_base" sources building extension "numpy.numarray._capi" sources building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources adding 'numpy/linalg/lapack_litemodule.c' to sources. adding 'numpy/linalg/python_xerbla.c' to sources. building extension "numpy.random.mtrand" sources /root/numpy-1.6.1/numpy/distutils/command/config.py:40: DeprecationWarning: +++++++++++++++++++++++++++++++++++++++++++++++++ Usage of try_run is deprecated: please do not use it anymore, and avoid configuration checks involving running executable on the target machine. +++++++++++++++++++++++++++++++++++++++++++++++++ DeprecationWarning) C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest _configtest failure. removing: _configtest.c _configtest.o _configtest building data_files sources build_src: building npy-pkg config files running build_py copying numpy/version.py -> build/lib.linux-x86_64-2.6/numpy copying build/src.linux-x86_64-2.6/numpy/__config__.py -> build/lib.linux-x86_64-2.6/numpy copying build/src.linux-x86_64-2.6/numpy/distutils/__config__.py -> build/lib.linux-x86_64-2.6/numpy/distutils running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize Gnu95FCompiler customize Gnu95FCompiler using build_ext running scons running build_scripts adding 'build/scripts.linux-x86_64-2.6/f2py' to scripts Seems to be ok # python setup.py install Running from numpy source directory.non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /usr/local/lib64 libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib64 libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/sse2 libraries ptf77blas,ptcblas,atlas not found in /usr/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/lib NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in /usr/local/lib64 libraries f77blas,cblas,atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib64/sse2 libraries f77blas,cblas,atlas not found in /usr/lib64 libraries f77blas,cblas,atlas not found in /usr/lib NOT AVAILABLE /root/numpy-1.6.1/numpy/distutils/system_info.py:1414: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in /usr/local/lib64 libraries blas not found in /usr/local/lib FOUND: libraries = ['blas'] library_dirs = ['/usr/lib64'] language = f77 FOUND: libraries = ['blas'] library_dirs = ['/usr/lib64'] define_macros = [('NO_ATLAS_INFO', 1)] language = f77 lapack_opt_info: lapack_mkl_info: mkl_info: libraries mkl,vml,guide not found in /usr/local/lib64 libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib64 libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib64 libraries lapack_atlas not found in /usr/local/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/sse2 libraries lapack_atlas not found in /usr/lib64/sse2 libraries ptf77blas,ptcblas,atlas not found in /usr/lib64 libraries lapack_atlas not found in /usr/lib64 libraries ptf77blas,ptcblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib numpy.distutils.system_info.atlas_threads_info NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in /usr/local/lib64 libraries lapack_atlas not found in /usr/local/lib64 libraries f77blas,cblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib64/sse2 libraries lapack_atlas not found in /usr/lib64/sse2 libraries f77blas,cblas,atlas not found in /usr/lib64 libraries lapack_atlas not found in /usr/lib64 libraries f77blas,cblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib numpy.distutils.system_info.atlas_info NOT AVAILABLE /root/numpy-1.6.1/numpy/distutils/system_info.py:1330: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) lapack_info: Replacing _lib_names[0]=='lapack' with 'lapack' Replacing _lib_names[0]=='lapack' with 'lapack' FOUND: libraries = ['lapack'] library_dirs = ['/usr/local/lib/lapack-3.4.0'] language = f77 FOUND: libraries = ['lapack', 'blas'] library_dirs = ['/usr/local/lib/lapack-3.4.0', '/usr/lib64'] define_macros = [('NO_ATLAS_INFO', 1)] language = f77 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 building library "npymath" sources customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize LaheyFCompiler Could not locate executable lf95 customize PGroupFCompiler Could not locate executable pgf90 Could not locate executable pgf77 customize AbsoftFCompiler Could not locate executable f90 customize NAGFCompiler Found executable /usr/bin/f95 customize VastFCompiler customize CompaqFCompiler Could not locate executable fort customize IntelItaniumFCompiler Could not locate executable efort Could not locate executable efc customize IntelEM64TFCompiler customize Gnu95FCompiler Found executable /usr/bin/gfortran customize Gnu95FCompiler customize Gnu95FCompiler using config C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c _configtest.c:1: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /root/numpy-1.6.1/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status _configtest.o: In function `main': /root/numpy-1.6.1/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status failure. removing: _configtest.c _configtest.o C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c _configtest.c:1: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest building extension "numpy.core._sort" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/src/umath' to include_dirs. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.scalarmath" sources adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core._dotblas" sources building extension "numpy.core.umath_tests" sources building extension "numpy.core.multiarray_tests" sources building extension "numpy.lib._compiled_base" sources building extension "numpy.numarray._capi" sources building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources adding 'numpy/linalg/lapack_litemodule.c' to sources. adding 'numpy/linalg/python_xerbla.c' to sources. building extension "numpy.random.mtrand" sources /root/numpy-1.6.1/numpy/distutils/command/config.py:40: DeprecationWarning: +++++++++++++++++++++++++++++++++++++++++++++++++ Usage of try_run is deprecated: please do not use it anymore, and avoid configuration checks involving running executable on the target machine. +++++++++++++++++++++++++++++++++++++++++++++++++ DeprecationWarning) C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python2.6 -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest _configtest failure. removing: _configtest.c _configtest.o _configtest building data_files sources build_src: building npy-pkg config files running build_py copying numpy/version.py -> build/lib.linux-x86_64-2.6/numpy copying build/src.linux-x86_64-2.6/numpy/__config__.py -> build/lib.linux-x86_64-2.6/numpy copying build/src.linux-x86_64-2.6/numpy/distutils/__config__.py -> build/lib.linux-x86_64-2.6/numpy/distutils running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize Gnu95FCompiler customize Gnu95FCompiler using build_ext running scons running build_scripts adding 'build/scripts.linux-x86_64-2.6/f2py' to scripts running install_lib creating /usr/local/lib/python2.6/site-packages/numpy creating /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils creating /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/none.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/g95.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/ibm.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/lahey.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/mips.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/absoft.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/pathf95.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/pg.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/compaq.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/nag.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/intel.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/hpux.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/vast.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/sun.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/fcompiler/gnu.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler copying build/lib.linux-x86_64-2.6/numpy/distutils/cpuinfo.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/system_info.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/conv_template.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/environment.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils creating /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/build_py.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/install_headers.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/config_compiler.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/install_data.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/build.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/sdist.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/egg_info.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/install.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/build_src.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/build_clib.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/autodist.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/scons.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/build_scripts.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/install_clib.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/develop.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/build_ext.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/bdist_rpm.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/command/config.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/command copying build/lib.linux-x86_64-2.6/numpy/distutils/mingw32ccompiler.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/log.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/compat.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/ccompiler.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/interactive.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/npy_pkg_config.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/from_template.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/numpy_distribution.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/unixccompiler.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/__version__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/lib2def.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/pathccompiler.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/info.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/exec_command.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/extension.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/misc_util.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/line_endings.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/core.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/intelccompiler.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils copying build/lib.linux-x86_64-2.6/numpy/distutils/__config__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils creating /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/shape_base.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/_iotools.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/utils.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/arraysetops.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/recfunctions.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/user_array.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/polynomial.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/scimath.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/_datasource.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/npyio.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/function_base.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/type_check.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/stride_tricks.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/format.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/ufunclike.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/info.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/financial.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/_compiled_base.so -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/twodim_base.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/index_tricks.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/lib/arrayterator.py -> /usr/local/lib/python2.6/site-packages/numpy/lib copying build/lib.linux-x86_64-2.6/numpy/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy creating /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/ufuncs.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/performance.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/internals.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/structured_arrays.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/byteswapping.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/misc.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/broadcasting.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/howtofind.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/subclassing.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/indexing.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/jargon.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/glossary.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/io.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/creation.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/constants.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/basics.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/doc/methods_vs_functions.py -> /usr/local/lib/python2.6/site-packages/numpy/doc copying build/lib.linux-x86_64-2.6/numpy/setup.py -> /usr/local/lib/python2.6/site-packages/numpy copying build/lib.linux-x86_64-2.6/numpy/matlib.py -> /usr/local/lib/python2.6/site-packages/numpy copying build/lib.linux-x86_64-2.6/numpy/version.py -> /usr/local/lib/python2.6/site-packages/numpy copying build/lib.linux-x86_64-2.6/numpy/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy creating /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/ufuncs.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/alter_code2.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/nd_image.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/util.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/compat.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/session.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/fft.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/convolve.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/image.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/ma.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/matrix.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/alter_code1.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/functions.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/mlab.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/random_array.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/numerictypes.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/_capi.so -> /usr/local/lib/python2.6/site-packages/numpy/numarray copying build/lib.linux-x86_64-2.6/numpy/numarray/linear_algebra.py -> /usr/local/lib/python2.6/site-packages/numpy/numarray creating /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/ufuncs.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/typeconv.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/alter_code2.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/user_array.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/arrayfns.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/compat.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/misc.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/fft.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/ma.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/matrix.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/precision.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/rng.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/fix_default_axis.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/array_printer.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/alter_code1.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/functions.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/mlab.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/rng_stats.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/random_array.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric copying build/lib.linux-x86_64-2.6/numpy/oldnumeric/linear_algebra.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric creating /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/utils.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/nosetester.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/numpytest.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/decorators.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/noseclasses.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/nulltester.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/testing copying build/lib.linux-x86_64-2.6/numpy/testing/print_coercion_tables.py -> /usr/local/lib/python2.6/site-packages/numpy/testing creating /usr/local/lib/python2.6/site-packages/numpy/compat copying build/lib.linux-x86_64-2.6/numpy/compat/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/compat copying build/lib.linux-x86_64-2.6/numpy/compat/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/compat copying build/lib.linux-x86_64-2.6/numpy/compat/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/compat copying build/lib.linux-x86_64-2.6/numpy/compat/_inspect.py -> /usr/local/lib/python2.6/site-packages/numpy/compat copying build/lib.linux-x86_64-2.6/numpy/compat/py3k.py -> /usr/local/lib/python2.6/site-packages/numpy/compat creating /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/polyutils.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/polynomial.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/hermite_e.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/laguerre.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/chebyshev.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/hermite.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/legendre.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial copying build/lib.linux-x86_64-2.6/numpy/polynomial/polytemplate.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial creating /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/fftpack.py -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/info.py -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/fftpack_lite.so -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/fft/helper.py -> /usr/local/lib/python2.6/site-packages/numpy/fft copying build/lib.linux-x86_64-2.6/numpy/add_newdocs.py -> /usr/local/lib/python2.6/site-packages/numpy creating /usr/local/lib/python2.6/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-2.6/numpy/matrixlib/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-2.6/numpy/matrixlib/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-2.6/numpy/matrixlib/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib copying build/lib.linux-x86_64-2.6/numpy/matrixlib/defmatrix.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib creating /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/bench.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/timer_comparison.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/version.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/mrecords.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/extras.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/core.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ma/testutils.py -> /usr/local/lib/python2.6/site-packages/numpy/ma copying build/lib.linux-x86_64-2.6/numpy/ctypeslib.py -> /usr/local/lib/python2.6/site-packages/numpy creating /usr/local/lib/python2.6/site-packages/numpy/random copying build/lib.linux-x86_64-2.6/numpy/random/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/random copying build/lib.linux-x86_64-2.6/numpy/random/mtrand.so -> /usr/local/lib/python2.6/site-packages/numpy/random copying build/lib.linux-x86_64-2.6/numpy/random/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/random copying build/lib.linux-x86_64-2.6/numpy/random/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/random copying build/lib.linux-x86_64-2.6/numpy/random/info.py -> /usr/local/lib/python2.6/site-packages/numpy/random creating /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/rules.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/diagnose.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/common_rules.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/f2py2e.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/f2py_testing.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/crackfortran.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/cfuncs.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/__version__.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/info.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/func2subr.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/capi_maps.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/use_rules.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/auxfuncs.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/cb_rules.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py copying build/lib.linux-x86_64-2.6/numpy/f2py/f90mod_rules.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py creating /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/shape_base.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/multiarray_tests.so -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/scalarmath.so -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/umath_tests.so -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/function_base.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/memmap.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/umath.so -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/scons_support.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/multiarray.so -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/_mx_datetime_parser.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/fromnumeric.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/defchararray.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/setup_common.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/info.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/numeric.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/generate_numpy_api.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/records.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/_sort.so -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/getlimits.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/numerictypes.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/arrayprint.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/_internal.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/core/machar.py -> /usr/local/lib/python2.6/site-packages/numpy/core copying build/lib.linux-x86_64-2.6/numpy/_import_tools.py -> /usr/local/lib/python2.6/site-packages/numpy creating /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/linalg/lapack_lite.so -> /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/linalg/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/linalg/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/linalg/setupscons.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/linalg/info.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/linalg/linalg.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg copying build/lib.linux-x86_64-2.6/numpy/dual.py -> /usr/local/lib/python2.6/site-packages/numpy copying build/lib.linux-x86_64-2.6/numpy/__config__.py -> /usr/local/lib/python2.6/site-packages/numpy byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/none.py to none.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/g95.py to g95.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/ibm.py to ibm.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/lahey.py to lahey.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/mips.py to mips.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/absoft.py to absoft.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/pathf95.py to pathf95.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/pg.py to pg.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/compaq.py to compaq.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/nag.py to nag.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/intel.py to intel.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/hpux.py to hpux.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/vast.py to vast.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/sun.py to sun.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/fcompiler/gnu.py to gnu.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/cpuinfo.py to cpuinfo.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/system_info.py to system_info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/conv_template.py to conv_template.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/environment.py to environment.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/build_py.py to build_py.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/install_headers.py to install_headers.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/config_compiler.py to config_compiler.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/install_data.py to install_data.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/build.py to build.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/sdist.py to sdist.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/egg_info.py to egg_info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/install.py to install.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/build_src.py to build_src.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/build_clib.py to build_clib.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/autodist.py to autodist.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/scons.py to scons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/build_scripts.py to build_scripts.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/install_clib.py to install_clib.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/develop.py to develop.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/build_ext.py to build_ext.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/bdist_rpm.py to bdist_rpm.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/command/config.py to config.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/log.py to log.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/compat.py to compat.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/ccompiler.py to ccompiler.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/interactive.py to interactive.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/npy_pkg_config.py to npy_pkg_config.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/from_template.py to from_template.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/numpy_distribution.py to numpy_distribution.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/unixccompiler.py to unixccompiler.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/__version__.py to __version__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/lib2def.py to lib2def.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/pathccompiler.py to pathccompiler.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/exec_command.py to exec_command.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/extension.py to extension.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/misc_util.py to misc_util.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/line_endings.py to line_endings.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/core.py to core.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/intelccompiler.py to intelccompiler.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/distutils/__config__.py to __config__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/shape_base.py to shape_base.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/_iotools.py to _iotools.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/utils.py to utils.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/arraysetops.py to arraysetops.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/recfunctions.py to recfunctions.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/user_array.py to user_array.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/polynomial.py to polynomial.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/scimath.py to scimath.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/_datasource.py to _datasource.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/npyio.py to npyio.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/function_base.py to function_base.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/type_check.py to type_check.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/stride_tricks.py to stride_tricks.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/format.py to format.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/ufunclike.py to ufunclike.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/financial.py to financial.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/twodim_base.py to twodim_base.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/index_tricks.py to index_tricks.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/lib/arrayterator.py to arrayterator.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/ufuncs.py to ufuncs.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/performance.py to performance.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/internals.py to internals.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/structured_arrays.py to structured_arrays.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/byteswapping.py to byteswapping.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/misc.py to misc.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/broadcasting.py to broadcasting.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/howtofind.py to howtofind.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/subclassing.py to subclassing.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/indexing.py to indexing.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/jargon.py to jargon.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/glossary.py to glossary.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/io.py to io.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/creation.py to creation.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/constants.py to constants.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/basics.py to basics.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/doc/methods_vs_functions.py to methods_vs_functions.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/matlib.py to matlib.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/version.py to version.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/ufuncs.py to ufuncs.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/alter_code2.py to alter_code2.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/nd_image.py to nd_image.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/util.py to util.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/compat.py to compat.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/session.py to session.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/fft.py to fft.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/convolve.py to convolve.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/image.py to image.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/ma.py to ma.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/matrix.py to matrix.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/alter_code1.py to alter_code1.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/functions.py to functions.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/mlab.py to mlab.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/random_array.py to random_array.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/numerictypes.py to numerictypes.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/numarray/linear_algebra.py to linear_algebra.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/ufuncs.py to ufuncs.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/typeconv.py to typeconv.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/alter_code2.py to alter_code2.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/user_array.py to user_array.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/arrayfns.py to arrayfns.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/compat.py to compat.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/misc.py to misc.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/fft.py to fft.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/ma.py to ma.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/matrix.py to matrix.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/precision.py to precision.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/rng.py to rng.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/fix_default_axis.py to fix_default_axis.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/array_printer.py to array_printer.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/alter_code1.py to alter_code1.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/functions.py to functions.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/mlab.py to mlab.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/rng_stats.py to rng_stats.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/random_array.py to random_array.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/linear_algebra.py to linear_algebra.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/utils.py to utils.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/nosetester.py to nosetester.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/numpytest.py to numpytest.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/decorators.py to decorators.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/noseclasses.py to noseclasses.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/nulltester.py to nulltester.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/testing/print_coercion_tables.py to print_coercion_tables.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/compat/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/compat/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/compat/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/compat/_inspect.py to _inspect.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/compat/py3k.py to py3k.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/polyutils.py to polyutils.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/polynomial.py to polynomial.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/hermite_e.py to hermite_e.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/laguerre.py to laguerre.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/chebyshev.py to chebyshev.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/hermite.py to hermite.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/legendre.py to legendre.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/polynomial/polytemplate.py to polytemplate.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/fft/fftpack.py to fftpack.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/fft/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/fft/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/fft/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/fft/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/fft/helper.py to helper.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/add_newdocs.py to add_newdocs.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/matrixlib/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/matrixlib/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/matrixlib/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/matrixlib/defmatrix.py to defmatrix.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/bench.py to bench.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/timer_comparison.py to timer_comparison.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/version.py to version.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/mrecords.py to mrecords.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/extras.py to extras.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/core.py to core.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ma/testutils.py to testutils.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/ctypeslib.py to ctypeslib.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/random/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/random/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/random/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/random/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/rules.py to rules.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/diagnose.py to diagnose.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/common_rules.py to common_rules.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/f2py2e.py to f2py2e.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/f2py_testing.py to f2py_testing.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/crackfortran.py to crackfortran.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/cfuncs.py to cfuncs.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/__version__.py to __version__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/func2subr.py to func2subr.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/capi_maps.py to capi_maps.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/use_rules.py to use_rules.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/auxfuncs.py to auxfuncs.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/cb_rules.py to cb_rules.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/f2py/f90mod_rules.py to f90mod_rules.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/shape_base.py to shape_base.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/function_base.py to function_base.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/memmap.py to memmap.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/scons_support.py to scons_support.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/_mx_datetime_parser.py to _mx_datetime_parser.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/fromnumeric.py to fromnumeric.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/defchararray.py to defchararray.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/setup_common.py to setup_common.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/numeric.py to numeric.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/generate_numpy_api.py to generate_numpy_api.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/records.py to records.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/getlimits.py to getlimits.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/numerictypes.py to numerictypes.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/arrayprint.py to arrayprint.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/_internal.py to _internal.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/core/machar.py to machar.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/_import_tools.py to _import_tools.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/linalg/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/linalg/setup.py to setup.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/linalg/setupscons.py to setupscons.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/linalg/info.py to info.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/linalg/linalg.py to linalg.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/dual.py to dual.pyc byte-compiling /usr/local/lib/python2.6/site-packages/numpy/__config__.py to __config__.pyc running install_scripts copying build/scripts.linux-x86_64-2.6/f2py -> /usr/local/bin changing mode of /usr/local/bin/f2py to 755 running install_data creating /usr/local/lib/python2.6/site-packages/numpy/fft/tests copying numpy/fft/tests/test_helper.py -> /usr/local/lib/python2.6/site-packages/numpy/fft/tests/ copying numpy/fft/tests/test_fftpack.py -> /usr/local/lib/python2.6/site-packages/numpy/fft/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_numeric.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_defmatrix.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_multiarray.py -> /usr/local/lib/python2.6/site-packages/numpy/matrixlib/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/f2py/docs creating /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/spam.pyf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/array.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/calculate_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/callback.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/scalar.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/common_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/scalar_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/extcallback_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib2.pyf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/string.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/var.pyf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/ftype_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/callback_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/moddata_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/run_main_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/common.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/var_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/string_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/setup_example.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/array_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/ftype.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/spam_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/moddata.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/callback2.pyf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib1.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/compile_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/docutils.conf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/calculate.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib3.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/default.css -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/extcallback.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/allocarr_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/index.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib1.pyf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/allocarr.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/usersguide creating /usr/local/lib/python2.6/site-packages/numpy/f2py/src copying numpy/f2py/src/fortranobject.h -> /usr/local/lib/python2.6/site-packages/numpy/f2py/src copying numpy/f2py/src/fortranobject.c -> /usr/local/lib/python2.6/site-packages/numpy/f2py/src creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext copying numpy/distutils/tests/f2py_f90_ext/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext copying numpy/distutils/tests/f2py_f90_ext/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/array_from_pyobj copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/array_from_pyobj creating /usr/local/lib/python2.6/site-packages/numpy/random/tests copying numpy/random/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/random/tests/ copying numpy/random/tests/test_random.py -> /usr/local/lib/python2.6/site-packages/numpy/random/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/tests copying numpy/distutils/tests/swig_ext/tests/test_example2.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/tests copying numpy/distutils/tests/swig_ext/tests/test_example.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/tests creating /usr/local/lib/python2.6/site-packages/numpy/lib/benchmarks copying benchmarks/benchmark.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/benchmarks/ copying benchmarks/sorting.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/benchmarks/ copying benchmarks/creating.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/benchmarks/ copying benchmarks/casting.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/benchmarks/ copying benchmarks/simpleindex.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/benchmarks/ creating /usr/local/lib/python2.6/site-packages/numpy/core/tests creating /usr/local/lib/python2.6/site-packages/numpy/core/tests/data copying numpy/core/tests/data/recarray_from_file.fits -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/data/ copying numpy/core/tests/data/astype_copy.pkl -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/data/ copying numpy/random/mtrand/randomkit.h -> /usr/local/lib/python2.6/site-packages/numpy/random/. creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/size copying numpy/f2py/tests/src/size/foo.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/size copying numpy/f2py/f2py.1 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/ creating /usr/local/lib/python2.6/site-packages/numpy/core/include creating /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_interrupt.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/old_defines.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/halffloat.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_os.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_common.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_math.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/noprefix.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/arrayobject.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/oldnumeric.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/arrayscalars.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/ndarraytypes.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_cpu.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_endian.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/ndarrayobject.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/utils.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_3kcompat.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/numpyconfig.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/ufuncobject.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/docs/pytest.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/OLDNEWS.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/TESTING.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/default.css -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/simple_session.dat -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/simple.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/hello.f -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/pyforttest.pyf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/README.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/THANKS.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/HISTORY.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/docutils.conf -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/FAQ.txt -> /usr/local/lib/python2.6/site-packages/numpy/f2py/docs/ creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/kind copying numpy/f2py/tests/src/kind/foo.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/kind creating /usr/local/lib/python2.6/site-packages/numpy/lib/tests copying numpy/lib/tests/test_twodim_base.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_utils.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_polynomial.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_stride_tricks.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_recfunctions.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_financial.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_function_base.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test__iotools.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_index_tricks.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_io.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_arraysetops.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_ufunclike.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_format.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test__datasource.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_arrayterator.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_shape_base.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_type_check.py -> /usr/local/lib/python2.6/site-packages/numpy/lib/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/distutils/mingw copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /usr/local/lib/python2.6/site-packages/numpy/distutils/mingw copying numpy/f2py/tests/test_assumed_shape.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_kind.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/util.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_complex.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_size.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_real.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_callback.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_character.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_logical.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_mixed.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_array_from_pyobj.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_integer.py -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/ copying numpy/distutils/tests/swig_ext/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext copying numpy/distutils/tests/swig_ext/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/example.i -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/zoo.i -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/zoo.cc -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/zoo.h -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/example.c -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/src creating /usr/local/lib/python2.6/site-packages/numpy/numarray/include creating /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/numcomplex.h -> /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/arraybase.h -> /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/cfunc.h -> /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/libnumarray.h -> /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/ieeespecial.h -> /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/nummacro.h -> /usr/local/lib/python2.6/site-packages/numpy/numarray/include/numpy creating /usr/local/lib/python2.6/site-packages/numpy/tests copying numpy/tests/test_ctypeslib.py -> /usr/local/lib/python2.6/site-packages/numpy/tests/ copying numpy/tests/test_matlib.py -> /usr/local/lib/python2.6/site-packages/numpy/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/pyrex_ext creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/pyrex_ext/tests copying numpy/distutils/tests/pyrex_ext/tests/test_primes.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/pyrex_ext/tests creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/gen_ext copying numpy/distutils/tests/gen_ext/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/gen_ext copying numpy/distutils/tests/gen_ext/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/gen_ext copying numpy/distutils/tests/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_npy_pkg_config.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_gnu.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_intel.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_misc_util.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /usr/local/lib/python2.6/site-packages/numpy/f2py/tests/src/assumed_shape creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext/tests copying numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext/tests creating /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/tests copying numpy/oldnumeric/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/tests/ copying numpy/oldnumeric/tests/test_oldnumeric.py -> /usr/local/lib/python2.6/site-packages/numpy/oldnumeric/tests/ copying numpy/core/tests/test_unicode.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_arrayprint.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_machar.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_ufunc.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_einsum.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_api.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_function_base.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_umath_complex.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_multiarray.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_memmap.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_shape_base.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_blasdot.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_datetime.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_dtype.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_numerictypes.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_getlimits.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_print.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_records.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_numeric.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_iterator.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_defchararray.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_umath.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_errstate.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_half.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ copying numpy/core/tests/test_scalarmath.py -> /usr/local/lib/python2.6/site-packages/numpy/core/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/testing/tests copying numpy/testing/tests/test_decorators.py -> /usr/local/lib/python2.6/site-packages/numpy/testing/tests/ copying numpy/testing/tests/test_utils.py -> /usr/local/lib/python2.6/site-packages/numpy/testing/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/ma/tests copying numpy/ma/tests/test_core.py -> /usr/local/lib/python2.6/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_subclassing.py -> /usr/local/lib/python2.6/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_mrecords.py -> /usr/local/lib/python2.6/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_old_ma.py -> /usr/local/lib/python2.6/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_extras.py -> /usr/local/lib/python2.6/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/ma/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext copying numpy/distutils/tests/f2py_ext/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext copying numpy/distutils/tests/f2py_ext/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext creating /usr/local/lib/python2.6/site-packages/numpy/linalg/tests copying numpy/linalg/tests/test_regression.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg/tests/ copying numpy/linalg/tests/test_linalg.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg/tests/ copying numpy/linalg/tests/test_build.py -> /usr/local/lib/python2.6/site-packages/numpy/linalg/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/gen_ext/tests copying numpy/distutils/tests/gen_ext/tests/test_fib3.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/gen_ext/tests creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext/src copying numpy/distutils/tests/f2py_ext/src/fib2.pyf -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext/src copying numpy/distutils/tests/f2py_ext/src/fib1.f -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext/src creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext/include copying numpy/distutils/tests/f2py_f90_ext/include/body.f90 -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext/include creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext/tests copying numpy/distutils/tests/f2py_ext/tests/test_fib2.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_ext/tests copying numpy/distutils/tests/pyrex_ext/__init__.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/pyrex_ext copying numpy/distutils/tests/pyrex_ext/primes.pyx -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/pyrex_ext copying numpy/distutils/tests/pyrex_ext/setup.py -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/pyrex_ext creating /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests copying numpy/polynomial/tests/test_polyutils.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_legendre.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_polynomial.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_hermite.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_chebyshev.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_hermite_e.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_laguerre.py -> /usr/local/lib/python2.6/site-packages/numpy/polynomial/tests/ creating /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext/src copying numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 -> /usr/local/lib/python2.6/site-packages/numpy/distutils/tests/f2py_f90_ext/src copying build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-2.6/numpy/core/include/numpy/multiarray_api.txt -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy copying build/src.linux-x86_64-2.6/numpy/core/include/numpy/ufunc_api.txt -> /usr/local/lib/python2.6/site-packages/numpy/core/include/numpy creating /usr/local/lib/python2.6/site-packages/numpy/core/lib creating /usr/local/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-config copying build/src.linux-x86_64-2.6/numpy/core/lib/npy-pkg-config/npymath.ini -> /usr/local/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-config copying build/src.linux-x86_64-2.6/numpy/core/lib/npy-pkg-config/mlib.ini -> /usr/local/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-config running install_egg_info Writing /usr/local/lib/python2.6/site-packages/numpy-1.6.1-py2.6.egg-info running install_clib copying build/temp.linux-x86_64-2.6/libnpymath.a -> /usr/local/lib/python2.6/site-packages/numpy/core/lib ===== PYGAME # yum install SDL-devel libpng-devel libjpeg-devel (required) # wget http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz # tar tzvf pygame-1.9.1release.tar.gz # cd pygame-1.9.1release # python setup.py install I think I only want to use pygmy with images, not with sound. So this: # python setup.py No Arguments Given, Perform Default Install? [Y/n] WARNING, No "Setup" File Exists, Running "config.py" Using UNIX configuration... Hunting dependencies... sh: smpeg-config: command not found WARNING: "smpeg-config" failed! SDL : found 1.2.10 FONT : found IMAGE : found MIXER : found SMPEG : not found PNG : found JPEG : found SCRAP : found PORTMIDI: not found PORTTIME: not found is probably ok. # python setup.py build # python setup.py install I had to mess around with two files because it wouldn't compile. In pygame-1.9.1release/src, I edited -rw-r--r-- 1 root root 50229 Apr 9 11:59 _camera.c.ORIG -rw-r--r-- 1 root root 19560 Apr 9 12:13 camera_v4l2.c.ORIG In the first file, I just changed the location of a #define statement and in the second I added a single line. Hopefully, this won't make affect things adversely. ===== MATPLOTLIB # wget http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.tar.gz/download # python setup.py build Got errors: In file included from src/ft2font.cpp:3: src/ft2font.h:16:22: error: ft2build.h: No such file or directory src/ft2font.h:17:10: error: #include expects "FILENAME" or ft2build.h is from freetype-devel # yum install freetype-devel # python setup.py build # python setup.py install ===== PYTHON UNCERTAINTIES # easy_install --upgrade uncertainties Searching for uncertainties Reading http://pypi.python.org/simple/uncertainties/ Reading http://packages.python.org/uncertainties/ Best match: uncertainties 1.8 Downloading http://pypi.python.org/packages/source/u/uncertainties/uncertainties-1.8.tar.gz#md5=e73ec72474a66302a86625bf61ae2817 Processing uncertainties-1.8.tar.gz Running uncertainties-1.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-JoLw3L/uncertainties-1.8/egg-dist-tmp-GztGoy zip_safe flag not set; analyzing archive contents... Adding uncertainties 1.8 to easy-install.pth file Installed /usr/local/lib/python2.6/site-packages/uncertainties-1.8-py2.6.egg Processing dependencies for uncertainties Finished processing dependencies for uncertainties ===== PYCUDA # wget http://pypi.python.org/packages/source/p/pycuda/pycuda-2011.2.2.tar.gz#md5=2d1bebb9dc51c4b35b7c638eb1d3ea06 # tar xzvf pycuda-2011.2.2.tar.gz # ./confgure.py # make # make install ===== PYUBLAS (This is where I think I've made a mistake) # wget http://pypi.python.org/packages/source/P/PyUblas/PyUblas-2011.1.tar.gz#md5=b0a151d152d1d21bdeeab5d629edc145 # tar xzvf PyUblas-2011.1.tar.gz # cd PyUblas-2011.1 # ./configure.py Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz Extracting in /tmp/tmpf1vu3V Now working in /tmp/tmpf1vu3V/distribute-0.6.14 Building a Distribute egg in /root/PyUblas-2011.1 /root/PyUblas-2011.1/distribute-0.6.14-py2.6.egg # make ctags -R src || true /usr/local/bin/python setup.py build running build running build_py running build_ext building '_internal' extension gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/lib/python2.6/site-packages/numpy/core/include -I/usr/local/include/python2.6 -c src/wrapper/main.cpp -o build/temp.linux-x86_64-2.6/src/wrapper/main.o -Wno-sign-compare src/wrapper/main.cpp:16:28: error: boost/python.hpp: No such file or directory src/wrapper/main.cpp:43: error: expected constructor, destructor, or type conversion before ‘(’ token error: command 'gcc' failed with exit status 1 make: *** [all] Error 1 This didn't work. Had to do some other stuff and come back to this later. ===== THINK I FIRST NEED BOOST-NUMERIC-BINDINGS # wget http://mathema.tician.de/news.tiker.net/download/software/boost-numeric-bindings/boost-numeric-bindings-20081116.tar.gz # tar xzvf boost-numeric-bindings-20081116.tar.gz # cd boost-numeric-bindings # ./configure --prefix=/usr/local # make install This puts things in /usr/local/include/boost-numeric-bindings Then when compiling, add -I/usr/local/include/boost-numeric-bindings I'm still getting errors and I think it's because I have an old version of BOOST. (141 from yum) ===== BOOST # rpm -e boost141-filesystem boost141-serialization boost141-graph boost141-thread boost141-signals boost141-python boost141-system boost141-date-time boost141-test boost141-program-options boost141-wave boost141 boost141-regex boost141-iostreams Get rid of any boost libraries from the repositories # wget http://sourceforge.net/projects/boost/files/boost/1.49.0/boost_1_49_0.tar.gz/download # tar xzvf boost_1_49_0.tar.gz # cd boost_1_49_0 # ./bootstrap.sh Building Boost.Build engine with toolset gcc... tools/build/v2/engine/bin.linuxx86_64/b2 Detecting Python version... 2.6 Detecting Python root... /usr/local Unicode/ICU support for Boost.Regex?... not found. Generating Boost.Build configuration in project-config.jam... Bootstrapping is done. To build, run: ./b2 To adjust configuration, edit 'project-config.jam'. Further information: - Command line help: ./b2 --help - Getting started guide: http://www.boost.org/more/getting_started/unix-variants.html - Boost.Build documentation: http://www.boost.org/boost-build2/doc/html/index.html # ./b2 Building the Boost C++ Libraries. Performing configuration checks - has_icu builds : no warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam - iconv (libc) : yes - icu : no - icu (lib64) : no - ../config//has_gcc_visibility builds : yes - ../config//has_long_double_support builds : yes warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message. Component configuration: - chrono : building - date_time : building - exception : building - filesystem : building - graph : building - graph_parallel : building - iostreams : building - locale : building - math : building - mpi : building - program_options : building - python : building - random : building - regex : building - serialization : building - signals : building - system : building - test : building - thread : building - timer : building - wave : building ...patience... The Boost C++ Libraries were successfully built! The following directory should be added to compiler include paths: /usr/local/boost_1_49_0 (-I) The following directory should be added to linker library paths: /usr/local/boost_1_49_0/stage/lib (-L) (I moved the boost_1_49_0 directory to /usr/local from /usr/local/src) Made file in /etc/ld.so.conf.d, called boost_1_49_0.conf # cat boost_1_49_0.conf /usr/local/boost_1_49_0/stage/lib ===== PYUBLAS (with new BOOST libraries) Edit siteconf.py # cat siteconf.py BOOST_INC_DIR = ['/usr/local/boost_1_49_0'] BOOST_LIB_DIR = ['/usr/local/boost_1_49_0/stage/lib'] BOOST_COMPILER = 'gcc43' BOOST_PYTHON_LIBNAME = ['boost_python'] WITH_SPARSE_WRAPPERS = False USE_ITERATORS = False CXXFLAGS = ['-Wno-sign-compare'] LDFLAGS = [] # make ctags -R src || true /usr/local/bin/python setup.py build running build running build_py running build_ext building '_internal' extension gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -I/usr/local/include/python2.6 -c src/wrapper/main.cpp -o build/temp.linux-x86_64-2.6/src/wrapper/main.o -Wno-sign-compare gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -I/usr/local/include/python2.6 -c src/wrapper/converters.cpp -o build/temp.linux-x86_64-2.6/src/wrapper/converters.o -Wno-sign-compare g++ -pthread -shared build/temp.linux-x86_64-2.6/src/wrapper/main.o build/temp.linux-x86_64-2.6/src/wrapper/converters.o -L/usr/local/boost_1_49_0/stage/lib -L/usr/local/lib -lboost_python -lpython2.6 -o build/lib.linux-x86_64-2.6/pyublas/_internal.so building 'testhelp_ext' extension creating build/temp.linux-x86_64-2.6/src/test gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -Isrc/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -I/usr/local/include/python2.6 -c src/test/testhelp_ext.cpp -o build/temp.linux-x86_64-2.6/src/test/testhelp_ext.o -Wno-sign-compare g++ -pthread -shared build/temp.linux-x86_64-2.6/src/test/testhelp_ext.o -L/usr/local/boost_1_49_0/stage/lib -L/usr/local/lib -lboost_python -lpython2.6 -o build/lib.linux-x86_64-2.6/pyublas/testhelp_ext.so # make install ctags -R src || true /usr/local/bin/python setup.py build running build running build_py running build_ext /usr/local/bin/python setup.py install running install install_dir /usr/local/lib/python2.6/site-packages/ running bdist_egg running egg_info writing PyUblas.egg-info/PKG-INFO writing top-level names to PyUblas.egg-info/top_level.txt writing dependency_links to PyUblas.egg-info/dependency_links.txt writing PyUblas.egg-info/PKG-INFO writing top-level names to PyUblas.egg-info/top_level.txt writing dependency_links to PyUblas.egg-info/dependency_links.txt reading manifest file 'PyUblas.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PyUblas.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py running build_ext creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/pyublas copying build/lib.linux-x86_64-2.6/pyublas/__init__.py -> build/bdist.linux-x86_64/egg/pyublas copying build/lib.linux-x86_64-2.6/pyublas/_internal.so -> build/bdist.linux-x86_64/egg/pyublas copying build/lib.linux-x86_64-2.6/pyublas/testhelp_ext.so -> build/bdist.linux-x86_64/egg/pyublas byte-compiling build/bdist.linux-x86_64/egg/pyublas/__init__.py to __init__.pyc creating stub loader for pyublas/_internal.so creating stub loader for pyublas/testhelp_ext.so byte-compiling build/bdist.linux-x86_64/egg/pyublas/_internal.py to _internal.pyc byte-compiling build/bdist.linux-x86_64/egg/pyublas/testhelp_ext.py to testhelp_ext.pyc installing package data to build/bdist.linux-x86_64/egg running install_data creating build/bdist.linux-x86_64/egg/include creating build/bdist.linux-x86_64/egg/include/pyublas copying src/cpp/pyublas/generic_ublas.hpp -> build/bdist.linux-x86_64/egg/include/pyublas copying src/cpp/pyublas/elementwise_op.hpp -> build/bdist.linux-x86_64/egg/include/pyublas copying src/cpp/pyublas/python_helpers.hpp -> build/bdist.linux-x86_64/egg/include/pyublas copying src/cpp/pyublas/numpy.hpp -> build/bdist.linux-x86_64/egg/include/pyublas creating build/bdist.linux-x86_64/egg/EGG-INFO copying PyUblas.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying PyUblas.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying PyUblas.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying PyUblas.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/PyUblas-2011.1-py2.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing distribute-0.6.14-py2.6.egg creating /usr/local/lib/python2.6/site-packages/distribute-0.6.14-py2.6.egg Extracting distribute-0.6.14-py2.6.egg to /usr/local/lib/python2.6/site-packages Removing distribute 0.6.19 from easy-install.pth file Adding distribute 0.6.14 to easy-install.pth file Installing easy_install script to /usr/local/bin Installing easy_install-2.6 script to /usr/local/bin Installed /usr/local/lib/python2.6/site-packages/distribute-0.6.14-py2.6.egg Processing dependencies for distribute==0.6.14 Finished processing dependencies for distribute==0.6.14 Processing PyUblas-2011.1-py2.6-linux-x86_64.egg creating /usr/local/lib/python2.6/site-packages/PyUblas-2011.1-py2.6-linux-x86_64.egg Extracting PyUblas-2011.1-py2.6-linux-x86_64.egg to /usr/local/lib/python2.6/site-packages Adding PyUblas 2011.1 to easy-install.pth file Installed /usr/local/lib/python2.6/site-packages/PyUblas-2011.1-py2.6-linux-x86_64.egg Processing dependencies for PyUblas==2011.1 Finished processing dependencies for PyUblas==2011.1 This looks ok. ===== ZEROMQ # wget http://download.zeromq.org/zeromq-2.2.0.tar.gz # tar xzvf zeromq-2.2.0.tar.gz # cd zeromq-2.2.0 # ./configure # make # make install ===== GEANT4 # yum install cmake (I know new versions of geant4 use this) unzip the geant sources and rename the directory to geant4.9.5-p01-src. Then make a new empty directory, geant4.9.5-p01 as the build directory. The install directory will be /usr/local/geant4.9.5-p01 # pwd /usr/local/src/geant4.9.5.p01 # cmake -DCMAKE_INSTALL_PREFIX=/usr/local/geant4.9.5-p01 /usr/local/src/geant4.9.5.p01-src -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- setting default compiler flags for CXX -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found EXPAT: /usr/lib64/libexpat.so -- The following Geant4 features are enabled: GEANT4_USE_SYSTEM_EXPAT: Using system install of EXPAT -- Configuring done -- Generating done -- Build files have been written to: /usr/local/src/geant4.9.5.p01 # make -j1 # make install ===== g4py patch [seibert-g4py-95ab50ef6c2e]# ./configure linux64 --prefix=/usr/local --with-g4-incdir=/usr/local/geant4.9.5-p01/include --with-g4-libdir=/usr/local/geant4.9.5-p01/lib64 --with-boost-libdir=/usr/local/boost_1_49_0/stage/lib I ended up editing the configure file a lot because it wouldn't accept the options that I put in. So I hardcoded a bunch of directories in and then ran this [seibert-g4py-95ab50ef6c2e]# ./configure linux64 --prefix=/usr/local --with-g4-incdir=/usr/local/geant4.9.5-p01/include/Geant4 --with-g4-libdir=/usr/local/geant4.9.5-p01/lib64 --with-boost-libdir=/usr/local/boost_1_49_0/stage/lib --libdir=/usr/local/lib/python2.6/site-packages Checking for system type ... linuxx8664gcc Checking for prefix ... /usr/local Checking for lib dir ... /usr/local/lib/python2.6/site-packages Checking for G4 include dir ... /usr/local/geant4.9.5-p01/include/Geant4 Checking for G4 lib dir ... /usr/local/geant4.9.5-p01/lib64/ Checking for G4 libs are shared libraray ... ok Checking for Python include dir (pyconfig.h) ... /usr/local/include/python2.6 Checking for Python lib dir ... /usr/lib64 Checking for Boost include dir (boost/python.hpp) ... /usr/local/boost_1_49_0 Checking for Boost version ... ok Checking for Boost lib dir ... /usr/local/boost_1_49_0/stage/lib Checking for Boost Python lib name ... libboost_python.so Checking for OpenGL support ...no Checking for GL2PS support ...no Checking for physics list support ...yes Checking for GDML support ...no Writing config.gmk ... done Writing config.status ... done Enabled support for physicslist. To build Geant4Py type: # make # make install This created a library in/usr/local/lib/g4py. ===== ROOT # wget ftp://root.cern.ch/root/root_v5.32.01.source.tar.gz # tar xzvf root_v5.32.01.source.tar.gz # cd root # yum install libXpm-devel libXft-devel (needed these headers) # ./configure linuxx8664gcc --prefix=/usr/local --with-python-incdir=/usr/localinclude/python2.6 Checking for source directory ... /usr/local/src/root Configuring for linuxx8664gcc Checking for GNU Make version >= 3.80 ... ok Checking for C compiler ... gcc Checking for C++ compiler ... g++ Checking for linker (LD) ... g++ Checking for F77 compiler ... gfortran Checking for libX11 ... /usr/lib64 Checking for X11/Xlib.h ... /usr/include Checking for X11/xpm.h ... /usr/include Checking for X11/Xft/Xft.h ... /usr/include Checking for X11/extensions/shape.h ... /usr/include Checking for libXpm ... /usr/lib64 Checking for libXft ... /usr/lib64 Checking for libXext ... /usr/lib64 Checking for freetype-config ... /usr/bin/freetype-config Checking for libfreetype version >= 9.3.0 ... ok Checking whether to build included libfreetype6 ... no Checking for pcre-config ... not found Checking whether to build included libpcre ... yes Checking for zlib.h ... /usr/include Checking for libz ... /usr/lib64 Checking whether to build included zlib ... no Checking for lzma.h ... no Checking for liblzma ... no Checking whether to build included lzma ... yes Checking for GL/gl.h ... /usr/include Checking for libGL, or libMesaGL ... /usr/lib64 Checking for libGLU, or libMesaGLU ... /usr/lib64 Checking for GL/glew.h ... no Checking for libGLEW ... no Checking whether to build included GLEW ... yes Checking for pkg-config ... /usr/bin/pkg-config Checking for libftgl ... no Checking whether to build included libftgl ... yes Checking for mysql_config ... not found Checking for mysql.h ... no Checking for libmysqlclient_r, libmysqlclient, or mysqlclient ... no Checking for occi.h ... no Checking for libclntsh, or oci ... no Checking for libocci, or oraocci10 ... no Checking for libpq-fe.h ... no Checking for libpq ... no Checking for sql.h ... no Checking for libsqlod ... no Checking for sqlext.h ... no Checking for libiodbc, libodbc, or odbc32 ... no Checking for rfio_api.h ... no Checking for librfio, libdpm, libcastorrfio, libshift, shiftmd, or shift ... no Checking for rfio_api.h ... no Checking for stager_api.h ... no Checking for libcastorrfio, libshift, shiftmd, or shift ... no Checking for gfal_api.h ... no Checking for libgfal ... no Checking for ApMon.h ... no Checking for libapmoncpp ... no Checking for fftw3.h ... no Checking for libfftw3, or libfftw3-3 ... no Checking for fitsio.h ... no Checking for libcfitsio, or cfitsio ... no Checking for gvc.h ... no Checking for libgvc, or gvc ... no Checking for libgraph, or graph ... no Checking for libcdt, or cdt ... no Checking for libpathplan, or pathplan ... no Checking for libexpat, or expat ... /usr/lib64 Checking for libgvplugin_dot_layout, or gvplugin_dot_layout ... no Checking for libPythia6 ... no Checking for Pythia.h ... no Checking for libpythia8 ... no Checking for dcap.h ... no Checking for libdcap ... no Checking for chirp_reli.h ... no Checking for libchirp_client ... no Checking for hdfs.h ... no Checking for jni.h ... no Checking for libhdfs ... no Checking for libjvm ... no Checking for dns_sd.h ... no Checking for libdns_sd ... no Checking for libglite-api-wrapper ... no Checking for gapiUI.h ... no Checking for libgapiUI ... no Checking for jpeglib.h ... /usr/include Checking for png.h ... /usr/include Checking for tiffio.h ... no Checking for gif_lib.h ... no Checking for libjpeg ... /usr/lib64 Checking for libtiff ... no Checking for libungif ... no Checking for libz ... /usr/lib64 Checking for libpng ... /usr/lib64 Checking whether to build included libAfterImage ... yes Checking for ldap.h ... /usr/include Checking for libldap ... /usr/lib64 Checking for liblber ... /usr/lib64 Checking for Python.h ... no Checking for python2.6, libpython2.6, libpython, python, or Python ... /usr/local/lib Checking for xml2-config ... not found Checking for libxml/tree.h ... no Checking for libxml2_a, or libxml2 ... no Checking for XrdVersion.hh ... no Checking for libssl ... /usr/lib64 Checking for libcrypto ... /usr/lib64 Checking for openssl/bio.h ... /usr/include Checking for openssl/blowfish.h ... /usr/include Checking for openssl/err.h ... /usr/include Checking for openssl/pem.h ... /usr/include Checking for openssl/rand.h ... /usr/include Checking for openssl/rsa.h ... /usr/include Checking for t_server.h ... no Checking for libsrp ... no Checking for libgmp ... no Checking for libmisc ... no Checking for pwauth.h ... no Checking for krb5.h ... /usr/include Checking for krb5.h redirect ... /usr/include/krb5/krb5.h Checking for krb5_c_valid_cksumtype in krb5.h ... yes Checking for valid_cksumtype in krb5.h ... yes Checking for libk5crypto ... /usr/lib64 Checking whether we're using MIT Kerberos ... yes Checking for krb5_c_valid_cksumtype in /usr/lib64/libk5crypto.so ... ok Checking for valid_cksumtype in /usr/lib64/libk5crypto.so ... ok Checking for libkrb5 ... /usr/lib64 Checking for kinit ... /usr/kerberos/bin/kinit Checking for libcom_err ... /usr/lib64 Checking for shadow passwords ... yes Checking for gsl/gsl_version.h ... no Checking for gsl-config ... not found Checking whether to build libMathMore ... no Checking whether to build libGenVector ... yes Checking whether to build libCintex ... yes Checking whether to build libReflex ... yes Checking whether to build libRooFit ... no Checking whether to build libMinuit2 ... no Checking whether to build libUnuran ... no Checking whether to build libGdml ... no Checking whether to build libTable ... no Checking whether to build libTMVA ... yes Checking whether to build libMemStat ... yes Checking for Clarens support ... no Checking for PEAC support ... no Checking whether to build afdsmgrd ... no Checking whether to integrate experimental cling ... no Checking what type of dictionaries to build ... cint Checking whether setresuid declared in /usr/include/unistd.h ... yes Creating include ... done Creating bin ... done Creating lib ... done Writing config/Makefile.config ... done Writing config/Makefile.comp ... done Writing include/RConfigure.h ... done Writing include/RConfigOptions.h ... done Writing bin/root-config ... done Writing etc/system.rootrc ... done Writing etc/system.rootauthrc ... done Writing etc/system.rootdaemonrc ... done Writing etc/root.mimes ... done Writing etc/daemons/rootd.rc.d ... done Writing etc/daemons/rootd.xinetd ... done Writing etc/daemons/proofd.rc.d ... done Writing etc/daemons/proofd.xinetd ... done Writing main/src/proofserv.sh ... done Writing main/src/roots.sh ... done Writing bin/memprobe ... done Writing build/misc/root-help.el ... done Writing macros/html.C ... done Writing bin/thisroot.sh ... done Writing bin/thisroot.csh ... done Writing bin/setxrd.sh ... done Writing bin/setxrd.csh ... done Writing bin/genreflex ... done Writing bin/genreflex-rootcint ... done Writing config.status ... done Enabled support for asimage, astiff, builtin_afterimage, builtin_ftgl, builtin_glew, builtin_pcre, builtin_lzma, cintex, exceptions, explicitlink, genvector, krb5, ldap, memstat, opengl, reflex, shadowpw, shared, ssl, tmva, x11, xft. # make # make install Installing binaries in /usr/local/bin Installing libraries in /usr/local/lib/root Installing headers in /usr/local/include/root Installing /usr/local/src/root/main/src/rmain.cxx in /usr/local/include/root Installing cint/cint/include cint/cint/lib and cint/cint/stl in /usr/local/lib/root/cint Installing icons in /usr/local/share/root/icons Installing fonts in /usr/local/share/root/fonts Installing misc docs in /usr/local/share/doc/root Installing tutorials in /usr/local/share/doc/root/tutorials Installing tests in /usr/local/share/doc/root/test Installing macros in /usr/local/share/root/macros Installing man(1) pages in /usr/local/share/man/man1 Installing config files in /etc/root Installing Autoconf macro in /usr/local/share/aclocal Installing Emacs Lisp library in /usr/local/share/emacs/site-lisp Installing GDML conversion scripts in /usr/local/lib/root ===== CHROMA # wget https://bitbucket.org/chroma/chroma/get/default.tar.gz # tar xzvf default.tar.gz # cd chroma-chroma-818803b4e919/ Installing mercurial to get Chroma software He also used pip to install things, so I'm installing that as well. # wget http://pypi.python.org/packages/source/p/pip/pip-1.0.tar.gz # tar xzvf pip-1.0.tar.gz # cd pip-1.0 # python setup.py install # which pip /usr/local/bin/pip Edit /etc/aksetup-defaults.py # cat /etc/aksetup-defaults.py BOOST_INC_DIR = ['/usr/local/boost_1_49_0'] BOOST_LIB_DIR = ['/usr/local/boost_1_49_0/stage/lib'] BOOST_PYTHON_LIBNAME = ['boost_python'] Following his pip instructions Added geant4 bin to path # export PATH=$PATH:/usr/local/geant4.9.5-p01/bin Through looking at errors, I've found these flags need to be set. # export CFLAGS='-I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include' # pip install -e hg+http://bitbucket.org/chroma/chroma#egg=ChromaObtaining Chroma from hg+http://bitbucket.org/chroma/chroma#egg=Chroma Updating ./src/chroma clone Running setup.py egg_info for package Chroma Requirement already satisfied (use --upgrade to upgrade): uncertainties in /usr/local/lib/python2.6/site-packages/uncertainties-1.8-py2.6.egg (from Chroma) Downloading/unpacking pyzmq-static (from Chroma) Running setup.py egg_info for package pyzmq-static Downloading/unpacking spnav (from Chroma) Running setup.py egg_info for package spnav Requirement already satisfied (use --upgrade to upgrade): pycuda in /usr/local/lib/python2.6/site-packages/pycuda-2011.2.2-py2.6-linux-x86_64.egg (from Chroma) Requirement already satisfied (use --upgrade to upgrade): numpy>=1.6 in /usr/local/lib/python2.6/site-packages (from Chroma) Requirement already satisfied (use --upgrade to upgrade): pygame in /usr/local/lib/python2.6/site-packages (from Chroma) Downloading/unpacking nose (from Chroma) Running setup.py egg_info for package nose Downloading/unpacking sphinx (from Chroma) Running setup.py egg_info for package sphinx no previously-included directories found matching 'doc/_build' Requirement already satisfied (use --upgrade to upgrade): pytools>=2011.2 in /usr/local/lib/python2.6/site-packages/pytools-2011.5-py2.6.egg (from pycuda->Chroma) Requirement already satisfied (use --upgrade to upgrade): pytest>=2 in /usr/local/lib/python2.6/site-packages/pytest-2.2.3-py2.6.egg (from pycuda->Chroma) Requirement already satisfied (use --upgrade to upgrade): decorator>=3.2.0 in /usr/local/lib/python2.6/site-packages/decorator-3.3.2-py2.6.egg (from pycuda->Chroma) Downloading/unpacking Pygments>=1.2 (from sphinx->Chroma) Running setup.py egg_info for package Pygments Downloading/unpacking Jinja2>=2.3 (from sphinx->Chroma) Running setup.py egg_info for package Jinja2 warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' Downloading/unpacking docutils>=0.7 (from sphinx->Chroma) Running setup.py egg_info for package docutils warning: no files found matching 'MANIFEST' warning: no previously-included files matching '.cvsignore' found under directory '*' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*~' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' Requirement already satisfied (use --upgrade to upgrade): py>=1.4.7.dev2 in /usr/local/lib/python2.6/site-packages/py-1.4.7-py2.6.egg (from pytest>=2->pycuda->Chroma) Installing collected packages: Chroma, pyzmq-static, spnav, nose, sphinx, Pygments, Jinja2, docutils Running setup.py develop for Chroma building 'chroma.generator._g4chroma' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Isrc -I/usr/local/include/python2.6 -c src/G4chroma.cc -o build/temp.linux-x86_64-2.6/src/G4chroma.o -DG4UI_USE_TCSH -I/usr/local/geant4.9.5-p01/bin/../include/Geant4 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ g++ -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/src/G4chroma.o -L/usr/local/lib -lboost_python -lpython2.6 -o build/lib.linux-x86_64-2.6/chroma/generator/_g4chroma.so -L/usr/local/geant4.9.5-p01/bin/../lib64 -lG4Tree -lG4FR -lG4GMocren -lG4visHepRep -lG4RayTracer -lG4VRML -lG4vis_management -lG4modeling -lG4interfaces -lG4persistency -lG4analysis -lG4error_propagation -lG4readout -lG4physicslists -lG4run -lG4event -lG4tracking -lG4parmodels -lG4processes -lG4digits_hits -lG4track -lG4particles -lG4geometry -lG4materials -lG4graphics_reps -lG4intercoms -lG4global -lG4clhep building 'chroma.generator.mute' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Isrc -I/usr/local/include/python2.6 -c src/mute.cc -o build/temp.linux-x86_64-2.6/src/mute.o -DG4UI_USE_TCSH -I/usr/local/geant4.9.5-p01/bin/../include/Geant4 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ g++ -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/src/mute.o -L/usr/local/lib -lboost_python -lpython2.6 -o build/lib.linux-x86_64-2.6/chroma/generator/mute.so -L/usr/local/geant4.9.5-p01/bin/../lib64 -lG4Tree -lG4FR -lG4GMocren -lG4visHepRep -lG4RayTracer -lG4VRML -lG4vis_management -lG4modeling -lG4interfaces -lG4persistency -lG4analysis -lG4error_propagation -lG4readout -lG4physicslists -lG4run -lG4event -lG4tracking -lG4parmodels -lG4processes -lG4digits_hits -lG4track -lG4particles -lG4geometry -lG4materials -lG4graphics_reps -lG4intercoms -lG4global -lG4clhep Processing distribute-0.6.21-py2.6.egg Removing distribute 0.6.19 from easy-install.pth file Adding distribute 0.6.21 to easy-install.pth file Installing easy_install script to /usr/local/bin Installing easy_install-2.6 script to /usr/local/bin Installed /usr/local/lib/python2.6/site-packages/distribute-0.6.21-py2.6.egg Creating /usr/local/lib/python2.6/site-packages/Chroma.egg-link (link to .) Adding Chroma 0.5 to easy-install.pth file Installing chroma-sim script to /usr/local/bin Installing chroma-cam script to /usr/local/bin Installing chroma-geo script to /usr/local/bin Installing chroma-bvh script to /usr/local/bin Installed /usr/local/src/src/chroma Running setup.py install for pyzmq-static building 'zmq._zeromq' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/encoder.cpp -o build/temp.linux-x86_64-2.6/src/encoder.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pull.cpp -o build/temp.linux-x86_64-2.6/src/pull.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/clock.cpp -o build/temp.linux-x86_64-2.6/src/clock.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/ip.cpp -o build/temp.linux-x86_64-2.6/src/ip.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/epoll.cpp -o build/temp.linux-x86_64-2.6/src/epoll.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pub.cpp -o build/temp.linux-x86_64-2.6/src/pub.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/kqueue.cpp -o build/temp.linux-x86_64-2.6/src/kqueue.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pgm_receiver.cpp -o build/temp.linux-x86_64-2.6/src/pgm_receiver.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/devpoll.cpp -o build/temp.linux-x86_64-2.6/src/devpoll.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/socket_base.cpp -o build/temp.linux-x86_64-2.6/src/socket_base.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/decoder.cpp -o build/temp.linux-x86_64-2.6/src/decoder.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/sub.cpp -o build/temp.linux-x86_64-2.6/src/sub.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pgm_socket.cpp -o build/temp.linux-x86_64-2.6/src/pgm_socket.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pipe.cpp -o build/temp.linux-x86_64-2.6/src/pipe.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/zmq_connecter.cpp -o build/temp.linux-x86_64-2.6/src/zmq_connecter.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/zmq_engine.cpp -o build/temp.linux-x86_64-2.6/src/zmq_engine.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/tcp_listener.cpp -o build/temp.linux-x86_64-2.6/src/tcp_listener.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/ctx.cpp -o build/temp.linux-x86_64-2.6/src/ctx.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/dist.cpp -o build/temp.linux-x86_64-2.6/src/dist.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/tcp_connecter.cpp -o build/temp.linux-x86_64-2.6/src/tcp_connecter.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/xrep.cpp -o build/temp.linux-x86_64-2.6/src/xrep.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/command.cpp -o build/temp.linux-x86_64-2.6/src/command.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/push.cpp -o build/temp.linux-x86_64-2.6/src/push.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/mailbox.cpp -o build/temp.linux-x86_64-2.6/src/mailbox.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/device.cpp -o build/temp.linux-x86_64-2.6/src/device.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/io_object.cpp -o build/temp.linux-x86_64-2.6/src/io_object.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pgm_sender.cpp -o build/temp.linux-x86_64-2.6/src/pgm_sender.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/poller_base.cpp -o build/temp.linux-x86_64-2.6/src/poller_base.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/uuid.cpp -o build/temp.linux-x86_64-2.6/src/uuid.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/lb.cpp -o build/temp.linux-x86_64-2.6/src/lb.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/zmq.cpp -o build/temp.linux-x86_64-2.6/src/zmq.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/pair.cpp -o build/temp.linux-x86_64-2.6/src/pair.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/xsub.cpp -o build/temp.linux-x86_64-2.6/src/xsub.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/named_session.cpp -o build/temp.linux-x86_64-2.6/src/named_session.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/session.cpp -o build/temp.linux-x86_64-2.6/src/session.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/zmq_listener.cpp -o build/temp.linux-x86_64-2.6/src/zmq_listener.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/swap.cpp -o build/temp.linux-x86_64-2.6/src/swap.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/trie.cpp -o build/temp.linux-x86_64-2.6/src/trie.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/tcp_socket.cpp -o build/temp.linux-x86_64-2.6/src/tcp_socket.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/options.cpp -o build/temp.linux-x86_64-2.6/src/options.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/xpub.cpp -o build/temp.linux-x86_64-2.6/src/xpub.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/poll.cpp -o build/temp.linux-x86_64-2.6/src/poll.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/object.cpp -o build/temp.linux-x86_64-2.6/src/object.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/transient_session.cpp -o build/temp.linux-x86_64-2.6/src/transient_session.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/req.cpp -o build/temp.linux-x86_64-2.6/src/req.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/select.cpp -o build/temp.linux-x86_64-2.6/src/select.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/own.cpp -o build/temp.linux-x86_64-2.6/src/own.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/err.cpp -o build/temp.linux-x86_64-2.6/src/err.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/reaper.cpp -o build/temp.linux-x86_64-2.6/src/reaper.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/xreq.cpp -o build/temp.linux-x86_64-2.6/src/xreq.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/fq.cpp -o build/temp.linux-x86_64-2.6/src/fq.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/thread.cpp -o build/temp.linux-x86_64-2.6/src/thread.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/zmq_init.cpp -o build/temp.linux-x86_64-2.6/src/zmq_init.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/rep.cpp -o build/temp.linux-x86_64-2.6/src/rep.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/connect_session.cpp -o build/temp.linux-x86_64-2.6/src/connect_session.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src/io_thread.cpp -o build/temp.linux-x86_64-2.6/src/io_thread.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/tst_uuid.c -o build/temp.linux-x86_64-2.6/src_uuid/tst_uuid.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/copy.c -o build/temp.linux-x86_64-2.6/src_uuid/copy.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/clear.c -o build/temp.linux-x86_64-2.6/src_uuid/clear.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/gen_uuid.c -o build/temp.linux-x86_64-2.6/src_uuid/gen_uuid.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/compare.c -o build/temp.linux-x86_64-2.6/src_uuid/compare.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/unparse.c -o build/temp.linux-x86_64-2.6/src_uuid/unparse.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/unpack.c -o build/temp.linux-x86_64-2.6/src_uuid/unpack.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/uuid_time.c -o build/temp.linux-x86_64-2.6/src_uuid/uuid_time.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/pack.c -o build/temp.linux-x86_64-2.6/src_uuid/pack.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/parse.c -o build/temp.linux-x86_64-2.6/src_uuid/parse.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c src_uuid/isnull.c -o build/temp.linux-x86_64-2.6/src_uuid/isnull.o g++ -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/src/encoder.o build/temp.linux-x86_64-2.6/src/pull.o build/temp.linux-x86_64-2.6/src/clock.o build/temp.linux-x86_64-2.6/src/ip.o build/temp.linux-x86_64-2.6/src/epoll.o build/temp.linux-x86_64-2.6/src/pub.o build/temp.linux-x86_64-2.6/src/kqueue.o build/temp.linux-x86_64-2.6/src/pgm_receiver.o build/temp.linux-x86_64-2.6/src/devpoll.o build/temp.linux-x86_64-2.6/src/socket_base.o build/temp.linux-x86_64-2.6/src/decoder.o build/temp.linux-x86_64-2.6/src/sub.o build/temp.linux-x86_64-2.6/src/pgm_socket.o build/temp.linux-x86_64-2.6/src/pipe.o build/temp.linux-x86_64-2.6/src/zmq_connecter.o build/temp.linux-x86_64-2.6/src/zmq_engine.o build/temp.linux-x86_64-2.6/src/tcp_listener.o build/temp.linux-x86_64-2.6/src/ctx.o build/temp.linux-x86_64-2.6/src/dist.o build/temp.linux-x86_64-2.6/src/tcp_connecter.o build/temp.linux-x86_64-2.6/src/xrep.o build/temp.linux-x86_64-2.6/src/command.o build/temp.linux-x86_64-2.6/src/push.o build/temp.linux-x86_64-2.6/src/mailbox.o build/temp.linux-x86_64-2.6/src/device.o build/temp.linux-x86_64-2.6/src/io_object.o build/temp.linux-x86_64-2.6/src/pgm_sender.o build/temp.linux-x86_64-2.6/src/poller_base.o build/temp.linux-x86_64-2.6/src/uuid.o build/temp.linux-x86_64-2.6/src/lb.o build/temp.linux-x86_64-2.6/src/zmq.o build/temp.linux-x86_64-2.6/src/pair.o build/temp.linux-x86_64-2.6/src/xsub.o build/temp.linux-x86_64-2.6/src/named_session.o build/temp.linux-x86_64-2.6/src/session.o build/temp.linux-x86_64-2.6/src/zmq_listener.o build/temp.linux-x86_64-2.6/src/swap.o build/temp.linux-x86_64-2.6/src/trie.o build/temp.linux-x86_64-2.6/src/tcp_socket.o build/temp.linux-x86_64-2.6/src/options.o build/temp.linux-x86_64-2.6/src/xpub.o build/temp.linux-x86_64-2.6/src/poll.o build/temp.linux-x86_64-2.6/src/object.o build/temp.linux-x86_64-2.6/src/transient_session.o build/temp.linux-x86_64-2.6/src/req.o build/temp.linux-x86_64-2.6/src/select.o build/temp.linux-x86_64-2.6/src/own.o build/temp.linux-x86_64-2.6/src/err.o build/temp.linux-x86_64-2.6/src/reaper.o build/temp.linux-x86_64-2.6/src/xreq.o build/temp.linux-x86_64-2.6/src/fq.o build/temp.linux-x86_64-2.6/src/thread.o build/temp.linux-x86_64-2.6/src/zmq_init.o build/temp.linux-x86_64-2.6/src/rep.o build/temp.linux-x86_64-2.6/src/connect_session.o build/temp.linux-x86_64-2.6/src/io_thread.o build/temp.linux-x86_64-2.6/src_uuid/tst_uuid.o build/temp.linux-x86_64-2.6/src_uuid/copy.o build/temp.linux-x86_64-2.6/src_uuid/clear.o build/temp.linux-x86_64-2.6/src_uuid/gen_uuid.o build/temp.linux-x86_64-2.6/src_uuid/compare.o build/temp.linux-x86_64-2.6/src_uuid/unparse.o build/temp.linux-x86_64-2.6/src_uuid/unpack.o build/temp.linux-x86_64-2.6/src_uuid/uuid_time.o build/temp.linux-x86_64-2.6/src_uuid/pack.o build/temp.linux-x86_64-2.6/src_uuid/parse.o build/temp.linux-x86_64-2.6/src_uuid/isnull.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/_zeromq.so building 'zmq.core.constants' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/constants.c -o build/temp.linux-x86_64-2.6/zmq/core/constants.o In file included from zmq/core/constants.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/constants.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/constants.c:2874: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/constants.c:2875: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/constants.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/constants.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/constants.so building 'zmq.core.context' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/context.c -o build/temp.linux-x86_64-2.6/zmq/core/context.o In file included from zmq/core/context.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/context.c: In function ‘__pyx_pf_3zmq_4core_7context_7Context___cinit__’: zmq/core/context.c:787: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:787: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:787: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:787: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c: In function ‘__pyx_pf_3zmq_4core_7context_7Context_3term’: zmq/core/context.c:1164: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:1164: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:1164: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:1164: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c: In function ‘initcontext’: zmq/core/context.c:1869: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:1879: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c: In function ‘__Pyx_Method_ClassMethod’: zmq/core/context.c:2316: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/context.c:3007: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c:3008: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/context.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/context.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/context.so building 'zmq.core.device' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/device.c -o build/temp.linux-x86_64-2.6/zmq/core/device.o In file included from zmq/core/device.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/device.c: In function ‘initdevice’: zmq/core/device.c:1454: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/device.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/device.c:2511: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/device.c:2512: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/device.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/device.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/device.so building 'zmq.core.error' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/error.c -o build/temp.linux-x86_64-2.6/zmq/core/error.o In file included from zmq/core/error.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/error.c: In function ‘__pyx_pf_3zmq_4core_5error_strerror’: zmq/core/error.c:560: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/error.c: In function ‘__pyx_pf_3zmq_4core_5error_8ZMQError___init__’: zmq/core/error.c:746: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/error.c:797: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/error.c: In function ‘__Pyx_FindPy2Metaclass’: zmq/core/error.c:1386: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/error.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/error.c:1963: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/error.c:1964: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/error.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/error.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/error.so building 'zmq.core.message' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/message.c -o build/temp.linux-x86_64-2.6/zmq/core/message.o In file included from zmq/core/message.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/message.c: In function ‘__pyx_pf_3zmq_4core_7message_14MessageTracker_1done’: zmq/core/message.c:1422: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1422: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1422: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1422: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1478: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1478: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1478: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1478: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1498: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1498: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1498: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1498: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: In function ‘__pyx_pf_3zmq_4core_7message_14MessageTracker_2wait’: zmq/core/message.c:1617: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1617: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1617: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:1617: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: In function ‘__pyx_pf_3zmq_4core_7message_7Message___cinit__’: zmq/core/message.c:2430: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: In function ‘__pyx_pf_3zmq_4core_7message_7Message_8__str__’: zmq/core/message.c:3498: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: In function ‘__pyx_f_7buffers_asbuffer’: zmq/core/message.c:4754: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: In function ‘initmessage’: zmq/core/message.c:6343: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6350: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6357: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6365: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6373: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6381: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6520: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6520: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6520: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6520: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6533: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6533: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6533: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:6533: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/message.c:7714: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c:7715: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/message.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/message.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/message.so building 'zmq.core.poll' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/poll.c -o build/temp.linux-x86_64-2.6/zmq/core/poll.o In file included from zmq/core/poll.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/poll.c: In function ‘__Pyx_PyBoolOrNull_FromLong’: zmq/core/poll.c:565: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:565: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:565: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:565: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c: In function ‘__pyx_pf_3zmq_4core_4poll__poll’: zmq/core/poll.c:953: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:989: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:1213: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c: In function ‘__pyx_pf_3zmq_4core_4poll_6Poller_4poll’: zmq/core/poll.c:2052: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:2109: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c: In function ‘__pyx_pf_3zmq_4core_4poll_1select’: zmq/core/poll.c:2290: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:2354: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c: In function ‘initpoll’: zmq/core/poll.c:2918: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:3019: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:3033: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:3034: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:3036: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:3037: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c: In function ‘__Pyx_FindPy2Metaclass’: zmq/core/poll.c:3666: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/poll.c:4395: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/poll.c:4396: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/poll.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/poll.so building 'zmq.core.socket' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/socket.c -o build/temp.linux-x86_64-2.6/zmq/core/socket.o In file included from zmq/core/socket.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/socket.c: In function ‘__Pyx_PyBoolOrNull_FromLong’: zmq/core/socket.c:547: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:547: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:547: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:547: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_f_3zmq_4core_6socket__send_copy’: zmq/core/socket.c:1598: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_pf_3zmq_4core_6socket_6Socket___cinit__’: zmq/core/socket.c:1947: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:1947: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:1947: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:1947: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_pf_3zmq_4core_6socket_6Socket_2close’: zmq/core/socket.c:2122: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:2122: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:2122: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:2122: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_pf_3zmq_4core_6socket_6Socket_3setsockopt’: zmq/core/socket.c:2415: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:2523: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_pf_3zmq_4core_6socket_6Socket_14rcvmore’: zmq/core/socket.c:5326: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:5326: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:5326: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:5326: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_pf_3zmq_4core_6socket_6Socket_16recv_unicode’: zmq/core/socket.c:5614: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:5614: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:5614: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:5614: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__pyx_f_7buffers_asbuffer’: zmq/core/socket.c:7088: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘initsocket’: zmq/core/socket.c:8741: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:8751: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9057: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9057: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9057: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9057: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9070: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9070: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9070: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9070: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9075: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9075: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9075: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9075: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9088: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9088: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9088: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9088: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9093: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9093: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9093: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9093: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9106: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9106: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9106: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9106: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9111: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9111: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9111: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9111: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9124: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9124: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9124: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9124: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9129: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9129: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9129: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9129: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9142: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9142: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9142: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:9142: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/socket.c:10338: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c:10339: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/socket.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/socket.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/socket.so building 'zmq.core.stopwatch' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-2.6/zmq/core/stopwatch.o In file included from zmq/core/stopwatch.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/stopwatch.c: In function ‘initstopwatch’: zmq/core/stopwatch.c:1190: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/stopwatch.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/stopwatch.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/stopwatch.c:2030: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/stopwatch.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/stopwatch.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/stopwatch.so building 'zmq.core.version' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/core/version.c -o build/temp.linux-x86_64-2.6/zmq/core/version.o In file included from zmq/core/version.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/core/version.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/core/version.c:1368: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/version.c:1369: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/core/version.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/core/version.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/version.so building 'zmq.utils.initthreads' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-2.6/zmq/utils/initthreads.o zmq/utils/initthreads.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/utils/initthreads.c:1096: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/utils/initthreads.c:1097: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/utils/initthreads.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/utils/initthreads.so building 'zmq.devices.monitoredqueue' extension gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include -fPIC -Iinclude -Iinclude_linux -Iinclude_uuid -Izmq/utils -I/usr/local/include/python2.6 -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.6/zmq/devices/monitoredqueue.o In file included from zmq/devices/monitoredqueue.c:223: include/allocate.h:39:2: warning: no newline at end of file zmq/devices/monitoredqueue.c: In function ‘__pyx_pf_3zmq_7devices_14monitoredqueue_monitored_queue’: zmq/devices/monitoredqueue.c:851: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c:937: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c:1052: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c: In function ‘__pyx_f_7buffers_asbuffer’: zmq/devices/monitoredqueue.c:2614: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c: In function ‘initmonitoredqueue’: zmq/devices/monitoredqueue.c:3624: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c: In function ‘__Pyx_PyObject_IsTrue’: zmq/devices/monitoredqueue.c:4765: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c:4766: warning: dereferencing type-punned pointer will break strict-aliasing rules zmq/devices/monitoredqueue.c: At top level: include/allocate.h:9: warning: ‘allocate’ defined but not used gcc -pthread -shared -I/usr/local/src/PyUblas-2011.1/src/cpp -I/usr/local/boost_1_49_0 -I/usr/local/lib/python2.6/site-packages/numpy/core/include build/temp.linux-x86_64-2.6/zmq/devices/monitoredqueue.o -L/usr/local/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/devices/monitoredqueue.so Running setup.py install for spnav Running setup.py install for nose Installing nosetests-2.6 script to /usr/local/bin Installing nosetests script to /usr/local/bin Running setup.py install for sphinx no previously-included directories found matching 'doc/_build' Installing sphinx-apidoc script to /usr/local/bin Installing sphinx-build script to /usr/local/bin Installing sphinx-quickstart script to /usr/local/bin Installing sphinx-autogen script to /usr/local/bin Running setup.py install for Pygments Installing pygmentize script to /usr/local/bin Running setup.py install for Jinja2 warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' Running setup.py install for docutils changing mode of build/scripts-2.6/rst2html.py from 644 to 755 changing mode of build/scripts-2.6/rst2s5.py from 644 to 755 changing mode of build/scripts-2.6/rst2latex.py from 644 to 755 changing mode of build/scripts-2.6/rst2xetex.py from 644 to 755 changing mode of build/scripts-2.6/rst2man.py from 644 to 755 changing mode of build/scripts-2.6/rst2xml.py from 644 to 755 changing mode of build/scripts-2.6/rst2pseudoxml.py from 644 to 755 changing mode of build/scripts-2.6/rstpep2html.py from 644 to 755 changing mode of build/scripts-2.6/rst2odt.py from 644 to 755 changing mode of build/scripts-2.6/rst2odt_prepstyles.py from 644 to 755 warning: no files found matching 'MANIFEST' warning: no previously-included files matching '.cvsignore' found under directory '*' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*~' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' changing mode of /usr/local/bin/rst2odt_prepstyles.py to 755 changing mode of /usr/local/bin/rst2html.py to 755 changing mode of /usr/local/bin/rst2latex.py to 755 changing mode of /usr/local/bin/rst2s5.py to 755 changing mode of /usr/local/bin/rst2pseudoxml.py to 755 changing mode of /usr/local/bin/rst2xetex.py to 755 changing mode of /usr/local/bin/rst2xml.py to 755 changing mode of /usr/local/bin/rst2odt.py to 755 changing mode of /usr/local/bin/rstpep2html.py to 755 changing mode of /usr/local/bin/rst2man.py to 755 Successfully installed Chroma pyzmq-static spnav nose sphinx Pygments Jinja2 docutils Cleaning up...

Updated: January 2011