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 extension "primefactors" sources
f2py options: []
f2py:> /tmp/tmpUiqBcO/src.linux-x86_64-2.7/primefactorsmodule.c
creating /tmp/tmpUiqBcO/src.linux-x86_64-2.7
Reading fortran codes...
Reading file 'primefactors.f90' (format:free)
Post-processing...
Block: primefactors
Block: primefactors
Post-processing (stage 2)...
Building modules...
Building module "primefactors"...
Constructing wrapper function "primefactors"...
factors = primefactors(num,f)
Wrote C/API module "primefactors" to file "/tmp/tmpUiqBcO/src.linux-x86_64-2.7/primefactorsmodule.c"
adding '/tmp/tmpUiqBcO/src.linux-x86_64-2.7/fortranobject.c' to sources.
adding '/tmp/tmpUiqBcO/src.linux-x86_64-2.7' to include_dirs.
copying /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmpUiqBcO/src.linux-x86_64-2.7
copying /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmpUiqBcO/src.linux-x86_64-2.7
build_src: building npy-pkg config files
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using build_ext
building 'primefactors' extension
compiling C sources
C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
creating /tmp/tmpUiqBcO/tmp
creating /tmp/tmpUiqBcO/tmp/tmpUiqBcO
creating /tmp/tmpUiqBcO/tmp/tmpUiqBcO/src.linux-x86_64-2.7
compile options: '-I/tmp/tmpUiqBcO/src.linux-x86_64-2.7 -I/home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include -I/home/srojas/myProg/Anaconda/include/python2.7 -c'
gcc: /tmp/tmpUiqBcO/src.linux-x86_64-2.7/fortranobject.c
In file included from /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
from /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from /tmp/tmpUiqBcO/src.linux-x86_64-2.7/fortranobject.h:13,
from /tmp/tmpUiqBcO/src.linux-x86_64-2.7/fortranobject.c:2:
/home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
gcc: /tmp/tmpUiqBcO/src.linux-x86_64-2.7/primefactorsmodule.c
In file included from /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804:0,
from /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from /tmp/tmpUiqBcO/src.linux-x86_64-2.7/fortranobject.h:13,
from /tmp/tmpUiqBcO/src.linux-x86_64-2.7/primefactorsmodule.c:18:
/home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
/tmp/tmpUiqBcO/src.linux-x86_64-2.7/primefactorsmodule.c:144:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
compiling Fortran sources
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
compile options: '-I/tmp/tmpUiqBcO/src.linux-x86_64-2.7 -I/home/srojas/myProg/Anaconda/lib/python2.7/site-packages/numpy/core/include -I/home/srojas/myProg/Anaconda/include/python2.7 -c'
gfortran:f90: primefactors.f90
/usr/bin/gfortran -Wall -g -Wall -g -shared /tmp/tmpUiqBcO/tmp/tmpUiqBcO/src.linux-x86_64-2.7/primefactorsmodule.o /tmp/tmpUiqBcO/tmp/tmpUiqBcO/src.linux-x86_64-2.7/fortranobject.o /tmp/tmpUiqBcO/primefactors.o -L/home/srojas/myProg/Anaconda/lib -lpython2.7 -lgfortran -o ./primefactors.so
Removing build directory /tmp/tmpUiqBcO