- pip3 install scipy-1.2.0-cp36-cp36m-linux_aarch64.whl
复制代码
出现以下错误:- <blockquote style=""><font color="#000000">Processing ./scipy-1.2.0-cp36-cp36m-linux_aarch64.whl</font>
复制代码
Exception:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python3.6/site-packages/pip/commands/install.py", line 365, in run
strip_file_prefix=options.strip_file_prefix,
File "/usr/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/usr/lib/python3.6/site-packages/pip/req/req_install.py", line 854, in install
strip_file_prefix=strip_file_prefix
File "/usr/lib/python3.6/site-packages/pip/req/req_install.py", line 1069, in move_wheel_files
strip_file_prefix=strip_file_prefix,
File "/usr/lib/python3.6/site-packages/pip/wheel.py", line 345, in move_wheel_files
clobber(source, lib_dir, True)
File "/usr/lib/python3.6/site-packages/pip/wheel.py", line 287, in clobber
ensure_dir(dest) # common for the 'include' path
File "/usr/lib/python3.6/site-packages/pip/utils/__init__.py", line 83, in ensure_dir
os.makedirs(path)
File "/usr/lib64/python3.6/os.py", line 210, in makedirs
makedirs(head, mode, exist_ok)
File "/usr/lib64/python3.6/os.py", line 220, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/usr/local/lib64/python3.6'
- pip3 install --user -r rknn-toolkit/package/requirements-cpu.txt
复制代码
最终出现以下错误:- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xm7oxlm0/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-se29c3c6-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-xm7oxlm0/scipy/
复制代码
以下是屏幕信息:- 1
- Warning: Deleted feature: Assigned GOTO statement at (1)
- scipy/optimize/slsqp/slsqp_optmz.f:1988:72:
-
- assign 50 to next
- 1
- Warning: Deleted feature: ASSIGN statement at (1)
- scipy/optimize/slsqp/slsqp_optmz.f:1998:72:
-
- assign 70 to next
- 1
- Warning: Deleted feature: ASSIGN statement at (1)
- scipy/optimize/slsqp/slsqp_optmz.f:2004:72:
-
- assign 110 to next
- 1
- Warning: Deleted feature: ASSIGN statement at (1)
- scipy/optimize/slsqp/slsqp_optmz.f:2017:5:
-
- 110 IF( ABS(dx(i)) .LE. xmax ) GO TO 115
- 1
- Warning: Label 110 at (1) defined but not used [-Wunused-label]
- scipy/optimize/slsqp/slsqp_optmz.f:2012:5:
-
- 70 IF( ABS(dx(i)) .GT. cutlo ) GO TO 75
- 1
- Warning: Label 70 at (1) defined but not used [-Wunused-label]
- scipy/optimize/slsqp/slsqp_optmz.f:1993:5:
-
- 50 IF( dx(i) .EQ. ZERO) GO TO 200
- 1
- Warning: Label 50 at (1) defined but not used [-Wunused-label]
- scipy/optimize/slsqp/slsqp_optmz.f:882:49:
-
- CALL hfti (w(ie),me,me,l,w(IF),k,1,t,krank,xnrm,w,w(l+1),jw)
- 1
- Warning: Rank mismatch in argument ‘rnorm’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
- scipy/optimize/slsqp/slsqp_optmz.f:623:54:
-
- INTEGER jw(*),i,ic,id,ie,IF,ig,ih,il,im,ip,iu,iw,
- 1
- Warning: Unused variable ‘im’ declared at (1) [-Wunused-variable]
- scipy/optimize/slsqp/slsqp_optmz.f:623:60:
-
- INTEGER jw(*),i,ic,id,ie,IF,ig,ih,il,im,ip,iu,iw,
- 1
- Warning: Unused variable ‘iu’ declared at (1) [-Wunused-variable]
- scipy/optimize/slsqp/slsqp_optmz.f:1567:0:
-
- alpha=tp/t
-
- Warning: ‘tp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:2018:0:
-
- sum = one + sum * (xmax / dx(i))**2
-
- Warning: ‘xmax’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1662:0:
-
- 20 m = 0.5d0*(a + b)
-
- Warning: ‘u’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1663:0:
-
- tol1 = eps*ABS(x) + tol
-
- Warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1672:0:
-
- IF (ABS(e) .LE. tol1) GOTO 30
-
- Warning: ‘e’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1677:0:
-
- q = (x - v)*(fx - fw)
-
- Warning: ‘w’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1718:0:
-
- IF (fu .GT. fx) GOTO 60
-
- Warning: ‘fx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1730:0:
-
- IF (fu .LE. fw .OR. w .EQ. x) GOTO 70
-
- Warning: ‘fw’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1731:0:
-
- IF (fu .LE. fv .OR. v .EQ. x .OR. v .EQ. w) GOTO 80
-
- Warning: ‘fv’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1731:0: Warning: ‘v’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- scipy/optimize/slsqp/slsqp_optmz.f:1190:0:
-
- j=INDEX(iz)
-
- Warning: ‘izmax’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/slsqp/_slsqpmodule.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/slsqp/fortranobject.o build/temp.linux-aarch64-3.6/scipy/optimize/slsqp/slsqp_optmz.o -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -lgfortran -o build/lib.linux-aarch64-3.6/scipy/optimize/_slsqp.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.optimize._slsqp.map
- building 'scipy.optimize._nnls' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls
- compile options: '-DNPY_NO_DEPRECATED_API=NPY_1_9_API_VERSION -Ibuild/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: build/src.linux-aarch64-3.6/scipy/optimize/nnls/_nnlsmodule.c
- gcc: build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls/fortranobject.c
- build/src.linux-aarch64-3.6/scipy/optimize/nnls/_nnlsmodule.c:109:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
- static int f2py_size(PyArrayObject* var, ...)
- ^~~~~~~~~
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls/fortranobject.c: In function ‘format_def’:
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls/fortranobject.c:138:18: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
- if (size < sizeof(notalloc)) {
- ^
- compiling Fortran sources
- Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- creating build/temp.linux-aarch64-3.6/scipy/optimize/nnls
- compile options: '-DNPY_NO_DEPRECATED_API=NPY_1_9_API_VERSION -Ibuild/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gfortran:f77: scipy/optimize/nnls/nnls.f
- scipy/optimize/nnls/nnls.f:128:44:
-
- CALL H12 (1,NPP1,NPP1+1,M,A(1,J),1,UP,DUMMY,1,1,0)
- 1
- Warning: Rank mismatch in argument ‘c’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
- scipy/optimize/nnls/nnls.f:121:0:
-
- J=INDEX(IZ)
-
- Warning: ‘izmax’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls/_nnlsmodule.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/optimize/nnls/fortranobject.o build/temp.linux-aarch64-3.6/scipy/optimize/nnls/nnls.o -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -lgfortran -o build/lib.linux-aarch64-3.6/scipy/optimize/_nnls.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.optimize._nnls.map
- building 'scipy.optimize._group_columns' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/optimize/_group_columns.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/optimize/_group_columns.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/optimize/_group_columns.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/optimize/_group_columns.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.optimize._group_columns.map
- building 'scipy.optimize._lsq.givens_elimination' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/scipy/optimize/_lsq
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/optimize/_lsq/givens_elimination.c
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/optimize/_lsq/givens_elimination.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/optimize/_lsq/givens_elimination.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.optimize._lsq.givens_elimination.map
- building 'scipy.optimize._trlib._trlib' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/scipy/optimize/_trlib
- compile options: '-DNO_ATLAS_INFO=1 -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -Iscipy/_lib -Iscipy/optimize/_trlib/trlib -I/usr/local/include -I/usr/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/optimize/_trlib/_trlib.c
- gcc: scipy/optimize/_trlib/trlib_leftmost.c
- gcc: scipy/optimize/_trlib/trlib_eigen_inverse.c
- gcc: scipy/optimize/_trlib/trlib_krylov.c
- gcc: scipy/optimize/_trlib/trlib_quadratic_zero.c
- gcc: scipy/optimize/_trlib/trlib_tri_factor.c
- scipy/optimize/_trlib/trlib_krylov.c: In function ‘trlib_krylov_min’:
- scipy/optimize/_trlib/trlib_krylov.c:725:25: warning: unused variable ‘obj’ [-Wunused-variable]
- trlib_flt_t obj = fwork[8];
- ^~~
- scipy/optimize/_trlib/trlib_krylov.c:734:25: warning: unused variable ‘lam’ [-Wunused-variable]
- trlib_flt_t lam = fwork[7];
- ^~~
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/optimize/_trlib/_trlib.c:611:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-aarch64-3.6/scipy/optimize/_trlib/_trlib.o build/temp.linux-aarch64-3.6/scipy/optimize/_trlib/trlib_krylov.o build/temp.linux-aarch64-3.6/scipy/optimize/_trlib/trlib_eigen_inverse.o build/temp.linux-aarch64-3.6/scipy/optimize/_trlib/trlib_leftmost.o build/temp.linux-aarch64-3.6/scipy/optimize/_trlib/trlib_quadratic_zero.o build/temp.linux-aarch64-3.6/scipy/optimize/_trlib/trlib_tri_factor.o -L/usr/lib64 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -llapack -llapack -lblas -lblas -lpython3.6m -lgfortran -o build/lib.linux-aarch64-3.6/scipy/optimize/_trlib/_trlib.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.optimize._trlib._trlib.map
- building 'scipy.signal.sigtools' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/scipy/signal
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/signal
- compile options: '-DNPY_NO_DEPRECATED_API=NPY_1_9_API_VERSION -Iscipy/signal -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/signal/medianfilter.c
- gcc: scipy/signal/firfilter.c
- gcc: scipy/signal/sigtoolsmodule.c
- gcc: build/src.linux-aarch64-3.6/scipy/signal/lfilter.c
- gcc: build/src.linux-aarch64-3.6/scipy/signal/correlate_nd.c
- scipy/signal/lfilter.c.src: In function ‘scipy_signal_sigtools_linear_filter’:
- scipy/signal/lfilter.c.src:190:15: warning: unused variable ‘s’ [-Wunused-variable]
- char *s;
- ^
- scipy/signal/lfilter.c.src:291:50: warning: passing argument 2 of ‘(int (*)(PyArrayObject *, PyObject *))*(_scipy_signal_ARRAY_API + 2256)’ from incompatible pointer type [-Wincompatible-pointer-types]
- if (PyArray_SetBaseObject(arVi_view, arVi) == -1) {
- ^~~~
- scipy/signal/lfilter.c.src:291:50: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘PyArrayObject *’ {aka ‘struct tagPyArrayObject *’}
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/signal/sigtoolsmodule.o build/temp.linux-aarch64-3.6/scipy/signal/firfilter.o build/temp.linux-aarch64-3.6/scipy/signal/medianfilter.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/signal/lfilter.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/signal/correlate_nd.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/signal/sigtools.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.signal.sigtools.map
- building 'scipy.signal._spectral' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/signal/_spectral.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/signal/_spectral.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/signal/_spectral.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/signal/_spectral.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.signal._spectral.map
- building 'scipy.signal._max_len_seq_inner' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/signal/_max_len_seq_inner.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/signal/_max_len_seq_inner.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/signal/_max_len_seq_inner.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/signal/_max_len_seq_inner.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.signal._max_len_seq_inner.map
- building 'scipy.signal._peak_finding_utils' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/signal/_peak_finding_utils.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/signal/_peak_finding_utils.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/signal/_peak_finding_utils.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/signal/_peak_finding_utils.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.signal._peak_finding_utils.map
- building 'scipy.signal._upfirdn_apply' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/signal/_upfirdn_apply.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/signal/_upfirdn_apply.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/signal/_upfirdn_apply.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/signal/_upfirdn_apply.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.signal._upfirdn_apply.map
- building 'scipy.signal.spline' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-DNPY_NO_DEPRECATED_API=NPY_1_9_API_VERSION -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/signal/D_bspline_util.c
- gcc: scipy/signal/C_bspline_util.c
- gcc: scipy/signal/splinemodule.c
- gcc: scipy/signal/S_bspline_util.c
- gcc: scipy/signal/bspline_util.c
- gcc: scipy/signal/Z_bspline_util.c
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/signal/splinemodule.o build/temp.linux-aarch64-3.6/scipy/signal/S_bspline_util.o build/temp.linux-aarch64-3.6/scipy/signal/D_bspline_util.o build/temp.linux-aarch64-3.6/scipy/signal/C_bspline_util.o build/temp.linux-aarch64-3.6/scipy/signal/Z_bspline_util.o build/temp.linux-aarch64-3.6/scipy/signal/bspline_util.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/signal/spline.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.signal.spline.map
- building 'scipy.sparse.linalg.isolve._iterative' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative
- compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include -Ibuild/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c
- gcc: build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.h:13,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.c:2:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.c: In function ‘format_def’:
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.c:138:18: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
- if (size < sizeof(notalloc)) {
- ^
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.h:13,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c:16:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/_iterativemodule.c:151:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
- static int f2py_size(PyArrayObject* var, ...)
- ^~~~~~~~~
- compiling Fortran sources
- Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative
- compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include -Ibuild/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.f
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/getbreak.f
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.f
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.f
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/CGREVCOM.f
- gfortran:f77: build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.f
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:2446:15:
-
- integer k, m
- 1
- Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:2446:18:
-
- integer k, m
- 1
- Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:2409:37:
-
- [ DISCUZ_CODE_85 ]nbsp; FUNCTION dzAPPROXRES( I, H, S, GIVENS, LDG )
- 1
- Warning: Unused dummy argument ‘h’ at (1) [-Wunused-dummy-argument]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:1809:15:
-
- integer k, m
- 1
- Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:1809:18:
-
- integer k, m
- 1
- Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:1772:37:
-
- [ DISCUZ_CODE_85 ]nbsp; FUNCTION scAPPROXRES( I, H, S, GIVENS, LDG )
- 1
- Warning: Unused dummy argument ‘h’ at (1) [-Wunused-dummy-argument]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:1172:15:
-
- integer k, m
- 1
- Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:1172:18:
-
- integer k, m
- 1
- Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:1135:36:
-
- [ DISCUZ_CODE_85 ]nbsp; FUNCTION dAPPROXRES( I, H, S, GIVENS, LDG )
- 1
- Warning: Unused dummy argument ‘h’ at (1) [-Wunused-dummy-argument]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:535:15:
-
- integer k, m
- 1
- Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:535:18:
-
- integer k, m
- 1
- Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable]
- build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.f:498:36:
-
- [ DISCUZ_CODE_85 ]nbsp; FUNCTION sAPPROXRES( I, H, S, GIVENS, LDG )
- 1
- Warning: Unused dummy argument ‘h’ at (1) [-Wunused-dummy-argument]
- gfortran:f77: /tmp/pip-build-xm7oxlm0/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.f
- /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/_iterativemodule.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/fortranobject.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/getbreak.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/BiCGREVCOM.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/BiCGSTABREVCOM.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/CGREVCOM.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/CGSREVCOM.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/GMRESREVCOM.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/isolve/iterative/QMRREVCOM.o build/temp.linux-aarch64-3.6/tmp/pip-build-xm7oxlm0/scipy/scipy/_build_utils/src/wrap_dummy_g77_abi.o -L/usr/lib64 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -llapack -llapack -lblas -lblas -lpython3.6m -lgfortran -o build/lib.linux-aarch64-3.6/scipy/sparse/linalg/isolve/_iterative.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.linalg.isolve._iterative.map
- building 'scipy.sparse.linalg.dsolve._superlu' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-DNPY_NO_DEPRECATED_API=NPY_1_9_API_VERSION -DNO_ATLAS_INFO=1 -DUSE_VENDOR_BLAS=1 -I/usr/local/include -I/usr/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/linalg/dsolve/_superlumodule.c
- gcc: scipy/sparse/linalg/dsolve/_superlu_utils.c
- gcc: scipy/sparse/linalg/dsolve/_superluobject.c
- scipy/sparse/linalg/dsolve/_superluobject.c:216:32: warning: missing braces around initializer [-Wmissing-braces]
- PyGetSetDef SuperLU_getset[] = {
- ^
- In file included from scipy/sparse/linalg/dsolve/_superlu_utils.c:8:
- scipy/sparse/linalg/dsolve/_superluobject.h:160:19: warning: ‘Create_CompCol_Matrix’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(Create_CompCol_Matrix, void);
- ^~~~~~~~~~~~~~~~~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:159:19: warning: ‘Create_CompRow_Matrix’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(Create_CompRow_Matrix, void);
- ^~~~~~~~~~~~~~~~~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:158:19: warning: ‘Create_Dense_Matrix’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(Create_Dense_Matrix, void);
- ^~~~~~~~~~~~~~~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:157:19: warning: ‘gssv’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gssv, void);
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:156:19: warning: ‘gstrs’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gstrs, void);
- ^~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:155:19: warning: ‘gsitrf’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gsitrf, void);
- ^~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:154:19: warning: ‘gstrf’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gstrf, void);
- ^~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.c: In function ‘droprule_one_cvt’:
- scipy/sparse/linalg/dsolve/_superluobject.c:822:10: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
- long i = -1; \
- ^
- scipy/sparse/linalg/dsolve/_superluobject.c:977:5: note: in expansion of macro ‘ENUM_CHECK_INIT’
- ENUM_CHECK_INIT;
- ^~~~~~~~~~~~~~~
- In file included from scipy/sparse/linalg/dsolve/_superluobject.c:13:
- At top level:
- scipy/sparse/linalg/dsolve/_superluobject.h:157:19: warning: ‘gssv’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gssv, void);
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- In file included from scipy/sparse/linalg/dsolve/_superlumodule.c:19:
- scipy/sparse/linalg/dsolve/_superluobject.h:160:19: warning: ‘Create_CompCol_Matrix’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(Create_CompCol_Matrix, void);
- ^~~~~~~~~~~~~~~~~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:159:19: warning: ‘Create_CompRow_Matrix’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(Create_CompRow_Matrix, void);
- ^~~~~~~~~~~~~~~~~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:158:19: warning: ‘Create_Dense_Matrix’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(Create_Dense_Matrix, void);
- ^~~~~~~~~~~~~~~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:156:19: warning: ‘gstrs’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gstrs, void);
- ^~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:155:19: warning: ‘gsitrf’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gsitrf, void);
- ^~~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:154:19: warning: ‘gstrf’ defined but not used [-Wunused-function]
- TYPE_GENERIC_FUNC(gstrf, void);
- ^~~~~
- scipy/sparse/linalg/dsolve/_superluobject.h:95:23: note: in definition of macro ‘TYPE_GENERIC_FUNC’
- static returntype name(int type, name##_ARGS) \
- ^~~~
- /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-aarch64-3.6/scipy/sparse/linalg/dsolve/_superlumodule.o build/temp.linux-aarch64-3.6/scipy/sparse/linalg/dsolve/_superlu_utils.o build/temp.linux-aarch64-3.6/scipy/sparse/linalg/dsolve/_superluobject.o -L/usr/lib64 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lsuperlu_src -llapack -llapack -lblas -lblas -lpython3.6m -lgfortran -o build/lib.linux-aarch64-3.6/scipy/sparse/linalg/dsolve/_superlu.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.linalg.dsolve._superlu.map
- building 'scipy.sparse.linalg.eigen.arpack._arpack' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen
- creating build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack
- compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include -Ibuild/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c
- gcc: build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.h:13,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c:16:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.h:13,
- from build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.c:2:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.c: In function ‘format_def’:
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.c:138:18: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
- if (size < sizeof(notalloc)) {
- ^
- build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpackmodule.c:260:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
- static int f2py_size(PyArrayObject* var, ...)
- ^~~~~~~~~
- compiling Fortran sources
- Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include -Ibuild/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gfortran:f77: build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.f
- /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpackmodule.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/fortranobject.o build/temp.linux-aarch64-3.6/build/src.linux-aarch64-3.6/build/src.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpack-f2pywrappers.o -L/usr/lib64 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib/gcc/aarch64-redhat-linux/8 -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -larpack_scipy -llapack -llapack -lblas -lblas -lpython3.6m -lgfortran -o build/lib.linux-aarch64-3.6/scipy/sparse/linalg/eigen/arpack/_arpack.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.linalg.eigen.arpack._arpack.map
- building 'scipy.sparse.csgraph._shortest_path' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/scipy/sparse/csgraph
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/csgraph/_shortest_path.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/sparse/csgraph/_shortest_path.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- scipy/sparse/csgraph/_shortest_path.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_14_shortest_path__floyd_warshall’:
- scipy/sparse/csgraph/_shortest_path.c:4144:35: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4156:53: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_10 = (__pyx_v_i + 1); __pyx_t_10 < __pyx_t_9; __pyx_t_10+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4426:35: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4438:39: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_10 = 0; __pyx_t_10 < __pyx_t_9; __pyx_t_10+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4480:41: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_29 = 0; __pyx_t_29 < __pyx_t_28; __pyx_t_29+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4565:35: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4577:39: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_10 = 0; __pyx_t_10 < __pyx_t_9; __pyx_t_10+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:4619:41: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
- for (__pyx_t_29 = 0; __pyx_t_29 < __pyx_t_28; __pyx_t_29+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_14_shortest_path__bellman_ford_directed’:
- scipy/sparse/csgraph/_shortest_path.c:8955:236: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_20 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_18, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_20 < __pyx_t_19; __pyx_t_20+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:9155:234: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_13 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_35, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_13 < __pyx_t_19; __pyx_t_13+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_14_shortest_path__bellman_ford_undirected’:
- scipy/sparse/csgraph/_shortest_path.c:9544:236: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_20 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_18, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_20 < __pyx_t_19; __pyx_t_20+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:9808:234: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_13 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_38, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_13 < __pyx_t_19; __pyx_t_13+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_14_shortest_path__johnson_add_weights’:
- scipy/sparse/csgraph/_shortest_path.c:11649:229: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_9 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_7, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_9 < __pyx_t_8; __pyx_t_9+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_14_shortest_path__johnson_directed’:
- scipy/sparse/csgraph/_shortest_path.c:11962:234: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_16 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_14, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_16 < __pyx_t_15; __pyx_t_16+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:12109:230: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_4 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_24, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_4 < __pyx_t_15; __pyx_t_4+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_14_shortest_path__johnson_undirected’:
- scipy/sparse/csgraph/_shortest_path.c:12449:234: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_16 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_14, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_16 < __pyx_t_15; __pyx_t_16+=1) {
- ^
- scipy/sparse/csgraph/_shortest_path.c:12625:230: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_4 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_14_shortest_path_ITYPE_t *, __pyx_pybuffernd_csr_indptr.rcbuffer->pybuffer.buf, __pyx_t_24, __pyx_pybuffernd_csr_indptr.diminfo[0].strides)); __pyx_t_4 < __pyx_t_15; __pyx_t_4+=1) {
- ^
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/sparse/csgraph/_shortest_path.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/sparse/csgraph/_shortest_path.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.csgraph._shortest_path.map
- building 'scipy.sparse.csgraph._traversal' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/csgraph/_traversal.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/sparse/csgraph/_traversal.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- scipy/sparse/csgraph/_traversal.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_10_traversal__breadth_first_directed’:
- scipy/sparse/csgraph/_traversal.c:3785:217: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_9 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t *, __pyx_pybuffernd_indptr.rcbuffer->pybuffer.buf, __pyx_t_7, __pyx_pybuffernd_indptr.diminfo[0].strides)); __pyx_t_9 < __pyx_t_8; __pyx_t_9+=1) {
- ^
- scipy/sparse/csgraph/_traversal.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_10_traversal__breadth_first_undirected’:
- scipy/sparse/csgraph/_traversal.c:4156:219: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_9 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t *, __pyx_pybuffernd_indptr1.rcbuffer->pybuffer.buf, __pyx_t_7, __pyx_pybuffernd_indptr1.diminfo[0].strides)); __pyx_t_9 < __pyx_t_8; __pyx_t_9+=1) {
- ^
- scipy/sparse/csgraph/_traversal.c:4298:220: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_9 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t *, __pyx_pybuffernd_indptr2.rcbuffer->pybuffer.buf, __pyx_t_15, __pyx_pybuffernd_indptr2.diminfo[0].strides)); __pyx_t_9 < __pyx_t_8; __pyx_t_9+=1) {
- ^
- scipy/sparse/csgraph/_traversal.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_10_traversal__depth_first_directed’:
- scipy/sparse/csgraph/_traversal.c:5415:219: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_11 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t *, __pyx_pybuffernd_indptr.rcbuffer->pybuffer.buf, __pyx_t_9, __pyx_pybuffernd_indptr.diminfo[0].strides)); __pyx_t_11 < __pyx_t_10; __pyx_t_11+=1) {
- ^
- scipy/sparse/csgraph/_traversal.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_10_traversal__depth_first_undirected’:
- scipy/sparse/csgraph/_traversal.c:5960:221: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_11 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t *, __pyx_pybuffernd_indptr1.rcbuffer->pybuffer.buf, __pyx_t_9, __pyx_pybuffernd_indptr1.diminfo[0].strides)); __pyx_t_11 < __pyx_t_10; __pyx_t_11+=1) {
- ^
- scipy/sparse/csgraph/_traversal.c:6158:224: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_11 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_10_traversal_ITYPE_t *, __pyx_pybuffernd_indptr2.rcbuffer->pybuffer.buf, __pyx_t_19, __pyx_pybuffernd_indptr2.diminfo[0].strides)); __pyx_t_11 < __pyx_t_10; __pyx_t_11+=1) {
- ^
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/sparse/csgraph/_traversal.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/sparse/csgraph/_traversal.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.csgraph._traversal.map
- building 'scipy.sparse.csgraph._min_spanning_tree' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/csgraph/_min_spanning_tree.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/sparse/csgraph/_min_spanning_tree.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- scipy/sparse/csgraph/_min_spanning_tree.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_18_min_spanning_tree__min_spanning_tree’:
- scipy/sparse/csgraph/_min_spanning_tree.c:3209:231: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_8 = (*((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) __pyx_v_indptr.data) + __pyx_t_6)) ))); __pyx_t_8 < __pyx_t_7; __pyx_t_8+=1) {
- ^
- scipy/sparse/csgraph/_min_spanning_tree.c:3309:227: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
- __pyx_t_10 = (((*((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) __pyx_v_predecessors.data) + __pyx_t_15)) ))) != __pyx_v_R1) != 0);
- ^~
- scipy/sparse/csgraph/_min_spanning_tree.c:3341:227: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
- __pyx_t_10 = (((*((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) __pyx_v_predecessors.data) + __pyx_t_17)) ))) != __pyx_v_R2) != 0);
- ^~
- scipy/sparse/csgraph/_min_spanning_tree.c:3364:227: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
- __pyx_t_10 = (((*((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) __pyx_v_predecessors.data) + __pyx_t_19)) ))) != __pyx_v_R1) != 0);
- ^~
- scipy/sparse/csgraph/_min_spanning_tree.c:3387:227: warning: comparison of integer expressions of different signedness: ‘__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
- __pyx_t_10 = (((*((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) ( /* dim=0 */ ((char *) (((__pyx_t_5scipy_6sparse_7csgraph_18_min_spanning_tree_ITYPE_t *) __pyx_v_predecessors.data) + __pyx_t_21)) ))) != __pyx_v_R2) != 0);
- ^~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/sparse/csgraph/_min_spanning_tree.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/sparse/csgraph/_min_spanning_tree.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.csgraph._min_spanning_tree.map
- building 'scipy.sparse.csgraph._reordering' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/csgraph/_reordering.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/sparse/csgraph/_reordering.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/sparse/csgraph/_reordering.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/sparse/csgraph/_reordering.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.csgraph._reordering.map
- building 'scipy.sparse.csgraph._tools' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/csgraph/_tools.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/sparse/csgraph/_tools.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- scipy/sparse/csgraph/_tools.c: In function ‘__pyx_f_5scipy_6sparse_7csgraph_6_tools__populate_graph’:
- scipy/sparse/csgraph/_tools.c:4384:215: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__pyx_t_5scipy_6sparse_7csgraph_6_tools_ITYPE_t’ {aka ‘int’} [-Wsign-compare]
- for (__pyx_t_13 = (*__Pyx_BufPtrCContig1d(__pyx_t_5scipy_6sparse_7csgraph_6_tools_ITYPE_t *, __pyx_pybuffernd_indptr.rcbuffer->pybuffer.buf, __pyx_t_11, __pyx_pybuffernd_indptr.diminfo[0].strides)); __pyx_t_13 < __pyx_t_12; __pyx_t_13+=1) {
- ^
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/sparse/csgraph/_tools.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/sparse/csgraph/_tools.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse.csgraph._tools.map
- building 'scipy.sparse._csparsetools' extension
- compiling C sources
- C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- compile options: '-I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- gcc: scipy/sparse/_csparsetools.c
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
- from scipy/sparse/_csparsetools.c:610:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-aarch64-3.6/scipy/sparse/_csparsetools.o -L/usr/lib64 -Lbuild/temp.linux-aarch64-3.6 -lpython3.6m -o build/lib.linux-aarch64-3.6/scipy/sparse/_csparsetools.cpython-36m-aarch64-linux-gnu.so -Wl,--version-script=build/temp.linux-aarch64-3.6/link-version-scipy.sparse._csparsetools.map
- building 'scipy.sparse._sparsetools' extension
- compiling C++ sources
- C compiler: g++ -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-
- creating build/temp.linux-aarch64-3.6/scipy/sparse/sparsetools
- compile options: '-D__STDC_FORMAT_MACROS=1 -Iscipy/sparse/sparsetools -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c'
- g++: scipy/sparse/sparsetools/sparsetools.cxx
- g++: scipy/sparse/sparsetools/csc.cxx
- g++: scipy/sparse/sparsetools/bsr.cxx
- g++: scipy/sparse/sparsetools/csr.cxx
- g++: scipy/sparse/sparsetools/other.cxx
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from scipy/sparse/sparsetools/sparsetools.h:5,
- from scipy/sparse/sparsetools/other.cxx:4:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from scipy/sparse/sparsetools/sparsetools.h:5,
- from scipy/sparse/sparsetools/csr.cxx:4:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from scipy/sparse/sparsetools/sparsetools.h:5,
- from scipy/sparse/sparsetools/csc.cxx:4:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from scipy/sparse/sparsetools/sparsetools.h:5,
- from scipy/sparse/sparsetools/bsr.cxx:4:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- In file included from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
- from /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
- from scipy/sparse/sparsetools/sparsetools.cxx:34:
- /home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
- #warning "Using deprecated NumPy API, disable it with " \
- ^~~~~~~
- g++: fatal error: Killed signal terminated program cc1plus
- compilation terminated.
- {standard input}: Assembler messages:
- {standard input}:504739: Warning: end of file not at end of a line; newline inserted
- {standard input}:505237: Error: unknown pseudo-op: `.lvl5698'
- {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
- g++: fatal error: Killed signal terminated program cc1plus
- compilation terminated.
- error: Command "g++ -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__STDC_FORMAT_MACROS=1 -Iscipy/sparse/sparsetools -I/home/toybrick/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c scipy/sparse/sparsetools/bsr.cxx -o build/temp.linux-aarch64-3.6/scipy/sparse/sparsetools/bsr.o -MMD -MF build/temp.linux-aarch64-3.6/scipy/sparse/sparsetools/bsr.o.d" failed with exit status 1
-
- ----------------------------------------
- <font color="#ff0000">Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xm7oxlm0/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-se29c3c6-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-xm7oxlm0/scipy/</font>
复制代码
- WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead
复制代码
- sudo pip install scipy-xxx.wheel
复制代码
\- pip install scipy-xxx.wheel --user
复制代码
程子 发表于 2019-3-23 09:30
To install scipy globally:
\
- python3 test.py
复制代码
- Traceback (most recent call last):
- File "test.py", line 3, in <module>
- from rknn.api import RKNN
- ModuleNotFoundError: No module named 'rknn'
复制代码
sunzhongmeng 发表于 2019-3-23 16:35
你好,这个软件环境已经都安装了,但是在执行
的时候提示:
- pip install rknn_toolkit-xxx.whl
复制代码
- python rknn_transform.py
复制代码
却提示未找到模块:- [toybrick@MiWiFi-R1CM-srv yolov3_demo]$ python rknn_transform.py
- Traceback (most recent call last):
- File "rknn_transform.py", line 3, in <module>
- from matplotlib import pyplot as plt
- ModuleNotFoundError: No module named 'matplotlib'
复制代码
[attach]184[/attach]sunzhongmeng 发表于 2019-3-23 19:30
好的,的确是这样的,我记得已经安装了,但是不知道为什么,又装了一下 ,这个问题OK了。但是在运行yolov ...
- sudo dnf install -y python3-matplotlib
复制代码
- python rknn_picture.py
复制代码
出现错误:- [toybrick@MiWiFi-R1CM-srv yolov3_demo]$ python3 rknn_picture.py
- /usr/lib64/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
- from ._conv import register_converters as _register_converters
- -->loading model
- E Catch exception when loading RKNN model [./yolov3.rknn]!
- T Traceback (most recent call last):
- T File "rknn/api/rknn_base.py", line 383, in rknn.api.rknn_base.RKNNBase.import_rknn
- T File "rknn/api/rknn_model.py", line 26, in rknn.api.rknn_model.RKNNModel.load
- T FileNotFoundError: [Errno 2] No such file or directory: './yolov3.rknn'
- loading model done
- --> Init runtime environment
- done
- E RKNN model is None, please load model first!
- Traceback (most recent call last):
- File "rknn_picture.py", line 234, in <module>
- out_boxes, out_boxes2, out_boxes3 = rknn.inference(inputs=[mat])
- TypeError: 'NoneType' object is not iterable
- [toybrick@MiWiFi-R1CM-srv yolov3_demo]$
复制代码
但是执行- python rknn_picture_tiny.py
复制代码
结果OK。- No such file or directory: './yolov3.rknn'
复制代码
程子 发表于 2019-3-24 14:13
把yolov3的rknn模型放到同目录下。
- python rknn_transform.py
复制代码
- Killed
复制代码
程子 发表于 2019-3-25 15:56
可能是因为爆内存被OOM-Killer杀了,模型转换尽量在开发机上转换,而不要在板子上。 ...
sunzhongmeng 发表于 2019-3-26 08:37
是的,后来通过串口看到了调试信息,开发机环境是不是要按照《RKNN-Toolkit使用指南_V0.9.9》搭建? ...
欢迎光临 Toybrick (https://t.rock-chips.com/) | Powered by Discuz! X3.3 |