Build of python-numarray with clang_glibc toolchain

The build took 00h 04m 57s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
113,859 ansic
22,414 python
54 makefile
6 sh
136,333 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: python-numarray 1.5.2-7 (Thu Apr 13 13:18:08 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# ==> Entering fakeroot environment...
# ==> Starting package_python2-numarray()...
# Using EXTRA_COMPILE_ARGS = []
# Using builtin 'lite' BLAS and LAPACK
# running config
# In file included from _configtest.c:1:
# In file included from ./Packages/LinearAlgebra2/Src/config.c:1:
# Packages/LinearAlgebra2/Src/dlamch.c:593:28: warning: format specifies type 'int' but the argument has type 'integer' (aka 'long') [-Wformat]
# printf("EMIN = %8i\n",lemin);
# ~~~ ^~~~~
# %8li
# In file included from _configtest.c:1:
# ./Packages/LinearAlgebra2/Src/config.c:111:25: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
# ./Packages/LinearAlgebra2/Src/config.c:111:25: note: place parentheses around the '&&' expression to silence this warning
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ^
# ( )
# ./Packages/LinearAlgebra2/Src/config.c:111:55: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
# ./Packages/LinearAlgebra2/Src/config.c:111:55: note: place parentheses around the '&&' expression to silence this warning
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ^
# ( )
# ./Packages/LinearAlgebra2/Src/config.c:112:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
# >= 162 && inta <= 169) {
# ~~~~~~~^~~~~~~~~~~~~~
# ./Packages/LinearAlgebra2/Src/config.c:112:24: note: place parentheses around the '&&' expression to silence this warning
# >= 162 && inta <= 169) {
# ^
# ./Packages/LinearAlgebra2/Src/config.c:115:25: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
# ./Packages/LinearAlgebra2/Src/config.c:115:25: note: place parentheses around the '&&' expression to silence this warning
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ^
# ( )
# ./Packages/LinearAlgebra2/Src/config.c:115:55: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
# ./Packages/LinearAlgebra2/Src/config.c:115:55: note: place parentheses around the '&&' expression to silence this warning
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ^
# ( )
# ./Packages/LinearAlgebra2/Src/config.c:116:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
# >= 162 && intb <= 169) {
# ~~~~~~~^~~~~~~~~~~~~~
# ./Packages/LinearAlgebra2/Src/config.c:116:24: note: place parentheses around the '&&' expression to silence this warning
# >= 162 && intb <= 169) {
# ^
# 7 warnings generated.
# Wrote config.h
# running install
# running build
# running build_py
# creating build
# creating build/lib.linux-x86_64-2.7
# creating build/lib.linux-x86_64-2.7/numarray
# copying Lib/safethread.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/ufunc.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/ieeespecial.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/session.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/arrayprint.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/memorytest.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numarrayall.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numinclude.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/testdata.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/_ufuncall.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numerictypes.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/testall.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/dtype.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numeric.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/records.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/memmap.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/readonly.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/dotblas.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/typeconv.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/strings.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numarraycore.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/objects.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numtest.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/generic.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/array_protocol.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/numarrayext.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/teacup.py -> build/lib.linux-x86_64-2.7/numarray
# copying Lib/array_persist.py -> build/lib.linux-x86_64-2.7/numarray
# creating build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/template.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/bytescode.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/basecode.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/__init__.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/convcode.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/sortcode.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# copying Lib/codegenerator/ufunccode.py -> build/lib.linux-x86_64-2.7/numarray/codegenerator
# creating build/lib.linux-x86_64-2.7/numarray/convolve
# copying Packages/Convolve/Lib/lineshape.py -> build/lib.linux-x86_64-2.7/numarray/convolve
# copying Packages/Convolve/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/convolve
# copying Packages/Convolve/Lib/Convolve.py -> build/lib.linux-x86_64-2.7/numarray/convolve
# copying Packages/Convolve/Lib/iraf_frame.py -> build/lib.linux-x86_64-2.7/numarray/convolve
# creating build/lib.linux-x86_64-2.7/numarray/fft
# copying Packages/FFT2/Lib/dtest.py -> build/lib.linux-x86_64-2.7/numarray/fft
# copying Packages/FFT2/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/fft
# copying Packages/FFT2/Lib/FFT.py -> build/lib.linux-x86_64-2.7/numarray/fft
# creating build/lib.linux-x86_64-2.7/numarray/linear_algebra
# copying Packages/LinearAlgebra2/Lib/dtest.py -> build/lib.linux-x86_64-2.7/numarray/linear_algebra
# copying Packages/LinearAlgebra2/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/linear_algebra
# copying Packages/LinearAlgebra2/Lib/mlab.py -> build/lib.linux-x86_64-2.7/numarray/linear_algebra
# copying Packages/LinearAlgebra2/Lib/LinearAlgebra2.py -> build/lib.linux-x86_64-2.7/numarray/linear_algebra
# creating build/lib.linux-x86_64-2.7/numarray/random_array
# copying Packages/RandomArray2/Lib/dtest.py -> build/lib.linux-x86_64-2.7/numarray/random_array
# copying Packages/RandomArray2/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/random_array
# copying Packages/RandomArray2/Lib/RandomArray2.py -> build/lib.linux-x86_64-2.7/numarray/random_array
# creating build/lib.linux-x86_64-2.7/numarray/image
# copying Packages/image/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/image
# copying Packages/image/Lib/_image.py -> build/lib.linux-x86_64-2.7/numarray/image
# copying Packages/image/Lib/combine.py -> build/lib.linux-x86_64-2.7/numarray/image
# creating build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/_ni_support.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/filters.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/interpolation.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/test.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/morphology.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/fourier.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# copying Packages/nd_image/Lib/measurements.py -> build/lib.linux-x86_64-2.7/numarray/nd_image
# creating build/lib.linux-x86_64-2.7/numarray/ma
# copying Packages/MA/Lib/MA.py -> build/lib.linux-x86_64-2.7/numarray/ma
# copying Packages/MA/Lib/dtest.py -> build/lib.linux-x86_64-2.7/numarray/ma
# copying Packages/MA/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/ma
# copying Packages/MA/Lib/Precision.py -> build/lib.linux-x86_64-2.7/numarray/ma
# copying Packages/MA/Lib/MA_version.py -> build/lib.linux-x86_64-2.7/numarray/ma
# creating build/lib.linux-x86_64-2.7/numarray/mlab
# copying Packages/mlab/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/mlab
# creating build/lib.linux-x86_64-2.7/numarray/matrix
# copying Packages/matrix/Lib/__init__.py -> build/lib.linux-x86_64-2.7/numarray/matrix
# creating build/lib.linux-x86_64-2.7/numarray/examples
# copying Examples/sortperf.py -> build/lib.linux-x86_64-2.7/numarray/examples
# copying Examples/bench.py -> build/lib.linux-x86_64-2.7/numarray/examples
# copying Examples/obench.py -> build/lib.linux-x86_64-2.7/numarray/examples
# copying Examples/testthread.py -> build/lib.linux-x86_64-2.7/numarray/examples
# copying Examples/__init__.py -> build/lib.linux-x86_64-2.7/numarray/examples
# copying Examples/pstats.py -> build/lib.linux-x86_64-2.7/numarray/examples
# creating build/lib.linux-x86_64-2.7/numarray/examples/convolve
# copying Examples/convolve/dtest.py -> build/lib.linux-x86_64-2.7/numarray/examples/convolve
# copying Examples/convolve/lineshape.py -> build/lib.linux-x86_64-2.7/numarray/examples/convolve
# copying Examples/convolve/__init__.py -> build/lib.linux-x86_64-2.7/numarray/examples/convolve
# copying Examples/convolve/benchmark.py -> build/lib.linux-x86_64-2.7/numarray/examples/convolve
# running build_ext
# building 'numarray._conv' extension
# creating build/temp.linux-x86_64-2.7
# creating build/temp.linux-x86_64-2.7/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_convmodule.c -o build/temp.linux-x86_64-2.7/Src/_convmodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_convmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_conv.so -lm
# building 'numarray._sort' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_sortmodule.c -o build/temp.linux-x86_64-2.7/Src/_sortmodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_sortmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_sort.so -lm
# building 'numarray._bytes' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_bytesmodule.c -o build/temp.linux-x86_64-2.7/Src/_bytesmodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_bytesmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_bytes.so -lm
# building 'numarray._ufunc' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncmodule.c -o build/temp.linux-x86_64-2.7/Src/_ufuncmodule.o
# Src/_ufuncmodule.c:989:12: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (otype < 0) return NULL;
# ~~~~~ ^ ~
# 1 warning generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufunc.so -lm
# building 'numarray._ufuncBool' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncBoolmodule.c -o build/temp.linux-x86_64-2.7/Src/_ufuncBoolmodule.o
# Src/_ufuncBoolmodule.c:1037:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncBoolmodule.c:1037:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# Src/_ufuncBoolmodule.c:3253:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncBoolmodule.c:3253:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncBoolmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncBool.so -lm
# building 'numarray._ufuncInt8' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncInt8module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncInt8module.o
# Src/_ufuncInt8module.c:1190:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt8module.c:1190:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# Src/_ufuncInt8module.c:3181:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt8module.c:3181:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncInt8module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncInt8.so -lm
# building 'numarray._ufuncUInt8' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncUInt8module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncUInt8module.o
# Src/_ufuncUInt8module.c:1185:18: warning: taking the absolute value of unsigned type 'UInt8' (aka 'unsigned char') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt8module.c:1185:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# Src/_ufuncUInt8module.c:3176:18: warning: taking the absolute value of unsigned type 'UInt8' (aka 'unsigned char') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt8module.c:3176:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncUInt8module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncUInt8.so -lm
# building 'numarray._ufuncInt16' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncInt16module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncInt16module.o
# Src/_ufuncInt16module.c:1190:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt16module.c:1190:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# Src/_ufuncInt16module.c:3181:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt16module.c:3181:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncInt16module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncInt16.so -lm
# building 'numarray._ufuncUInt16' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncUInt16module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncUInt16module.o
# Src/_ufuncUInt16module.c:1185:18: warning: taking the absolute value of unsigned type 'UInt16' (aka 'unsigned short') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt16module.c:1185:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# Src/_ufuncUInt16module.c:3176:18: warning: taking the absolute value of unsigned type 'UInt16' (aka 'unsigned short') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt16module.c:3176:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncUInt16module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncUInt16.so -lm
# building 'numarray._ufuncInt32' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncInt32module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncInt32module.o
# Src/_ufuncInt32module.c:1190:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt32module.c:1190:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# Src/_ufuncInt32module.c:3181:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt32module.c:3181:18: note: use function 'abs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# abs
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncInt32module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncInt32.so -lm
# building 'numarray._ufuncUInt32' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncUInt32module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncUInt32module.o
# Src/_ufuncUInt32module.c:1185:18: warning: taking the absolute value of unsigned type 'UInt32' (aka 'unsigned int') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt32module.c:1185:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# Src/_ufuncUInt32module.c:3176:18: warning: taking the absolute value of unsigned type 'UInt32' (aka 'unsigned int') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt32module.c:3176:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncUInt32module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncUInt32.so -lm
# building 'numarray._ufuncFloat32' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncFloat32module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncFloat32module.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncFloat32module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncFloat32.so -lm
# building 'numarray._ufuncFloat64' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncFloat64module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncFloat64module.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncFloat64module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncFloat64.so -lm
# building 'numarray._ufuncComplex32' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncComplex32module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncComplex32module.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncComplex32module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncComplex32.so -lm
# building 'numarray._ufuncComplex64' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncComplex64module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncComplex64module.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncComplex64module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncComplex64.so -lm
# building 'numarray._ndarray' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ndarraymodule.c -o build/temp.linux-x86_64-2.7/Src/_ndarraymodule.o
# Src/_ndarraymodule.c:610:36: warning: incompatible pointer types passing 'int *' to parameter of type 'Py_ssize_t *' (aka 'long *') [-Wincompatible-pointer-types]
# if (!_PyEval_SliceIndex(r->step, step)) return -1;
# ^~~~
# /usr/include/python2.7/ceval.h:147:60: note: passing argument to parameter here
# PyAPI_FUNC(int) _PyEval_SliceIndex(PyObject *, Py_ssize_t *);
# ^
# Src/_ndarraymodule.c:625:37: warning: incompatible pointer types passing 'int *' to parameter of type 'Py_ssize_t *' (aka 'long *') [-Wincompatible-pointer-types]
# if (!_PyEval_SliceIndex(r->start, start)) return -1;
# ^~~~~
# /usr/include/python2.7/ceval.h:147:60: note: passing argument to parameter here
# PyAPI_FUNC(int) _PyEval_SliceIndex(PyObject *, Py_ssize_t *);
# ^
# Src/_ndarraymodule.c:636:36: warning: incompatible pointer types passing 'int *' to parameter of type 'Py_ssize_t *' (aka 'long *') [-Wincompatible-pointer-types]
# if (!_PyEval_SliceIndex(r->stop, stop)) return -1;
# ^~~~
# /usr/include/python2.7/ceval.h:147:60: note: passing argument to parameter here
# PyAPI_FUNC(int) _PyEval_SliceIndex(PyObject *, Py_ssize_t *);
# ^
# Src/_ndarraymodule.c:991:6: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if (!PyArg_ParseTupleAndKeywords(
# ^
# Src/_ndarraymodule.c:991:6: note: add parentheses after the '!' to evaluate the comparison first
# if (!PyArg_ParseTupleAndKeywords(
# ^
# Src/_ndarraymodule.c:991:6: note: add parentheses around left hand side expression to silence this warning
# if (!PyArg_ParseTupleAndKeywords(
# ^
# Src/_ndarraymodule.c:993:29: warning: comparison of constant 0 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
# keywds, &key, &value) < 0)
# ~~~~~~~~~~~~~~~~~~~~~ ^ ~
# Src/_ndarraymodule.c:1051:2: warning: incompatible pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-pointer-types]
# (inquiry)_ndarray_length,
# ^~~~~~~~~~~~~~~~~~~~~~~~
# Src/_ndarraymodule.c:1072:2: warning: incompatible pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-pointer-types]
# (inquiry)_ndarray_length, /* sq_length */
# ^~~~~~~~~~~~~~~~~~~~~~~~
# Src/_ndarraymodule.c:1074:2: warning: incompatible pointer types initializing 'ssizeargfunc' (aka 'struct _object *(*)(struct _object *, long)') with an expression of type 'intargfunc' (aka 'struct _object *(*)(struct _object *, int)') [-Wincompatible-pointer-types]
# (intargfunc)0, /* sq_repeat */
# ^~~~~~~~~~~~~
# Src/_ndarraymodule.c:1075:2: warning: incompatible pointer types initializing 'ssizeargfunc' (aka 'struct _object *(*)(struct _object *, long)') with an expression of type 'intargfunc' (aka 'struct _object *(*)(struct _object *, int)') [-Wincompatible-pointer-types]
# (intargfunc)_ndarray_item, /* sq_item */
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# Src/_ndarraymodule.c:1074:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations]
# (intargfunc)0, /* sq_repeat */
# ^
# /usr/include/python2.7/object.h:139:21: note: 'intargfunc' has been explicitly marked deprecated here
# typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
# ^
# Src/_ndarraymodule.c:1075:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations]
# (intargfunc)_ndarray_item, /* sq_item */
# ^
# /usr/include/python2.7/object.h:139:21: note: 'intargfunc' has been explicitly marked deprecated here
# typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
# ^
# Src/_ndarraymodule.c:1177:5: warning: incompatible pointer types initializing 'readbufferproc' (aka 'long (*)(struct _object *, long, void **)') with an expression of type 'getreadbufferproc' (aka 'int (*)(struct _object *, int, void **)') [-Wincompatible-pointer-types]
# (getreadbufferproc)array_getreadbuf, /*bf_getreadbuffer*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/_ndarraymodule.c:1178:5: warning: incompatible pointer types initializing 'writebufferproc' (aka 'long (*)(struct _object *, long, void **)') with an expression of type 'getwritebufferproc' (aka 'int (*)(struct _object *, int, void **)') [-Wincompatible-pointer-types]
# (getwritebufferproc)array_getwritebuf, /*bf_getwritebuffer*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/_ndarraymodule.c:1179:5: warning: incompatible pointer types initializing 'segcountproc' (aka 'long (*)(struct _object *, long *)') with an expression of type 'getsegcountproc' (aka 'int (*)(struct _object *, int *)') [-Wincompatible-pointer-types]
# (getsegcountproc)array_getsegcount, /*bf_getsegcount*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/_ndarraymodule.c:1180:5: warning: incompatible pointer types initializing 'charbufferproc' (aka 'long (*)(struct _object *, long, char **)') with an expression of type 'getcharbufferproc' (aka 'int (*)(struct _object *, int, char **)') [-Wincompatible-pointer-types]
# (getcharbufferproc)array_getcharbuf, /*bf_getcharbuffer*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 15 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ndarraymodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ndarray.so -lm
# building 'numarray._numarray' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_numarraymodule.c -o build/temp.linux-x86_64-2.7/Src/_numarraymodule.o
# Src/_numarraymodule.c:1297:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if ((at = _dot_type(ao)) < 0)
# ~~~~~~~~~~~~~~~~~~~~ ^ ~
# Src/_numarraymodule.c:1300:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if ((bt = _dot_type(bo)) < 0)
# ~~~~~~~~~~~~~~~~~~~~ ^ ~
# Src/_numarraymodule.c:1340:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if ((at = _dot_type(ao)) < 0)
# ~~~~~~~~~~~~~~~~~~~~ ^ ~
# Src/_numarraymodule.c:1343:27: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if ((bt = _dot_type(bo)) < 0)
# ~~~~~~~~~~~~~~~~~~~~ ^ ~
# 4 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_numarraymodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_numarray.so -lm
# building 'numarray._chararray' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_chararraymodule.c -o build/temp.linux-x86_64-2.7/Src/_chararraymodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_chararraymodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_chararray.so -lm
# building 'numarray._objectarray' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_objectarraymodule.c -o build/temp.linux-x86_64-2.7/Src/_objectarraymodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_objectarraymodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_objectarray.so -lm
# building 'numarray.memory' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/memorymodule.c -o build/temp.linux-x86_64-2.7/Src/memorymodule.o
# Src/memorymodule.c:282:34: warning: incompatible pointer types passing 'int *' to parameter of type 'Py_ssize_t *' (aka 'long *') [-Wincompatible-pointer-types]
# obj, (const void **) &source, &length);
# ^~~~~~~
# /usr/include/python2.7/abstract.h:503:55: note: passing argument to parameter 'buffer_len' here
# Py_ssize_t *buffer_len);
# ^
# Src/memorymodule.c:312:2: warning: incompatible pointer types initializing 'lenfunc' (aka 'long (*)(struct _object *)') with an expression of type 'inquiry' (aka 'int (*)(struct _object *)') [-Wincompatible-pointer-types]
# (inquiry)memory_length, /*sq_length*/
# ^~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:314:2: warning: incompatible pointer types initializing 'ssizeargfunc' (aka 'struct _object *(*)(struct _object *, long)') with an expression of type 'intargfunc' (aka 'struct _object *(*)(struct _object *, int)') [-Wincompatible-pointer-types]
# (intargfunc)0, /*sq_repeat*/
# ^~~~~~~~~~~~~
# Src/memorymodule.c:315:2: warning: incompatible pointer types initializing 'ssizeargfunc' (aka 'struct _object *(*)(struct _object *, long)') with an expression of type 'intargfunc' (aka 'struct _object *(*)(struct _object *, int)') [-Wincompatible-pointer-types]
# (intargfunc) memory_sq_item, /*sq_item*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:316:2: warning: incompatible pointer types initializing 'ssizessizeargfunc' (aka 'struct _object *(*)(struct _object *, long, long)') with an expression of type 'intintargfunc' (aka 'struct _object *(*)(struct _object *, int, int)') [-Wincompatible-pointer-types]
# (intintargfunc) memory_sq_slice, /*sq_slice*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:317:2: warning: incompatible pointer types initializing 'ssizeobjargproc' (aka 'int (*)(struct _object *, long, struct _object *)') with an expression of type 'intobjargproc' (aka 'int (*)(struct _object *, int, struct _object *)') [-Wincompatible-pointer-types]
# (intobjargproc) memory_sq_ass_item, /*sq_ass_item*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:318:2: warning: incompatible pointer types initializing 'ssizessizeobjargproc' (aka 'int (*)(struct _object *, long, long, struct _object *)') with an expression of type 'intintobjargproc' (aka 'int (*)(struct _object *, int, int, struct _object *)') [-Wincompatible-pointer-types]
# (intintobjargproc)memory_sq_ass_slice, /*sq_ass_slice*/
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:314:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations]
# (intargfunc)0, /*sq_repeat*/
# ^
# /usr/include/python2.7/object.h:139:21: note: 'intargfunc' has been explicitly marked deprecated here
# typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
# ^
# Src/memorymodule.c:315:3: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations]
# (intargfunc) memory_sq_item, /*sq_item*/
# ^
# /usr/include/python2.7/object.h:139:21: note: 'intargfunc' has been explicitly marked deprecated here
# typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
# ^
# Src/memorymodule.c:316:3: warning: 'intintargfunc' is deprecated [-Wdeprecated-declarations]
# (intintargfunc) memory_sq_slice, /*sq_slice*/
# ^
# /usr/include/python2.7/object.h:140:21: note: 'intintargfunc' has been explicitly marked deprecated here
# typedef PyObject *(*intintargfunc)(PyObject *, int, int) Py_DEPRECATED(2.5);
# ^
# Src/memorymodule.c:322:2: warning: incompatible pointer types initializing 'readbufferproc' (aka 'long (*)(struct _object *, long, void **)') with an expression of type 'getreadbufferproc' (aka 'int (*)(struct _object *, int, void **)') [-Wincompatible-pointer-types]
# (getreadbufferproc)memory_getbuf,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:323:2: warning: incompatible pointer types initializing 'writebufferproc' (aka 'long (*)(struct _object *, long, void **)') with an expression of type 'getwritebufferproc' (aka 'int (*)(struct _object *, int, void **)') [-Wincompatible-pointer-types]
# (getwritebufferproc)memory_getbuf,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:324:2: warning: incompatible pointer types initializing 'segcountproc' (aka 'long (*)(struct _object *, long *)') with an expression of type 'getsegcountproc' (aka 'int (*)(struct _object *, int *)') [-Wincompatible-pointer-types]
# (getsegcountproc)memory_getsegcount,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Src/memorymodule.c:325:2: warning: incompatible pointer types initializing 'charbufferproc' (aka 'long (*)(struct _object *, long, char **)') with an expression of type 'getcharbufferproc' (aka 'int (*)(struct _object *, int, char **)') [-Wincompatible-pointer-types]
# (getcharbufferproc)memory_getbuf,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 14 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/memorymodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/memory.so -lm
# building 'numarray._converter' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_convertermodule.c -o build/temp.linux-x86_64-2.7/Src/_convertermodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_convertermodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_converter.so -lm
# building 'numarray._operator' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_operatormodule.c -o build/temp.linux-x86_64-2.7/Src/_operatormodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_operatormodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_operator.so -lm
# building 'numarray._numerictype' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_numerictypemodule.c -o build/temp.linux-x86_64-2.7/Src/_numerictypemodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_numerictypemodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_numerictype.so -lm
# building 'numarray.libnumarray' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/libnumarraymodule.c -o build/temp.linux-x86_64-2.7/Src/libnumarraymodule.o
# Src/libnumarraymodule.c:1346:8: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (t < 0) goto _fail;
# ~ ^ ~
# Src/libnumarraymodule.c:1370:9: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (t < 0) goto _exit;
# ~ ^ ~
# Src/libnumarraymodule.c:2087:9: warning: incompatible pointer types passing 'int *' to parameter of type 'Py_ssize_t *' (aka 'long *') [-Wincompatible-pointer-types]
# &size);
# ^~~~~
# 3 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/libnumarraymodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/libnumarray.so -lm
# building 'numarray.libnumeric' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/libnumericmodule.c -o build/temp.linux-x86_64-2.7/Src/libnumericmodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/libnumericmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/libnumeric.so -lm
# building 'numarray._ufuncInt64' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncInt64module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncInt64module.o
# Src/_ufuncInt64module.c:1185:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt64module.c:1185:18: note: use function 'labs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# labs
# Src/_ufuncInt64module.c:3176:18: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncInt64module.c:3176:18: note: use function 'labs' instead
# *tout0 = fabs(*tin0);
# ^~~~
# labs
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncInt64module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncInt64.so -lm
# building 'numarray._ufuncUInt64' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Src/_ufuncUInt64module.c -o build/temp.linux-x86_64-2.7/Src/_ufuncUInt64module.o
# Src/_ufuncUInt64module.c:1185:18: warning: taking the absolute value of unsigned type 'UInt64' (aka 'unsigned long') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt64module.c:1185:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# Src/_ufuncUInt64module.c:3176:18: warning: taking the absolute value of unsigned type 'UInt64' (aka 'unsigned long') has no effect [-Wabsolute-value]
# *tout0 = fabs(*tin0);
# ^
# Src/_ufuncUInt64module.c:3176:18: note: remove the call to 'fabs' since unsigned values cannot be negative
# *tout0 = fabs(*tin0);
# ^~~~
# 2 warnings generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Src/_ufuncUInt64module.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/_ufuncUInt64.so -lm
# building 'numarray.convolve._correlate' extension
# creating build/temp.linux-x86_64-2.7/Packages
# creating build/temp.linux-x86_64-2.7/Packages/Convolve
# creating build/temp.linux-x86_64-2.7/Packages/Convolve/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/Convolve/Src/_correlatemodule.c -o build/temp.linux-x86_64-2.7/Packages/Convolve/Src/_correlatemodule.o
# Packages/Convolve/Src/_correlatemodule.c:73:8: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if (t < 0) {
# ~ ^ ~
# 1 warning generated.
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/Convolve/Src/_correlatemodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/convolve/_correlate.so -lm
# building 'numarray.image._combine' extension
# creating build/temp.linux-x86_64-2.7/Packages/image
# creating build/temp.linux-x86_64-2.7/Packages/image/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/image/Src/_combinemodule.c -o build/temp.linux-x86_64-2.7/Packages/image/Src/_combinemodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/image/Src/_combinemodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/image/_combine.so -lm
# building 'numarray.nd_image._nd_image' extension
# creating build/temp.linux-x86_64-2.7/Packages/nd_image
# creating build/temp.linux-x86_64-2.7/Packages/nd_image/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/nd_image.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/nd_image.o
# Packages/nd_image/Src/nd_image.c:103:48: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion]
# PyArrayObject *array = NA_InputArray(object, PyArray_LONG, C_ARRAY);
# ~~~~~~~~~~~~~ ^~~~~~~~~~~~
# Packages/nd_image/Src/nd_image.c:273:35: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion]
# py_ibuffer = NA_NewArray(iline, PyArray_DOUBLE, 1, (int)ilen);
# ~~~~~~~~~~~ ^~~~~~~~~~~~~~
# Packages/nd_image/Src/nd_image.c:274:34: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion]
# py_obuffer = NA_NewArray(NULL, PyArray_DOUBLE, 1, (int)olen);
# ~~~~~~~~~~~ ^~~~~~~~~~~~~~
# Packages/nd_image/Src/nd_image.c:351:35: warning: implicit conversion from enumeration type 'enum PyArray_TYPES' to different enumeration type 'NumarrayType' [-Wenum-conversion]
# py_buffer = NA_NewArray(buffer, PyArray_DOUBLE, 1, filter_size);
# ~~~~~~~~~~~ ^~~~~~~~~~~~~~
# 4 warnings generated.
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/ni_filters.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_filters.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/ni_fourier.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_fourier.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/ni_interpolation.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_interpolation.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/ni_measure.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_measure.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/ni_morphology.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_morphology.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/nd_image/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/nd_image/Src/ni_support.c -o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_support.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/nd_image/Src/nd_image.o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_filters.o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_fourier.o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_interpolation.o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_measure.o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_morphology.o build/temp.linux-x86_64-2.7/Packages/nd_image/Src/ni_support.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/nd_image/_nd_image.so -lm
# building 'numarray.convolve._lineshape' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/Convolve/Src/_lineshapemodule.c -o build/temp.linux-x86_64-2.7/Packages/Convolve/Src/_lineshapemodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/Convolve/Src/_lineshapemodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/convolve/_lineshape.so -lm
# building 'numarray.fft.fftpack' extension
# creating build/temp.linux-x86_64-2.7/Packages/FFT2
# creating build/temp.linux-x86_64-2.7/Packages/FFT2/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/FFT2/Include -IInclude/numarray -I/usr/include/python2.7 -c Packages/FFT2/Src/fftpackmodule.c -o build/temp.linux-x86_64-2.7/Packages/FFT2/Src/fftpackmodule.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/FFT2/Include -IInclude/numarray -I/usr/include/python2.7 -c Packages/FFT2/Src/fftpack.c -o build/temp.linux-x86_64-2.7/Packages/FFT2/Src/fftpack.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/FFT2/Src/fftpackmodule.o build/temp.linux-x86_64-2.7/Packages/FFT2/Src/fftpack.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/fft/fftpack.so -lm
# building 'numarray.linear_algebra.lapack_lite2' extension
# creating build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2
# creating build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/LinearAlgebra2/Src/lapack_litemodule.c -o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/lapack_litemodule.o -DHAVE_CONFIG
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:107:24: warning: implicit declaration of function 'dgeev_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dgeev_(&jobvl,&jobvr,&n,DDATA(a),&lda,DDATA(wr),DDATA(wi),DDATA(vl),&ldvl,DDATA(vr),&ldvr,DDATA(work),&lwork,&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:199:26: warning: implicit declaration of function 'dsyevd_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dsyevd_(&jobz,&uplo,&n,DDATA(a),&lda,DDATA(w),DDATA(work),&lwork,LDATA(iwork),&liwork,&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:296:26: warning: implicit declaration of function 'zheevd_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zheevd_(&jobz,&uplo,&n,DDATA(a),&lda,DDATA(w),DDATA(work),&lwork,DDATA(rwork),&lrwork,LDATA(iwork),&liwork,&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:340:24: warning: implicit declaration of function 'dgelsd_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dgelsd_(&m,&n,&nrhs,DDATA(a),&lda,DDATA(b),&ldb,DDATA(s),&rcond,&rank,DDATA(work),&lwork,LDATA(iwork),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:378:24: warning: implicit declaration of function 'dgesv_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dgesv_(&n,&nrhs,DDATA(a),&lda,LDATA(ipiv),DDATA(b),&ldb,&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:418:24: warning: implicit declaration of function 'dgesdd_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dgesdd_(&jobz,&m,&n,DDATA(a),&lda,DDATA(s),DDATA(u),&ldu,DDATA(vt),&ldvt,DDATA(work),&lwork,LDATA(iwork),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:449:24: warning: implicit declaration of function 'dgetrf_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dgetrf_(&m,&n,DDATA(a),&lda,LDATA(ipiv),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:477:25: warning: implicit declaration of function 'zungqr_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zungqr_(&m, &n, &k, ZDATA(a), &lda, ZDATA(tau), ZDATA(work), &lwork, &info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:508:25: warning: implicit declaration of function 'dorgqr_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dorgqr_(&m, &n, &k, DDATA(a), &lda, DDATA(tau), DDATA(work), &lwork, &info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:539:24: warning: implicit declaration of function 'zgeqrf_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zgeqrf_(&m, &n, ZDATA(a), &lda, ZDATA(tau), ZDATA(work), &lwork, &info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:570:24: warning: implicit declaration of function 'dgeqrf_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dgeqrf_(&m, &n, DDATA(a), &lda, DDATA(tau), DDATA(work), &lwork, &info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:594:24: warning: implicit declaration of function 'dpotrf_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = dpotrf_(&uplo,&n,DDATA(a),&lda,&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:632:24: warning: implicit declaration of function 'zgeev_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zgeev_(&jobvl,&jobvr,&n,ZDATA(a),&lda,ZDATA(w),ZDATA(vl),&ldvl,ZDATA(vr),&ldvr,ZDATA(work),&lwork,DDATA(rwork),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:679:24: warning: implicit declaration of function 'zgelsd_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zgelsd_(&m,&n,&nrhs,ZDATA(a),&lda,ZDATA(b),&ldb,DDATA(s),&rcond,&rank,ZDATA(work),&lwork,DDATA(rwork),LDATA(iwork),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:714:24: warning: implicit declaration of function 'zgesv_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zgesv_(&n,&nrhs,ZDATA(a),&lda,LDATA(ipiv),ZDATA(b),&ldb,&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:759:24: warning: implicit declaration of function 'zgesdd_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zgesdd_(&jobz,&m,&n,ZDATA(a),&lda,DDATA(s),ZDATA(u),&ldu,ZDATA(vt),&ldvt,ZDATA(work),&lwork,DDATA(rwork),LDATA(iwork),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:794:24: warning: implicit declaration of function 'zgetrf_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zgetrf_(&m,&n,ZDATA(a),&lda,LDATA(ipiv),&info);
# ^
# Packages/LinearAlgebra2/Src/lapack_litemodule.c:818:24: warning: implicit declaration of function 'zpotrf_' is invalid in C99 [-Wimplicit-function-declaration]
# lapack_lite_status__ = zpotrf_(&uplo,&n,ZDATA(a),&lda,&info);
# ^
# 18 warnings generated.
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/LinearAlgebra2/Src/blas_lite.c -o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/blas_lite.o -DHAVE_CONFIG
# Packages/LinearAlgebra2/Src/blas_lite.c:397:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:397:57: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:656:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || *alpha == 0. && *beta == 1.) {
# ~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:656:44: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || *alpha == 0. && *beta == 1.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:1293:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || *alpha == 0. && *beta == 1.) {
# ~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:1293:33: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || *alpha == 0. && *beta == 1.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:1801:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:1801:46: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:3801:47: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) &&
# ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/blas_lite.c:3801:47: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) &&
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:3801:77: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) &&
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
# Packages/LinearAlgebra2/Src/blas_lite.c:3801:77: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) &&
# ^
# Packages/LinearAlgebra2/Src/blas_lite.c:4362:64: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r ==
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:4362:64: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r ==
# ^
# Packages/LinearAlgebra2/Src/blas_lite.c:4682:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) {
# ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:4682:46: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:4846:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) {
# ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:4846:46: note: place parentheses around the '&&' expression to silence this warning
# if (*m == 0 || *n == 0 || alpha->r == 0. && alpha->i == 0.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:5032:53: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r == 1. &&
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:5032:53: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || alpha->r == 0. && alpha->i == 0. && (beta->r == 1. &&
# ^
# Packages/LinearAlgebra2/Src/blas_lite.c:5401:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || alpha->r == 0. && alpha->i == 0.) {
# ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:5401:35: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || alpha->r == 0. && alpha->i == 0.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:5839:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta ==
# ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/blas_lite.c:5839:36: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta ==
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:5839:66: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta ==
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:5839:66: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || (alpha->r == 0. && alpha->i == 0. || *k == 0) && *beta ==
# ^
# Packages/LinearAlgebra2/Src/blas_lite.c:8627:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8627:18: note: place parentheses around the '&&' expression to silence this warning
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:8627:48: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8627:48: note: place parentheses around the '&&' expression to silence this warning
# if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:8628:10: warning: '&&' within '||' [-Wlogical-op-parentheses]
# >= 162 && inta <= 169) {
# ~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8628:10: note: place parentheses around the '&&' expression to silence this warning
# >= 162 && inta <= 169) {
# ^
# Packages/LinearAlgebra2/Src/blas_lite.c:8631:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8631:18: note: place parentheses around the '&&' expression to silence this warning
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:8631:48: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8631:48: note: place parentheses around the '&&' expression to silence this warning
# if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:8632:10: warning: '&&' within '||' [-Wlogical-op-parentheses]
# >= 162 && intb <= 169) {
# ~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8632:10: note: place parentheses around the '&&' expression to silence this warning
# >= 162 && intb <= 169) {
# ^
# Packages/LinearAlgebra2/Src/blas_lite.c:8789:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:8789:46: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/blas_lite.c:9102:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/blas_lite.c:9102:46: note: place parentheses around the '&&' expression to silence this warning
# if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
# ^
# ( )
# 21 warnings generated.
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/LinearAlgebra2/Src/f2c_lite.c -o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/f2c_lite.o -DHAVE_CONFIG
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/LinearAlgebra2/Src/zlapack_lite.c -o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/zlapack_lite.o -DHAVE_CONFIG
# Packages/LinearAlgebra2/Src/zlapack_lite.c:1557:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvl < 1 || wantvl && *ldvl < *n) {
# ~~ ~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:1557:36: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvl < 1 || wantvl && *ldvl < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:1559:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvr < 1 || wantvr && *ldvr < *n) {
# ~~ ~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:1559:36: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvr < 1 || wantvr && *ldvr < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ~~ ~~~~~~~^~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:35: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:68: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4096:68: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ^
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ~~ ~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:35: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:58: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ~~ ~~~~~~^~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4099:58: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4100:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
# wntqo && *m >= *n && *ldvt < *n) {
# ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:4100:24: note: place parentheses around the '&&' expression to silence this warning
# wntqo && *m >= *n && *ldvt < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:7998:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:7998:34: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) {
# ~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:37: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:37: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17636:63: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17648:69: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) &&
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17648:69: note: place parentheses around the '&&' expression to silence this warning
# if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) &&
# ^
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:28: note: place parentheses around the '&&' expression to silence this warning
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:60: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ~~ ~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17651:60: note: place parentheses around the '&&' expression to silence this warning
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ^
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17652:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
# ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:17652:28: note: place parentheses around the '&&' expression to silence this warning
# ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:20581:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:20581:39: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:20967:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:20967:39: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:21652:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvl < 1 || leftv && *ldvl < *n) {
# ~~ ~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:21652:35: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvl < 1 || leftv && *ldvl < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:21654:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvr < 1 || rightv && *ldvr < *n) {
# ~~ ~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:21654:36: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvr < 1 || rightv && *ldvr < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:32: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:75: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ~~ ~~~~~~~~^~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:22244:75: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ^
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:14: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23470:34: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~~~~^~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:14: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~ ~~~~~~~^~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23695:36: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:13: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:13: note: place parentheses around the '&&' expression to silence this warning
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:45: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:23956:45: note: place parentheses around the '&&' expression to silence this warning
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:14: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24264:34: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:11: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24586:31: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:11: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:24903:31: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~~~~^~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:11: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~ ~~~~~~~^~~~~~~~~
# Packages/LinearAlgebra2/Src/zlapack_lite.c:25210:33: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# 34 warnings generated.
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/LinearAlgebra2/Src/dlapack_lite.c -o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/dlapack_lite.o -DHAVE_CONFIG
# Packages/LinearAlgebra2/Src/dlapack_lite.c:260:40: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldu < 1 || icompq == 2 && *ldu < *n) {
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:260:40: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldu < 1 || icompq == 2 && *ldu < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:262:41: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvt < 1 || icompq == 2 && *ldvt < *n) {
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:262:41: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvt < 1 || icompq == 2 && *ldvt < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:752:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ~~~~~~~~~~~^~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:752:27: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:752:53: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:752:53: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:756:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ~~~~~~~~~~^~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:756:26: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:756:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:756:50: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:1008:22: warning: '&&' within '||' [-Wlogical-op-parentheses]
# d__1)) || tol < 0. && (d__3 = e[m - 1], abs(d__3)) <= thresh)
# ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:1008:22: note: place parentheses around the '&&' expression to silence this warning
# d__1)) || tol < 0. && (d__3 = e[m - 1], abs(d__3)) <= thresh)
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:1041:17: warning: '&&' within '||' [-Wlogical-op-parentheses]
# ) || tol < 0. && (d__3 = e[ll], abs(d__3)) <= thresh) {
# ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:1041:17: note: place parentheses around the '&&' expression to silence this warning
# ) || tol < 0. && (d__3 = e[ll], abs(d__3)) <= thresh) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:2827:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvl < 1 || wantvl && *ldvl < *n) {
# ~~ ~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:2827:36: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvl < 1 || wantvl && *ldvl < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:2829:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvr < 1 || wantvr && *ldvr < *n) {
# ~~ ~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:2829:36: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvr < 1 || wantvr && *ldvr < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ~~ ~~~~~~~^~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:35: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:68: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5295:68: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldu < 1 || wntqas && *ldu < *m || wntqo && *m < *n && *ldu < *
# ^
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ~~ ~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:35: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:58: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ~~ ~~~~~~^~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5298:58: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvt < 1 || wntqa && *ldvt < *n || wntqs && *ldvt < minmn ||
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5299:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
# wntqo && *m >= *n && *ldvt < *n) {
# ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:5299:24: note: place parentheses around the '&&' expression to silence this warning
# wntqo && *m >= *n && *ldvt < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:7489:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) {
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:7489:34: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldz < 1 || wantz && *ldz < max(1,*n)) {
# ~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:37: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:37: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19205:63: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19217:69: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) &&
# ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19217:69: note: place parentheses around the '&&' expression to silence this warning
# if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) &&
# ^
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:28: note: place parentheses around the '&&' expression to silence this warning
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:60: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ~~ ~~~~~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19220:60: note: place parentheses around the '&&' expression to silence this warning
# } else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
# ^
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19221:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
# ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:19221:28: note: place parentheses around the '&&' expression to silence this warning
# ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ~~~~~~~~~~~^~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:27: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:53: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ~~ ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23951:53: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncvt == 0 && *ldvt < 1 || *ncvt > 0 && *ldvt < max(1,*n)) {
# ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ~~~~~~~~~~^~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:26: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:23955:50: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ncc == 0 && *ldc < 1 || *ncc > 0 && *ldc < max(1,*n)) {
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24727:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n - 1 << 1;
# ~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24727:15: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n - 1 << 1;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24806:12: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# ipn4 = i0 + n0 << 2;
# ~~~^~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24806:12: note: place parentheses around the '+' expression to silence this warning
# ipn4 = i0 + n0 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24807:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = i0 + n0 - 1 << 1;
# ~~~~~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24807:17: note: place parentheses around the '-' expression to silence this warning
# i__1 = i0 + n0 - 1 << 1;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24827:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# for (i4 = (n0 - 1 << 2) + pp; i4 >= i__1; i4 += -4) {
# ~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24827:16: note: place parentheses around the '-' expression to silence this warning
# for (i4 = (n0 - 1 << 2) + pp; i4 >= i__1; i4 += -4) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24841:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = (n0 - 1 << 2) + pp;
# ~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24841:13: note: place parentheses around the '-' expression to silence this warning
# i__1 = (n0 - 1 << 2) + pp;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24885:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# ndiv = n0 - i0 << 1;
# ~~~^~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24885:15: note: place parentheses around the '-' expression to silence this warning
# ndiv = n0 - i0 << 1;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24982:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__3 = n0 - 3 << 2;
# ~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:24982:17: note: place parentheses around the '-' expression to silence this warning
# i__3 = n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25245:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
# ipn4 = *i0 + *n0 << 2;
# ~~~~^~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25245:17: note: place parentheses around the '+' expression to silence this warning
# ipn4 = *i0 + *n0 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25246:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *i0 + *n0 - 1 << 1;
# ~~~~~~~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25246:23: note: place parentheses around the '-' expression to silence this warning
# i__1 = *i0 + *n0 - 1 << 1;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25315:52: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# } else if (*dmin__ < 0. && dmin1 > 0. && z__[(*n0 - 1 << 2) - *pp] <
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25315:52: note: place parentheses around the '-' expression to silence this warning
# } else if (*dmin__ < 0. && dmin1 > 0. && z__[(*n0 - 1 << 2) - *pp] <
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25320:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# z__[(*n0 - 1 << 2) - *pp + 2] = 0.;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25320:15: note: place parentheses around the '-' expression to silence this warning
# z__[(*n0 - 1 << 2) - *pp + 2] = 0.;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25852:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n0 - 3 << 2;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25852:17: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25865:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n0 - 3 << 2;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25865:17: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25883:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# j4 = (*n0 - 2 << 2) - *pp;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25883:12: note: place parentheses around the '-' expression to silence this warning
# j4 = (*n0 - 2 << 2) - *pp;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25903:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n0 - 3 << 2;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25903:17: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25919:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n0 - 3 << 2;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25919:17: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25940:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# j4 = (*n0 - 2 << 2) - *pp;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:25940:12: note: place parentheses around the '-' expression to silence this warning
# j4 = (*n0 - 2 << 2) - *pp;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:26065:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n0 - 3 << 2;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:26065:13: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:26089:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# i__1 = *n0 - 3 << 2;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:26089:13: note: place parentheses around the '-' expression to silence this warning
# i__1 = *n0 - 3 << 2;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:26118:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
# j4 = (*n0 - 2 << 2) - *pp;
# ~~~~^~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:26118:15: note: place parentheses around the '-' expression to silence this warning
# j4 = (*n0 - 2 << 2) - *pp;
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:32: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:75: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ~~ ~~~~~~~~^~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:27919:75: note: place parentheses around the '&&' expression to silence this warning
# } else if (*n < 0 || wantq && (*n > *m || *n < min(*m,*k)) || ! wantq && (
# ^
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:14: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29086:34: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~~~~^~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:14: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~ ~~~~~~~^~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29294:36: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:13: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:13: note: place parentheses around the '&&' expression to silence this warning
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:45: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29543:45: note: place parentheses around the '&&' expression to silence this warning
# if (applyq && *lda < max(1,nq) || ! applyq && *lda < max(i__1,i__2)) {
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:14: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:29843:34: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:11: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30141:31: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~~~~^~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:11: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && notran || ! left && ! notran) {
# ~~ ~~~~~~~^~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30452:31: note: place parentheses around the '&&' expression to silence this warning
# if (left && notran || ! left && ! notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~~~~^~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:11: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (left && ! notran || ! left && notran) {
# ~~ ~~~~~~~^~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:30753:33: note: place parentheses around the '&&' expression to silence this warning
# if (left && ! notran || ! left && notran) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:31315:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:31315:39: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:31710:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:31710:39: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
# ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:33801:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvl < 1 || leftv && *ldvl < *n) {
# ~~ ~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:33801:35: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvl < 1 || leftv && *ldvl < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:33803:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
# } else if (*ldvr < 1 || rightv && *ldvr < *n) {
# ~~ ~~~~~~~^~~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:33803:36: note: place parentheses around the '&&' expression to silence this warning
# } else if (*ldvr < 1 || rightv && *ldvr < *n) {
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:16: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
# ~~~~~~~~~~^~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:16: note: place parentheses around the '&&' expression to silence this warning
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
# ~~ ~~~~~~~~~~^~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:42: note: place parentheses around the '&&' expression to silence this warning
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:68: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
# ~~ ~~~~~~~~~~^~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35082:68: note: place parentheses around the '&&' expression to silence this warning
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
# ^
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:17: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
# ~~~~~~~~~~^~~~~~~~~~~~ ~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:17: note: place parentheses around the '&&' expression to silence this warning
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:43: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
# ~~ ~~~~~~~~~~^~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35087:43: note: place parentheses around the '&&' expression to silence this warning
# if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
# ^
# ( )
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35088:8: warning: '&&' within '||' [-Wlogical-op-parentheses]
# 162 && ic <= 169) {
# ~~~~^~~~~~~~~~~~
# Packages/LinearAlgebra2/Src/dlapack_lite.c:35088:8: note: place parentheses around the '&&' expression to silence this warning
# 162 && ic <= 169) {
# ^
# 72 warnings generated.
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IPackages/LinearAlgebra2/Src -IInclude/numarray -I/usr/include/python2.7 -c Packages/LinearAlgebra2/Src/dlamch.c -o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/dlamch.o -DHAVE_CONFIG
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/lapack_litemodule.o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/blas_lite.o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/f2c_lite.o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/zlapack_lite.o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/dlapack_lite.o build/temp.linux-x86_64-2.7/Packages/LinearAlgebra2/Src/dlamch.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/linear_algebra/lapack_lite2.so
# building 'numarray.random_array.ranlib2' extension
# creating build/temp.linux-x86_64-2.7/Packages/RandomArray2
# creating build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/RandomArray2/Src/ranlib.c -o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/ranlib.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/RandomArray2/Src/ranlibmodule.c -o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/ranlibmodule.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/RandomArray2/Src/com.c -o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/com.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Packages/RandomArray2/Src/linpack.c -o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/linpack.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/ranlib.o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/ranlibmodule.o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/com.o build/temp.linux-x86_64-2.7/Packages/RandomArray2/Src/linpack.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/random_array/ranlib2.so -lm
# building 'numarray.examples.convolve.high_level' extension
# creating build/temp.linux-x86_64-2.7/Examples
# creating build/temp.linux-x86_64-2.7/Examples/convolve
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Examples/convolve/high_levelmodule.c -o build/temp.linux-x86_64-2.7/Examples/convolve/high_levelmodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Examples/convolve/high_levelmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/examples/convolve/high_level.so
# building 'numarray.examples.convolve.element_wise' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Examples/convolve/element_wisemodule.c -o build/temp.linux-x86_64-2.7/Examples/convolve/element_wisemodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Examples/convolve/element_wisemodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/examples/convolve/element_wise.so
# building 'numarray.examples.convolve.one_dimensional' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Examples/convolve/one_dimensionalmodule.c -o build/temp.linux-x86_64-2.7/Examples/convolve/one_dimensionalmodule.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Examples/convolve/one_dimensionalmodule.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/examples/convolve/one_dimensional.so
# building 'numarray.examples.convolve.numpy_compat' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Examples/convolve/numpy_compatmodule.c -o build/temp.linux-x86_64-2.7/Examples/convolve/numpy_compatmodule.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Examples/convolve/numpy_compat2.c -o build/temp.linux-x86_64-2.7/Examples/convolve/numpy_compat2.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Examples/convolve/numpy_compatmodule.o build/temp.linux-x86_64-2.7/Examples/convolve/numpy_compat2.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/examples/convolve/numpy_compat.so
# building 'numarray.examples.convolve.testlite' extension
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -IInclude/numarray -I/usr/include/python2.7 -c Examples/convolve/testlite.c -o build/temp.linux-x86_64-2.7/Examples/convolve/testlite.o
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Examples/convolve/testlite.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/numarray/examples/convolve/testlite.so
# running install_lib
# creating /tmp/python-numarray/pkg/python2-numarray/usr
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/safethread.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/ufunc.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/ieeespecial.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/session.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/arrayprint.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/memorytest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numarrayall.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numinclude.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/testdata.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncall.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numerictypes.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/testall.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/dtype.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numeric.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/records.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/memmap.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/readonly.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/dotblas.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/typeconv.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/strings.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numarraycore.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/objects.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numtest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/generic.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/array_protocol.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/numarrayext.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/teacup.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/array_persist.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/template.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/bytescode.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/basecode.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/convcode.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/sortcode.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# copying build/lib.linux-x86_64-2.7/numarray/codegenerator/ufunccode.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# copying build/lib.linux-x86_64-2.7/numarray/convolve/lineshape.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# copying build/lib.linux-x86_64-2.7/numarray/convolve/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# copying build/lib.linux-x86_64-2.7/numarray/convolve/Convolve.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# copying build/lib.linux-x86_64-2.7/numarray/convolve/iraf_frame.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# copying build/lib.linux-x86_64-2.7/numarray/convolve/_correlate.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# copying build/lib.linux-x86_64-2.7/numarray/convolve/_lineshape.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft
# copying build/lib.linux-x86_64-2.7/numarray/fft/dtest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft
# copying build/lib.linux-x86_64-2.7/numarray/fft/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft
# copying build/lib.linux-x86_64-2.7/numarray/fft/FFT.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft
# copying build/lib.linux-x86_64-2.7/numarray/fft/fftpack.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra
# copying build/lib.linux-x86_64-2.7/numarray/linear_algebra/dtest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra
# copying build/lib.linux-x86_64-2.7/numarray/linear_algebra/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra
# copying build/lib.linux-x86_64-2.7/numarray/linear_algebra/mlab.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra
# copying build/lib.linux-x86_64-2.7/numarray/linear_algebra/LinearAlgebra2.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra
# copying build/lib.linux-x86_64-2.7/numarray/linear_algebra/lapack_lite2.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array
# copying build/lib.linux-x86_64-2.7/numarray/random_array/dtest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array
# copying build/lib.linux-x86_64-2.7/numarray/random_array/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array
# copying build/lib.linux-x86_64-2.7/numarray/random_array/RandomArray2.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array
# copying build/lib.linux-x86_64-2.7/numarray/random_array/ranlib2.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image
# copying build/lib.linux-x86_64-2.7/numarray/image/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image
# copying build/lib.linux-x86_64-2.7/numarray/image/_image.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image
# copying build/lib.linux-x86_64-2.7/numarray/image/combine.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image
# copying build/lib.linux-x86_64-2.7/numarray/image/_combine.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/_ni_support.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/filters.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/interpolation.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/test.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/morphology.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/fourier.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/measurements.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# copying build/lib.linux-x86_64-2.7/numarray/nd_image/_nd_image.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# copying build/lib.linux-x86_64-2.7/numarray/ma/MA.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# copying build/lib.linux-x86_64-2.7/numarray/ma/dtest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# copying build/lib.linux-x86_64-2.7/numarray/ma/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# copying build/lib.linux-x86_64-2.7/numarray/ma/Precision.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# copying build/lib.linux-x86_64-2.7/numarray/ma/MA_version.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/mlab
# copying build/lib.linux-x86_64-2.7/numarray/mlab/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/mlab
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/matrix
# copying build/lib.linux-x86_64-2.7/numarray/matrix/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/matrix
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# copying build/lib.linux-x86_64-2.7/numarray/examples/sortperf.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# copying build/lib.linux-x86_64-2.7/numarray/examples/bench.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# copying build/lib.linux-x86_64-2.7/numarray/examples/obench.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# copying build/lib.linux-x86_64-2.7/numarray/examples/testthread.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# copying build/lib.linux-x86_64-2.7/numarray/examples/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# copying build/lib.linux-x86_64-2.7/numarray/examples/pstats.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples
# creating /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/dtest.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/lineshape.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/__init__.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/benchmark.py -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/high_level.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/element_wise.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/one_dimensional.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/numpy_compat.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/examples/convolve/testlite.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve
# copying build/lib.linux-x86_64-2.7/numarray/_conv.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_sort.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_bytes.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufunc.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncBool.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncInt8.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncUInt8.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncInt16.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncUInt16.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncInt32.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncUInt32.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncFloat32.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncFloat64.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncComplex32.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncComplex64.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ndarray.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_numarray.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_chararray.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_objectarray.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/memory.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_converter.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_operator.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_numerictype.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/libnumarray.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/libnumeric.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncInt64.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying build/lib.linux-x86_64-2.7/numarray/_ufuncUInt64.so -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/safethread.py to safethread.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ufunc.py to ufunc.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ieeespecial.py to ieeespecial.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/session.py to session.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/arrayprint.py to arrayprint.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/memorytest.py to memorytest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numarrayall.py to numarrayall.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numinclude.py to numinclude.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/testdata.py to testdata.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/_ufuncall.py to _ufuncall.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numerictypes.py to numerictypes.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/testall.py to testall.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/dtype.py to dtype.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numeric.py to numeric.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/records.py to records.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/memmap.py to memmap.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/readonly.py to readonly.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/dotblas.py to dotblas.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/typeconv.py to typeconv.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/strings.py to strings.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numarraycore.py to numarraycore.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/objects.py to objects.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numtest.py to numtest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/generic.py to generic.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/array_protocol.py to array_protocol.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/numarrayext.py to numarrayext.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/teacup.py to teacup.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/array_persist.py to array_persist.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/template.py to template.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/bytescode.py to bytescode.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/basecode.py to basecode.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/convcode.py to convcode.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/sortcode.py to sortcode.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/codegenerator/ufunccode.py to ufunccode.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve/lineshape.py to lineshape.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve/Convolve.py to Convolve.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/convolve/iraf_frame.py to iraf_frame.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft/dtest.py to dtest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/fft/FFT.py to FFT.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra/dtest.py to dtest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra/mlab.py to mlab.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/linear_algebra/LinearAlgebra2.py to LinearAlgebra2.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array/dtest.py to dtest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/random_array/RandomArray2.py to RandomArray2.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image/_image.py to _image.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/image/combine.py to combine.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/_ni_support.py to _ni_support.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/filters.py to filters.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/interpolation.py to interpolation.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/test.py to test.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/morphology.py to morphology.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/fourier.py to fourier.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/nd_image/measurements.py to measurements.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma/MA.py to MA.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma/dtest.py to dtest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma/Precision.py to Precision.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma/MA_version.py to MA_version.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/mlab/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/matrix/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/sortperf.py to sortperf.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/bench.py to bench.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/obench.py to obench.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/testthread.py to testthread.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/pstats.py to pstats.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve/dtest.py to dtest.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve/lineshape.py to lineshape.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve/__init__.py to __init__.pyc
# byte-compiling /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/examples/convolve/benchmark.py to benchmark.pyc
# running install_headers
# creating /tmp/python-numarray/pkg/python2-numarray/usr/include
# creating /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7
# creating /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/libteacup.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/arrayif.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/numcomplex.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/libnumeric.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/arrayobject.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/ieeespecial.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/libnumarray.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/nummacro.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/cfunc.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/numconfig.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/tc.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/arraybase.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# copying Include/numarray/numarray.h -> /tmp/python-numarray/pkg/python2-numarray/usr/include/python2.7/numarray
# running install_data
# copying LICENSE.txt -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying Lib/testdata.fits -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray
# copying Packages/MA/Legal.htm -> /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray/ma
# running install_egg_info
# Writing /tmp/python-numarray/pkg/python2-numarray/usr/lib/python2.7/site-packages/numarray-1.5.2-py2.7.egg-info
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "python2-numarray"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: python-numarray 1.5.2-7 (Thu Apr 13 13:19:24 UTC 2017)

CMD: pacman --query --file python2-numarray-1.5.2-7-x86_64.pkg.tar.xz
# python2-numarray 1.5.2-7

Creating hybrid package for 'python2-numarray'

Trying to find vanilla package 'python2-numarray'...

CMD: pacman --query --file /mirror/python2-numarray-1.5.2-7.pkg.tar.xz
# python2-numarray 1.5.2-7

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/python2.7/site-packages/numarray-1.5.2-py2.7.egg-info
# /usr/lib/python2.7/site-packages/numarray/dotblas.pyc
# /usr/lib/python2.7/site-packages/numarray/array_persist.pyc
# /usr/lib/python2.7/site-packages/numarray/_sort.so
# /usr/lib/python2.7/site-packages/numarray/_numarray.so
# /usr/lib/python2.7/site-packages/numarray/numeric.pyc
# /usr/lib/python2.7/site-packages/numarray/__init__.py
# /usr/lib/python2.7/site-packages/numarray/_ufunc.so
# /usr/lib/python2.7/site-packages/numarray/records.pyc
# /usr/lib/python2.7/site-packages/numarray/safethread.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncUInt16.so
# /usr/lib/python2.7/site-packages/numarray/testdata.pyc
# /usr/lib/python2.7/site-packages/numarray/_converter.so
# /usr/lib/python2.7/site-packages/numarray/numarrayext.pyc
# /usr/lib/python2.7/site-packages/numarray/numarrayall.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncFloat32.so
# /usr/lib/python2.7/site-packages/numarray/records.py
# /usr/lib/python2.7/site-packages/numarray/dtype.py
# /usr/lib/python2.7/site-packages/numarray/arrayprint.py
# /usr/lib/python2.7/site-packages/numarray/_numerictype.so
# /usr/lib/python2.7/site-packages/numarray/numarraycore.pyc
# /usr/lib/python2.7/site-packages/numarray/numtest.py
# /usr/lib/python2.7/site-packages/numarray/session.py
# /usr/lib/python2.7/site-packages/numarray/LICENSE.txt
# /usr/lib/python2.7/site-packages/numarray/dtype.pyc
# /usr/lib/python2.7/site-packages/numarray/_conv.so
# /usr/lib/python2.7/site-packages/numarray/_bytes.so
# /usr/lib/python2.7/site-packages/numarray/testdata.py
# /usr/lib/python2.7/site-packages/numarray/array_protocol.py
# /usr/lib/python2.7/site-packages/numarray/memmap.pyc
# /usr/lib/python2.7/site-packages/numarray/strings.pyc
# /usr/lib/python2.7/site-packages/numarray/objects.pyc
# /usr/lib/python2.7/site-packages/numarray/testall.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncall.py
# /usr/lib/python2.7/site-packages/numarray/numarrayext.py
# /usr/lib/python2.7/site-packages/numarray/objects.py
# /usr/lib/python2.7/site-packages/numarray/memmap.py
# /usr/lib/python2.7/site-packages/numarray/libnumeric.so
# /usr/lib/python2.7/site-packages/numarray/_ufuncInt16.so
# /usr/lib/python2.7/site-packages/numarray/_ufuncUInt32.so
# /usr/lib/python2.7/site-packages/numarray/_ufuncInt8.so
# /usr/lib/python2.7/site-packages/numarray/readonly.py
# /usr/lib/python2.7/site-packages/numarray/memorytest.pyc
# /usr/lib/python2.7/site-packages/numarray/numarrayall.py
# /usr/lib/python2.7/site-packages/numarray/readonly.pyc
# /usr/lib/python2.7/site-packages/numarray/numtest.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncUInt64.so
# /usr/lib/python2.7/site-packages/numarray/_ufuncall.pyc
# /usr/lib/python2.7/site-packages/numarray/memorytest.py
# /usr/lib/python2.7/site-packages/numarray/numerictypes.py
# /usr/lib/python2.7/site-packages/numarray/array_persist.py
# /usr/lib/python2.7/site-packages/numarray/_ufuncInt64.so
# /usr/lib/python2.7/site-packages/numarray/numinclude.py
# /usr/lib/python2.7/site-packages/numarray/_ufuncUInt8.so
# /usr/lib/python2.7/site-packages/numarray/ufunc.pyc
# /usr/lib/python2.7/site-packages/numarray/numinclude.pyc
# /usr/lib/python2.7/site-packages/numarray/safethread.py
# /usr/lib/python2.7/site-packages/numarray/strings.py
# /usr/lib/python2.7/site-packages/numarray/dotblas.py
# /usr/lib/python2.7/site-packages/numarray/numarraycore.py
# /usr/lib/python2.7/site-packages/numarray/ieeespecial.pyc
# /usr/lib/python2.7/site-packages/numarray/generic.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncComplex32.so
# /usr/lib/python2.7/site-packages/numarray/typeconv.pyc
# /usr/lib/python2.7/site-packages/numarray/libnumarray.so
# /usr/lib/python2.7/site-packages/numarray/testdata.fits
# /usr/lib/python2.7/site-packages/numarray/_ndarray.so
# /usr/lib/python2.7/site-packages/numarray/_objectarray.so
# /usr/lib/python2.7/site-packages/numarray/generic.py
# /usr/lib/python2.7/site-packages/numarray/_operator.so
# /usr/lib/python2.7/site-packages/numarray/teacup.py
# /usr/lib/python2.7/site-packages/numarray/ieeespecial.py
# /usr/lib/python2.7/site-packages/numarray/numeric.py
# /usr/lib/python2.7/site-packages/numarray/numerictypes.pyc
# /usr/lib/python2.7/site-packages/numarray/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncComplex64.so
# /usr/lib/python2.7/site-packages/numarray/arrayprint.pyc
# /usr/lib/python2.7/site-packages/numarray/_chararray.so
# /usr/lib/python2.7/site-packages/numarray/typeconv.py
# /usr/lib/python2.7/site-packages/numarray/_ufuncBool.so
# /usr/lib/python2.7/site-packages/numarray/ufunc.py
# /usr/lib/python2.7/site-packages/numarray/array_protocol.pyc
# /usr/lib/python2.7/site-packages/numarray/memory.so
# /usr/lib/python2.7/site-packages/numarray/_ufuncFloat64.so
# /usr/lib/python2.7/site-packages/numarray/session.pyc
# /usr/lib/python2.7/site-packages/numarray/_ufuncInt32.so
# /usr/lib/python2.7/site-packages/numarray/testall.py
# /usr/lib/python2.7/site-packages/numarray/teacup.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/__init__.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/measurements.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/test.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/fourier.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/_nd_image.so
# /usr/lib/python2.7/site-packages/numarray/nd_image/interpolation.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/_ni_support.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/filters.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/_ni_support.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/morphology.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/filters.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/morphology.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/test.pyc
# /usr/lib/python2.7/site-packages/numarray/nd_image/fourier.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/measurements.py
# /usr/lib/python2.7/site-packages/numarray/nd_image/interpolation.py
# /usr/lib/python2.7/site-packages/numarray/convolve/__init__.py
# /usr/lib/python2.7/site-packages/numarray/convolve/lineshape.pyc
# /usr/lib/python2.7/site-packages/numarray/convolve/iraf_frame.pyc
# /usr/lib/python2.7/site-packages/numarray/convolve/_lineshape.so
# /usr/lib/python2.7/site-packages/numarray/convolve/iraf_frame.py
# /usr/lib/python2.7/site-packages/numarray/convolve/_correlate.so
# /usr/lib/python2.7/site-packages/numarray/convolve/lineshape.py
# /usr/lib/python2.7/site-packages/numarray/convolve/Convolve.pyc
# /usr/lib/python2.7/site-packages/numarray/convolve/Convolve.py
# /usr/lib/python2.7/site-packages/numarray/convolve/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/mlab/__init__.py
# /usr/lib/python2.7/site-packages/numarray/mlab/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/convcode.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/__init__.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/sortcode.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/basecode.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/bytescode.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/ufunccode.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/template.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/sortcode.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/template.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/ufunccode.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/basecode.py
# /usr/lib/python2.7/site-packages/numarray/codegenerator/convcode.pyc
# /usr/lib/python2.7/site-packages/numarray/codegenerator/bytescode.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/bench.py
# /usr/lib/python2.7/site-packages/numarray/examples/pstats.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/__init__.py
# /usr/lib/python2.7/site-packages/numarray/examples/sortperf.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/bench.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/testthread.py
# /usr/lib/python2.7/site-packages/numarray/examples/obench.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/pstats.py
# /usr/lib/python2.7/site-packages/numarray/examples/testthread.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/obench.py
# /usr/lib/python2.7/site-packages/numarray/examples/sortperf.py
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/__init__.py
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/high_level.so
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/lineshape.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/dtest.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/one_dimensional.so
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/lineshape.py
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/element_wise.so
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/dtest.py
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/testlite.so
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/numpy_compat.so
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/benchmark.pyc
# /usr/lib/python2.7/site-packages/numarray/examples/convolve/benchmark.py
# /usr/lib/python2.7/site-packages/numarray/matrix/__init__.py
# /usr/lib/python2.7/site-packages/numarray/matrix/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/fft/__init__.py
# /usr/lib/python2.7/site-packages/numarray/fft/FFT.py
# /usr/lib/python2.7/site-packages/numarray/fft/dtest.pyc
# /usr/lib/python2.7/site-packages/numarray/fft/FFT.pyc
# /usr/lib/python2.7/site-packages/numarray/fft/dtest.py
# /usr/lib/python2.7/site-packages/numarray/fft/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/fft/fftpack.so
# /usr/lib/python2.7/site-packages/numarray/random_array/RandomArray2.pyc
# /usr/lib/python2.7/site-packages/numarray/random_array/__init__.py
# /usr/lib/python2.7/site-packages/numarray/random_array/dtest.pyc
# /usr/lib/python2.7/site-packages/numarray/random_array/dtest.py
# /usr/lib/python2.7/site-packages/numarray/random_array/RandomArray2.py
# /usr/lib/python2.7/site-packages/numarray/random_array/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/random_array/ranlib2.so
# /usr/lib/python2.7/site-packages/numarray/image/combine.pyc
# /usr/lib/python2.7/site-packages/numarray/image/__init__.py
# /usr/lib/python2.7/site-packages/numarray/image/_image.py
# /usr/lib/python2.7/site-packages/numarray/image/combine.py
# /usr/lib/python2.7/site-packages/numarray/image/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/image/_image.pyc
# /usr/lib/python2.7/site-packages/numarray/image/_combine.so
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/__init__.py
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/dtest.pyc
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/LinearAlgebra2.pyc
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/mlab.pyc
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/LinearAlgebra2.py
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/dtest.py
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/lapack_lite2.so
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/__init__.pyc
# /usr/lib/python2.7/site-packages/numarray/linear_algebra/mlab.py
# /usr/lib/python2.7/site-packages/numarray/ma/MA_version.pyc
# /usr/lib/python2.7/site-packages/numarray/ma/__init__.py
# /usr/lib/python2.7/site-packages/numarray/ma/Precision.pyc
# /usr/lib/python2.7/site-packages/numarray/ma/Legal.htm
# /usr/lib/python2.7/site-packages/numarray/ma/MA.pyc
# /usr/lib/python2.7/site-packages/numarray/ma/dtest.pyc
# /usr/lib/python2.7/site-packages/numarray/ma/MA.py
# /usr/lib/python2.7/site-packages/numarray/ma/dtest.py
# /usr/lib/python2.7/site-packages/numarray/ma/Precision.py
# /usr/lib/python2.7/site-packages/numarray/ma/MA_version.py
# /usr/lib/python2.7/site-packages/numarray/ma/__init__.pyc
# /usr/share/licenses/python2-numarray/LICENSE
# /usr/include/python2.7/numarray/arraybase.h
# /usr/include/python2.7/numarray/numconfig.h
# /usr/include/python2.7/numarray/ieeespecial.h
# /usr/include/python2.7/numarray/arrayobject.h
# /usr/include/python2.7/numarray/libnumarray.h
# /usr/include/python2.7/numarray/arrayif.h
# /usr/include/python2.7/numarray/numcomplex.h
# /usr/include/python2.7/numarray/cfunc.h
# /usr/include/python2.7/numarray/nummacro.h
# /usr/include/python2.7/numarray/libteacup.h
# /usr/include/python2.7/numarray/tc.h
# /usr/include/python2.7/numarray/libnumeric.h
# /usr/include/python2.7/numarray/numarray.h
# /sysroot/usr/lib/python2.7/site-packages/numarray-1.5.2-py2.7.egg-info
# /sysroot/usr/lib/python2.7/site-packages/numarray/safethread.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ufunc.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ieeespecial.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/session.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/arrayprint.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/memorytest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numarrayall.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numinclude.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/testdata.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncall.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numerictypes.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/testall.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/dtype.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numeric.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/records.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/memmap.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/readonly.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/dotblas.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/typeconv.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/strings.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numarraycore.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/objects.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numtest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/generic.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/array_protocol.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/numarrayext.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/teacup.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/array_persist.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/_conv.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_sort.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_bytes.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufunc.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncBool.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncInt8.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncUInt8.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncInt16.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncUInt16.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncInt32.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncUInt32.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncFloat32.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncFloat64.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncComplex32.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncComplex64.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ndarray.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_numarray.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_chararray.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_objectarray.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/memory.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_converter.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_operator.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_numerictype.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/libnumarray.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/libnumeric.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncInt64.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncUInt64.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/safethread.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ufunc.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ieeespecial.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/session.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/arrayprint.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/memorytest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numarrayall.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numinclude.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/testdata.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/_ufuncall.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numerictypes.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/testall.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/dtype.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numeric.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/records.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/memmap.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/readonly.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/dotblas.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/typeconv.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/strings.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numarraycore.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/objects.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numtest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/generic.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/array_protocol.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/numarrayext.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/teacup.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/array_persist.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/LICENSE.txt
# /sysroot/usr/lib/python2.7/site-packages/numarray/testdata.fits
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/template.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/bytescode.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/basecode.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/convcode.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/sortcode.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/ufunccode.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/template.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/bytescode.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/basecode.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/convcode.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/sortcode.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/codegenerator/ufunccode.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/lineshape.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/Convolve.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/iraf_frame.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/_correlate.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/_lineshape.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/lineshape.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/Convolve.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/convolve/iraf_frame.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/dtest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/FFT.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/fftpack.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/dtest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/fft/FFT.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/dtest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/mlab.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/LinearAlgebra2.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/lapack_lite2.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/dtest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/mlab.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/linear_algebra/LinearAlgebra2.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/dtest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/RandomArray2.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/ranlib2.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/dtest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/random_array/RandomArray2.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/_image.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/combine.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/_combine.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/_image.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/image/combine.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/_ni_support.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/filters.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/interpolation.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/test.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/morphology.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/fourier.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/measurements.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/_nd_image.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/_ni_support.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/filters.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/interpolation.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/test.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/morphology.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/fourier.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/nd_image/measurements.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/MA.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/dtest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/Precision.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/MA_version.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/MA.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/dtest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/Precision.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/MA_version.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/ma/Legal.htm
# /sysroot/usr/lib/python2.7/site-packages/numarray/mlab/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/mlab/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/matrix/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/matrix/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/sortperf.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/bench.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/obench.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/testthread.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/pstats.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/sortperf.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/bench.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/obench.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/testthread.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/pstats.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/dtest.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/lineshape.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/benchmark.py
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/high_level.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/element_wise.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/one_dimensional.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/numpy_compat.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/testlite.so
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/dtest.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/lineshape.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/numarray/examples/convolve/benchmark.pyc
# /sysroot/usr/include/python2.7/numarray/libteacup.h
# /sysroot/usr/include/python2.7/numarray/arrayif.h
# /sysroot/usr/include/python2.7/numarray/numcomplex.h
# /sysroot/usr/include/python2.7/numarray/libnumeric.h
# /sysroot/usr/include/python2.7/numarray/arrayobject.h
# /sysroot/usr/include/python2.7/numarray/ieeespecial.h
# /sysroot/usr/include/python2.7/numarray/libnumarray.h
# /sysroot/usr/include/python2.7/numarray/nummacro.h
# /sysroot/usr/include/python2.7/numarray/cfunc.h
# /sysroot/usr/include/python2.7/numarray/numconfig.h
# /sysroot/usr/include/python2.7/numarray/tc.h
# /sysroot/usr/include/python2.7/numarray/arraybase.h
# /sysroot/usr/include/python2.7/numarray/numarray.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf python2-numarray.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/python2-numarray.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-numarray.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/python2-numarray.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'