Created
October 13, 2022 13:26
-
-
Save rgommers/9249454569d22bb49ffda86e25025ff2 to your computer and use it in GitHub Desktop.
A build for SciPy 1.8.1 with oneAPI compilers (with a build failure)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> py-scipy: Executing phase: 'install' | |
==> [2022-10-13-12:45:50.325962] '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/bin/python3.9' '-m' 'pip' '-vvv' '--no-input' '--no-cache-dir' '--disable-pip-version-check' 'install' '--no-deps' '--ignore-installed' '--no-build-isolation' '--no-warn-script-location' '--no-index' '--prefix=/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh' '.' | |
Using pip 22.2.2 from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pip-22.2.2-42kbxmhhxyigyp2224oarapc3o5xxpga/lib/python3.9/site-packages/pip (python 3.9) | |
Non-user install due to --prefix or --target option | |
Ignoring indexes: https://pypi.org/simple | |
Created temporary directory: /tmp/pip-ephem-wheel-cache-vju1m2iu | |
Created temporary directory: /tmp/pip-build-tracker-h5l54x96 | |
Initialized build tracking at /tmp/pip-build-tracker-h5l54x96 | |
Created build tracker: /tmp/pip-build-tracker-h5l54x96 | |
Entered build tracker: /tmp/pip-build-tracker-h5l54x96 | |
Created temporary directory: /tmp/pip-install-nnwdpasf | |
Processing /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src | |
Added file:///tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src to build tracker '/tmp/pip-build-tracker-h5l54x96' | |
Created temporary directory: /tmp/pip-modern-metadata-59id0kzp | |
Preparing metadata (pyproject.toml): started | |
Running command Preparing metadata (pyproject.toml) | |
setup.py:486: UserWarning: Unrecognized setuptools command ('dist_info --egg-base /tmp/pip-modern-metadata-59id0kzp'), proceeding with generating Cython sources and expanding templates | |
warnings.warn("Unrecognized setuptools command ('{}'), proceeding with " | |
Running scipy/stats/_generate_pyx.py | |
Running scipy/special/_generate_pyx.py | |
Running scipy/linalg/_generate_pyx.py | |
Processing scipy/stats/_biasedurn.pyx | |
Processing scipy/stats/_stats.pyx | |
Processing scipy/stats/_sobol.pyx | |
Processing scipy/stats/_qmc_cy.pyx | |
Processing scipy/stats/_unuran/unuran_wrapper.pyx | |
Processing scipy/stats/_boost/src/hypergeom_ufunc.pyx | |
Processing scipy/stats/_boost/src/nbinom_ufunc.pyx | |
Processing scipy/stats/_boost/src/binom_ufunc.pyx | |
Processing scipy/stats/_boost/src/beta_ufunc.pyx | |
Processing scipy/special/cython_special.pyx | |
Processing scipy/special/_ufuncs_cxx.pyx | |
Processing scipy/special/_ufuncs.pyx | |
Processing scipy/special/_test_round.pyx | |
Processing scipy/special/_ellip_harm_2.pyx | |
Processing scipy/special/_comb.pyx | |
Processing scipy/spatial/_voronoi.pyx | |
Processing scipy/spatial/_qhull.pyx | |
Processing scipy/spatial/_hausdorff.pyx | |
Processing scipy/spatial/_ckdtree.pyx | |
Processing scipy/spatial/transform/_rotation.pyx | |
Processing scipy/sparse/_csparsetools.pyx.in | |
Processing scipy/sparse/csgraph/_traversal.pyx | |
Processing scipy/sparse/csgraph/_tools.pyx | |
Processing scipy/sparse/csgraph/_shortest_path.pyx | |
Processing scipy/sparse/csgraph/_reordering.pyx | |
Processing scipy/sparse/csgraph/_min_spanning_tree.pyx | |
Processing scipy/sparse/csgraph/_matching.pyx | |
Processing scipy/sparse/csgraph/_flow.pyx | |
Processing scipy/signal/_upfirdn_apply.pyx | |
Processing scipy/signal/_spectral.pyx | |
Processing scipy/signal/_sosfilt.pyx | |
Processing scipy/signal/_peak_finding_utils.pyx | |
Processing scipy/signal/_max_len_seq_inner.pyx | |
warning: unuran_wrapper.pyx:470:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:470:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:470:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:515:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:515:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:515:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:1469:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:1469:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
warning: unuran_wrapper.pyx:1469:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. | |
Processing scipy/optimize/_group_columns.pyx | |
Processing scipy/optimize/_bglu_dense.pyx | |
Processing scipy/optimize/tnc/_moduleTNC.pyx | |
Processing scipy/optimize/cython_optimize/_zeros.pyx.in | |
Processing scipy/optimize/_trlib/_trlib.pyx | |
Processing scipy/optimize/_lsq/givens_elimination.pyx | |
Processing scipy/optimize/_highs/cython/src/_highs_wrapper.pyx | |
Processing scipy/optimize/_highs/cython/src/_highs_constants.pyx | |
Processing scipy/ndimage/src/_ni_label.pyx | |
Processing scipy/ndimage/src/_cytest.pyx | |
Processing scipy/linalg/cython_lapack.pyx | |
Processing scipy/linalg/cython_blas.pyx | |
Processing scipy/linalg/_solve_toeplitz.pyx | |
Processing scipy/linalg/_matfuncs_sqrtm_triu.pyx | |
Processing scipy/linalg/_decomp_update.pyx.in | |
Processing scipy/linalg/_cythonized_array_utils.pyx | |
Processing scipy/io/matlab/_streams.pyx | |
Processing scipy/io/matlab/_mio_utils.pyx | |
Processing scipy/io/matlab/_mio5_utils.pyx | |
Processing scipy/interpolate/interpnd.pyx | |
Processing scipy/interpolate/_ppoly.pyx | |
Processing scipy/interpolate/_bspl.pyx | |
Processing scipy/fftpack/convolve.pyx | |
Processing scipy/cluster/_vq.pyx | |
Processing scipy/cluster/_optimal_leaf_ordering.pyx | |
Processing scipy/cluster/_hierarchy.pyx | |
Processing scipy/_lib/messagestream.pyx | |
Processing scipy/_lib/_test_deprecation_def.pyx | |
Processing scipy/_lib/_test_deprecation_call.pyx | |
Processing scipy/_lib/_ccallback_c.pyx | |
Running from SciPy source directory. | |
Cythonizing sources | |
INFO: lapack_opt_info: | |
INFO: lapack_mkl_info: | |
INFO: customize UnixCCompiler | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmprvt80oxp/tmp | |
creating /tmp/tmprvt80oxp/tmp/tmprvt80oxp | |
INFO: compile options: '-MMD -MF /tmp/tmprvt80oxp/file.c.d -c' | |
INFO: icx: /tmp/tmprvt80oxp/file.c | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/system_info.py:937: UserWarning: Specified path /usr/local/include/python3.9 is invalid. | |
return self.get_paths(self.section, key) | |
INFO: blas_opt_info: | |
INFO: blas_mkl_info: | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
[makenpz] scipy/special/tests/data/boost.npz not rebuilt | |
[makenpz] scipy/special/tests/data/gsl.npz not rebuilt | |
[makenpz] scipy/special/tests/data/local.npz not rebuilt | |
non-existing path in 'scipy/signal/windows': 'tests' | |
non-existing path in 'scipy/sparse': 'sparsetools/sparsetools_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/bsr_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/csc_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/csr_impl.h' | |
non-existing path in 'scipy/sparse': 'sparsetools/other_impl.h' | |
running dist_info | |
running build_src | |
INFO: build_src | |
INFO: building py_modules sources | |
creating build | |
creating build/src.linux-x86_64-3.9 | |
creating build/src.linux-x86_64-3.9/scipy | |
INFO: building library "mach" sources | |
INFO: building library "quadpack" sources | |
INFO: building library "lsoda" sources | |
INFO: building library "vode" sources | |
INFO: building library "dop" sources | |
INFO: building library "fitpack" sources | |
INFO: building library "fwrappers" sources | |
INFO: building library "odrpack" sources | |
INFO: building library "minpack" sources | |
INFO: building library "rectangular_lsap" sources | |
INFO: building library "rootfind" sources | |
INFO: building library "basiclu" sources | |
INFO: building library "superlu_src" sources | |
INFO: building library "arpack_scipy" sources | |
INFO: building library "_spropack" sources | |
INFO: building library "_dpropack" sources | |
INFO: building library "_cpropack" sources | |
INFO: building library "_zpropack" sources | |
INFO: building library "sc_cephes" sources | |
INFO: building library "sc_mach" sources | |
INFO: building library "sc_amos" sources | |
INFO: building library "sc_cdf" sources | |
INFO: building library "sc_specfun" sources | |
INFO: building library "statlib" sources | |
INFO: building library "test_boost_build" sources | |
INFO: building extension "scipy.cluster._vq" sources | |
INFO: building extension "scipy.cluster._hierarchy" sources | |
INFO: building extension "scipy.cluster._optimal_leaf_ordering" sources | |
INFO: building extension "scipy.fft._pocketfft.pypocketfft" sources | |
INFO: building extension "scipy.fftpack.convolve" sources | |
INFO: building extension "scipy.integrate._quadpack" sources | |
INFO: building extension "scipy.integrate._odepack" sources | |
INFO: building extension "scipy.integrate._vode" sources | |
creating build/src.linux-x86_64-3.9/scipy/integrate | |
INFO: f2py options: [] | |
INFO: f2py: scipy/integrate/vode.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/integrate/vode.pyf' (format:free) | |
Post-processing... | |
Block: dvode__user__routines | |
Block: dvode_user_interface | |
Block: f | |
Block: jac | |
Block: zvode__user__routines | |
Block: zvode_user_interface | |
Block: f | |
Block: jac | |
Block: _vode | |
Block: dvode | |
In: scipy/integrate/vode.pyf:_vode:unknown_interface:dvode | |
get_useparameters: no module dvode__user__routines info used by dvode | |
Block: zvode | |
In: scipy/integrate/vode.pyf:_vode:unknown_interface:zvode | |
get_useparameters: no module zvode__user__routines info used by zvode | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_dvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_dvode__user__routines" | |
def jac(t,y): return jac | |
Constructing call-back function "cb_f_in_zvode__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_zvode__user__routines" | |
def jac(t,y): return jac | |
Building module "_vode"... | |
Constructing wrapper function "dvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Constructing wrapper function "zvode"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = zvode(f,jac,y,t,tout,rtol,atol,itask,istate,zwork,rwork,iwork,mf,[f_extra_args,jac_extra_args,overwrite_y]) | |
Constructing COMMON block support for "types"... | |
intvar | |
Wrote C/API module "_vode" to file "build/src.linux-x86_64-3.9/scipy/integrate/_vodemodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/integrate/_vode-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9 | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_vode-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.integrate._lsoda" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/integrate/lsoda.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/integrate/lsoda.pyf' (format:free) | |
Post-processing... | |
Block: lsoda__user__routines | |
Block: lsoda_user_interface | |
Block: f | |
Block: jac | |
Block: _lsoda | |
Block: lsoda | |
In: scipy/integrate/lsoda.pyf:_lsoda:unknown_interface:lsoda | |
get_useparameters: no module lsoda__user__routines info used by lsoda | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_f_in_lsoda__user__routines" | |
def f(t,y): return ydot | |
Constructing call-back function "cb_jac_in_lsoda__user__routines" | |
def jac(t,y): return jac | |
Building module "_lsoda"... | |
Constructing wrapper function "lsoda"... | |
warning: callstatement is defined without callprotoargument | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y,t,istate = lsoda(f,y,t,tout,rtol,atol,itask,istate,rwork,iwork,jac,jt,[f_extra_args,overwrite_y,jac_extra_args]) | |
Constructing COMMON block support for "types"... | |
intvar | |
Wrote C/API module "_lsoda" to file "build/src.linux-x86_64-3.9/scipy/integrate/_lsodamodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/integrate/_lsoda-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_lsoda-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.integrate._dop" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/integrate/dop.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/integrate/dop.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: fcn | |
Block: solout | |
Block: _dop | |
Block: dopri5 | |
In: scipy/integrate/dop.pyf:_dop:unknown_interface:dopri5 | |
get_useparameters: no module __user__routines info used by dopri5 | |
Block: dop853 | |
In: scipy/integrate/dop.pyf:_dop:unknown_interface:dop853 | |
get_useparameters: no module __user__routines info used by dop853 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_fcn_in___user__routines" | |
def fcn(x,y): return f | |
Constructing call-back function "cb_solout_in___user__routines" | |
def solout(nr,xold,x,y,con,icomp,[nd]): return irtn | |
Building module "_dop"... | |
Constructing wrapper function "dopri5"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dopri5(fcn,x,y,xend,rtol,atol,solout,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Constructing wrapper function "dop853"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y,iwork,idid = dop853(fcn,x,y,xend,rtol,atol,solout,iout,work,iwork,[fcn_extra_args,overwrite_y,solout_extra_args]) | |
Constructing COMMON block support for "types"... | |
intvar | |
Wrote C/API module "_dop" to file "build/src.linux-x86_64-3.9/scipy/integrate/_dopmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/integrate/_dop-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_dop-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.integrate._test_multivariate" sources | |
INFO: building extension "scipy.integrate._test_odeint_banded" sources | |
INFO: f2py options: [] | |
INFO: f2py:> build/src.linux-x86_64-3.9/scipy/integrate/_test_odeint_bandedmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/integrate/tests/banded5x5.f' (format:fix,strict) | |
Post-processing... | |
Block: _test_odeint_banded | |
Block: jacobian | |
Block: getbands | |
Block: banded5x5 | |
Block: banded5x5_jac | |
Block: banded5x5_bjac | |
Block: banded5x5_solve | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_test_odeint_banded"... | |
Constructing wrapper function "getbands"... | |
jac = getbands() | |
Constructing wrapper function "banded5x5"... | |
banded5x5(t,y,f,[n]) | |
Constructing wrapper function "banded5x5_jac"... | |
banded5x5_jac(t,y,ml,mu,jac,[n,nrowpd]) | |
Constructing wrapper function "banded5x5_bjac"... | |
banded5x5_bjac(t,y,ml,mu,bjac,[n,nrowpd]) | |
Constructing wrapper function "banded5x5_solve"... | |
nst,nfe,nje = banded5x5_solve(y,nsteps,dt,jt) | |
Constructing COMMON block support for "jac"... | |
bands | |
Wrote C/API module "_test_odeint_banded" to file "build/src.linux-x86_64-3.9/scipy/integrate/_test_odeint_bandedmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/integrate/_test_odeint_banded-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_test_odeint_banded-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.interpolate.interpnd" sources | |
INFO: building extension "scipy.interpolate._ppoly" sources | |
INFO: building extension "scipy.interpolate._bspl" sources | |
INFO: building extension "scipy.interpolate._fitpack" sources | |
INFO: building extension "scipy.interpolate.dfitpack" sources | |
creating build/src.linux-x86_64-3.9/scipy/interpolate | |
creating build/src.linux-x86_64-3.9/scipy/interpolate/src | |
INFO: f2py options: [] | |
INFO: f2py: scipy/interpolate/src/fitpack.pyf | |
Reading fortran codes... | |
Reading file 'scipy/interpolate/src/fitpack.pyf' (format:free) | |
Post-processing... | |
Block: dfitpack | |
Block: fpchec | |
Block: splev | |
Block: splder | |
Block: splint | |
Block: sproot | |
Block: spalde | |
Block: curfit | |
Block: percur | |
Block: parcur | |
Block: fpcurf0 | |
Block: fpcurf1 | |
Block: fpcurfm1 | |
Block: bispev | |
Block: parder | |
Block: bispeu | |
Block: pardeu | |
Block: surfit_smth | |
Block: surfit_lsq | |
Block: spherfit_smth | |
Block: spherfit_lsq | |
Block: regrid_smth | |
Block: regrid_smth_spher | |
Block: dblint | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "dfitpack"... | |
Constructing wrapper function "fpchec"... | |
ier = fpchec(x,t,k) | |
Constructing wrapper function "splev"... | |
y = splev(t,c,k,x,[e]) | |
Constructing wrapper function "splder"... | |
y = splder(t,c,k,x,[nu,e]) | |
Creating wrapper for Fortran function "splint"("splint")... | |
Constructing wrapper function "splint"... | |
splint = splint(t,c,k,a,b) | |
Constructing wrapper function "sproot"... | |
zero,m,ier = sproot(t,c,[mest]) | |
Constructing wrapper function "spalde"... | |
d,ier = spalde(t,c,k,x) | |
Constructing wrapper function "curfit"... | |
n,c,fp,ier = curfit(iopt,x,y,w,t,wrk,iwrk,[xb,xe,k,s]) | |
Constructing wrapper function "percur"... | |
n,c,fp,ier = percur(iopt,x,y,w,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "parcur"... | |
n,c,fp,ier = parcur(iopt,ipar,idim,u,x,w,ub,ue,t,wrk,iwrk,[k,s]) | |
Constructing wrapper function "fpcurf0"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf0(x,y,k,[w,xb,xe,s,nest]) | |
Constructing wrapper function "fpcurf1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurf1(x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier,[overwrite_x,overwrite_y,overwrite_w,overwrite_t,overwrite_c,overwrite_fpint,overwrite_nrdata]) | |
Constructing wrapper function "fpcurfm1"... | |
x,y,w,xb,xe,k,s,n,t,c,fp,fpint,nrdata,ier = fpcurfm1(x,y,k,t,[w,xb,xe,overwrite_t]) | |
Constructing wrapper function "bispev"... | |
z,ier = bispev(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "parder"... | |
z,ier = parder(tx,ty,c,kx,ky,nux,nuy,x,y) | |
Constructing wrapper function "bispeu"... | |
z,ier = bispeu(tx,ty,c,kx,ky,x,y) | |
Constructing wrapper function "pardeu"... | |
z,ier = pardeu(tx,ty,c,kx,ky,nux,nuy,x,y) | |
Constructing wrapper function "surfit_smth"... | |
nx,tx,ny,ty,c,fp,wrk1,ier = surfit_smth(x,y,z,[w,xb,xe,yb,ye,kx,ky,s,nxest,nyest,eps,lwrk2]) | |
Constructing wrapper function "surfit_lsq"... | |
tx,ty,c,fp,ier = surfit_lsq(x,y,z,nx,tx,ny,ty,[w,xb,xe,yb,ye,kx,ky,eps,lwrk2,overwrite_tx,overwrite_ty]) | |
Constructing wrapper function "spherfit_smth"... | |
nt,tt,np,tp,c,fp,ier = spherfit_smth(teta,phi,r,[w,s,eps]) | |
Constructing wrapper function "spherfit_lsq"... | |
tt,tp,c,fp,ier = spherfit_lsq(teta,phi,r,tt,tp,[w,eps,overwrite_tt,overwrite_tp]) | |
Constructing wrapper function "regrid_smth"... | |
nx,tx,ny,ty,c,fp,ier = regrid_smth(x,y,z,[xb,xe,yb,ye,kx,ky,s]) | |
Constructing wrapper function "regrid_smth_spher"... | |
nu,tu,nv,tv,c,fp,ier = regrid_smth_spher(iopt,ider,u,v,r,[r0,r1,s]) | |
Creating wrapper for Fortran function "dblint"("dblint")... | |
Constructing wrapper function "dblint"... | |
dblint = dblint(tx,ty,c,kx,ky,xb,xe,yb,ye) | |
Constructing COMMON block support for "types"... | |
intvar | |
Wrote C/API module "dfitpack" to file "build/src.linux-x86_64-3.9/scipy/interpolate/src/dfitpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/interpolate/src/dfitpack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.io._test_fortran" sources | |
creating build/src.linux-x86_64-3.9/scipy/io | |
INFO: f2py options: [] | |
INFO: f2py: scipy/io/_test_fortran.pyf | |
Reading fortran codes... | |
Reading file 'scipy/io/_test_fortran.pyf' (format:free) | |
Post-processing... | |
Block: _test_fortran | |
Block: read_unformatted_double | |
Block: read_unformatted_int | |
Block: read_unformatted_mixed | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_test_fortran"... | |
Constructing wrapper function "read_unformatted_double"... | |
a = read_unformatted_double(m,n,k,filename) | |
Constructing wrapper function "read_unformatted_int"... | |
a = read_unformatted_int(m,n,k,filename) | |
Constructing wrapper function "read_unformatted_mixed"... | |
a,b = read_unformatted_mixed(m,n,k,filename) | |
Wrote C/API module "_test_fortran" to file "build/src.linux-x86_64-3.9/scipy/io/_test_fortranmodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io | |
INFO: building extension "scipy.io.matlab._streams" sources | |
INFO: building extension "scipy.io.matlab._mio_utils" sources | |
INFO: building extension "scipy.io.matlab._mio5_utils" sources | |
INFO: building extension "scipy.linalg._fblas" sources | |
creating build/src.linux-x86_64-3.9/scipy/linalg | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/linalg/fblas.pyf | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg | |
INFO: f2py options: [] | |
INFO: f2py: build/src.linux-x86_64-3.9/scipy/linalg/fblas.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.9/scipy/linalg/fblas.pyf' (format:free) | |
Post-processing... | |
Block: _fblas | |
Block: srotg | |
Block: drotg | |
Block: crotg | |
Block: zrotg | |
Block: srotmg | |
Block: drotmg | |
Block: srot | |
Block: drot | |
Block: csrot | |
Block: zdrot | |
Block: srotm | |
Block: drotm | |
Block: sswap | |
Block: dswap | |
Block: cswap | |
Block: zswap | |
Block: sscal | |
Block: dscal | |
Block: cscal | |
Block: zscal | |
Block: csscal | |
Block: zdscal | |
Block: scopy | |
Block: dcopy | |
Block: ccopy | |
Block: zcopy | |
Block: saxpy | |
Block: daxpy | |
Block: caxpy | |
Block: zaxpy | |
Block: sdot | |
Block: ddot | |
Block: cdotu | |
Block: zdotu | |
Block: cdotc | |
Block: zdotc | |
Block: snrm2 | |
Block: scnrm2 | |
Block: dnrm2 | |
Block: dznrm2 | |
Block: sasum | |
Block: scasum | |
Block: dasum | |
Block: dzasum | |
Block: isamax | |
Block: idamax | |
Block: icamax | |
Block: izamax | |
Block: sgemv | |
Block: dgemv | |
Block: cgemv | |
Block: zgemv | |
Block: sgbmv | |
Block: dgbmv | |
Block: cgbmv | |
Block: zgbmv | |
Block: ssbmv | |
Block: dsbmv | |
Block: chbmv | |
Block: zhbmv | |
Block: sspmv | |
Block: dspmv | |
Block: cspmv | |
Block: zspmv | |
Block: chpmv | |
Block: zhpmv | |
Block: ssymv | |
Block: dsymv | |
Block: chemv | |
Block: zhemv | |
Block: sger | |
Block: dger | |
Block: cgeru | |
Block: zgeru | |
Block: cgerc | |
Block: zgerc | |
Block: ssyr | |
Block: dsyr | |
Block: csyr | |
Block: zsyr | |
Block: cher | |
Block: zher | |
Block: ssyr2 | |
Block: dsyr2 | |
Block: cher2 | |
Block: zher2 | |
Block: sspr | |
Block: dspr | |
Block: cspr | |
Block: zspr | |
Block: chpr | |
Block: zhpr | |
Block: sspr2 | |
Block: dspr2 | |
Block: chpr2 | |
Block: zhpr2 | |
Block: stbsv | |
Block: dtbsv | |
Block: ctbsv | |
Block: ztbsv | |
Block: stpsv | |
Block: dtpsv | |
Block: ctpsv | |
Block: ztpsv | |
Block: strmv | |
Block: dtrmv | |
Block: ctrmv | |
Block: ztrmv | |
Block: strsv | |
Block: dtrsv | |
Block: ctrsv | |
Block: ztrsv | |
Block: stbmv | |
Block: dtbmv | |
Block: ctbmv | |
Block: ztbmv | |
Block: stpmv | |
Block: dtpmv | |
Block: ctpmv | |
Block: ztpmv | |
Block: sgemm | |
Block: dgemm | |
Block: cgemm | |
Block: zgemm | |
Block: ssymm | |
Block: dsymm | |
Block: csymm | |
Block: zsymm | |
Block: chemm | |
Block: zhemm | |
Block: ssyrk | |
Block: dsyrk | |
Block: csyrk | |
Block: zsyrk | |
Block: cherk | |
Block: zherk | |
Block: ssyr2k | |
Block: dsyr2k | |
Block: csyr2k | |
Block: zsyr2k | |
Block: cher2k | |
Block: zher2k | |
Block: strmm | |
Block: dtrmm | |
Block: ctrmm | |
Block: ztrmm | |
Block: strsm | |
Block: dtrsm | |
Block: ctrsm | |
Block: ztrsm | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_fblas"... | |
Constructing wrapper function "srotg"... | |
c,s = srotg(a,b) | |
Constructing wrapper function "drotg"... | |
c,s = drotg(a,b) | |
Constructing wrapper function "crotg"... | |
c,s = crotg(a,b) | |
Constructing wrapper function "zrotg"... | |
c,s = zrotg(a,b) | |
Constructing wrapper function "srotmg"... | |
param = srotmg(d1,d2,x1,y1) | |
Constructing wrapper function "drotmg"... | |
param = drotmg(d1,d2,x1,y1) | |
Constructing wrapper function "srot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "csrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = csrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zdrot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zdrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "srotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = srotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "drotm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = drotm(x,y,param,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "sswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = sswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = dswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "cswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = cswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zswap"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,y = zswap(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "sscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = sscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "dscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "cscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = cscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "zscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zscal(a,x,[n,offx,incx]) | |
Constructing wrapper function "csscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = csscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "zdscal"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = zdscal(a,x,[n,offx,incx,overwrite_x]) | |
Constructing wrapper function "scopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = scopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "dcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "ccopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ccopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "zcopy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zcopy(x,y,[n,offx,incx,offy,incy]) | |
Constructing wrapper function "saxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = saxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "daxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = daxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "caxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = caxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Constructing wrapper function "zaxpy"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
z = zaxpy(x,y,[n,a,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "sdot"("sdot ")... | |
Constructing wrapper function "sdot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = sdot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "ddot"("ddot")... | |
Constructing wrapper function "ddot"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = ddot(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "cdotu"("wcdotu ")... | |
Constructing wrapper function "cdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotu(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "zdotu"("wzdotu ")... | |
Constructing wrapper function "zdotu"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotu(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "cdotc"("wcdotc ")... | |
Constructing wrapper function "cdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = cdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "zdotc"("wzdotc ")... | |
Constructing wrapper function "zdotc"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xy = zdotc(x,y,[n,offx,incx,offy,incy]) | |
Creating wrapper for Fortran function "snrm2"("snrm2")... | |
Constructing wrapper function "snrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = snrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scnrm2"("scnrm2")... | |
Constructing wrapper function "scnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = scnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dnrm2"("dnrm2")... | |
Constructing wrapper function "dnrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dnrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dznrm2"("dznrm2")... | |
Constructing wrapper function "dznrm2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
n2 = dznrm2(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "sasum"("sasum")... | |
Constructing wrapper function "sasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = sasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "scasum"("scasum")... | |
Constructing wrapper function "scasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = scasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dasum"("dasum")... | |
Constructing wrapper function "dasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dasum(x,[n,offx,incx]) | |
Creating wrapper for Fortran function "dzasum"("dzasum")... | |
Constructing wrapper function "dzasum"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
s = dzasum(x,[n,offx,incx]) | |
Constructing wrapper function "isamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = isamax(x,[n,offx,incx]) | |
Constructing wrapper function "idamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = idamax(x,[n,offx,incx]) | |
Constructing wrapper function "icamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = icamax(x,[n,offx,incx]) | |
Constructing wrapper function "izamax"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
k = izamax(x,[n,offx,incx]) | |
Constructing wrapper function "sgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = sgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "dgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "cgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = cgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "zgemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zgemv(alpha,a,x,[beta,y,offx,incx,offy,incy,trans,overwrite_y]) | |
Constructing wrapper function "sgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = sgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "dgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = dgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "cgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = cgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "zgbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zgbmv(m,n,kl,ku,alpha,a,x,[incx,offx,beta,y,incy,offy,trans,overwrite_y]) | |
Constructing wrapper function "ssbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = ssbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "dsbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = dsbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "chbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = chbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "zhbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zhbmv(k,alpha,a,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "sspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = sspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "dspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = dspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "cspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = cspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "zspmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "chpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = chpmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "zhpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
yout = zhpmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y]) | |
Constructing wrapper function "ssymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = ssymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "dsymv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = dsymv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "chemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = chemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "zhemv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
y = zhemv(alpha,a,x,[beta,y,offx,incx,offy,incy,lower,overwrite_y]) | |
Constructing wrapper function "sger"... | |
a = sger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "dger"... | |
a = dger(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgeru"... | |
a = cgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgeru"... | |
a = zgeru(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "cgerc"... | |
a = cgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "zgerc"... | |
a = zgerc(alpha,x,y,[incx,incy,a,overwrite_x,overwrite_y,overwrite_a]) | |
Constructing wrapper function "ssyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = ssyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "dsyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "csyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = csyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "zsyr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zsyr(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "cher"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = cher(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "zher"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zher(alpha,x,[lower,incx,offx,n,a,overwrite_a]) | |
Constructing wrapper function "ssyr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = ssyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "dsyr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = dsyr2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "cher2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = cher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "zher2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
a = zher2(alpha,x,y,[lower,incx,offx,incy,offy,n,a,overwrite_a]) | |
Constructing wrapper function "sspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = sspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "dspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = dspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "cspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = cspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "zspr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = zspr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "chpr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = chpr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "zhpr"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = zhpr(n,alpha,x,ap,[incx,offx,lower,overwrite_ap]) | |
Constructing wrapper function "sspr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = sspr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "dspr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = dspr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "chpr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = chpr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "zhpr2"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
apu = zhpr2(n,alpha,x,y,ap,[incx,offx,incy,offy,lower,overwrite_ap]) | |
Constructing wrapper function "stbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztbsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztbsv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "stpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztpsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztpsv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "strmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztrmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrmv(a,x,[offx,incx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "strsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = strsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtrsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtrsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctrsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctrsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztrsv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztrsv(a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "stbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztbmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztbmv(k,a,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "stpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = stpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "dtpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = dtpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ctpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ctpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "ztpmv"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
xout = ztpmv(n,ap,x,[incx,offx,lower,trans,diag,overwrite_x]) | |
Constructing wrapper function "sgemm"... | |
c = sgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "dgemm"... | |
c = dgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "cgemm"... | |
c = cgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "zgemm"... | |
c = zgemm(alpha,a,b,[beta,c,trans_a,trans_b,overwrite_c]) | |
Constructing wrapper function "ssymm"... | |
c = ssymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "dsymm"... | |
c = dsymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "csymm"... | |
c = csymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "zsymm"... | |
c = zsymm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "chemm"... | |
c = chemm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "zhemm"... | |
c = zhemm(alpha,a,b,[beta,c,side,lower,overwrite_c]) | |
Constructing wrapper function "ssyrk"... | |
c = ssyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "dsyrk"... | |
c = dsyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "csyrk"... | |
c = csyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zsyrk"... | |
c = zsyrk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "cherk"... | |
c = cherk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zherk"... | |
c = zherk(alpha,a,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "ssyr2k"... | |
c = ssyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "dsyr2k"... | |
c = dsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "csyr2k"... | |
c = csyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zsyr2k"... | |
c = zsyr2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "cher2k"... | |
c = cher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "zher2k"... | |
c = zher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c]) | |
Constructing wrapper function "strmm"... | |
b = strmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "dtrmm"... | |
b = dtrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ctrmm"... | |
b = ctrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ztrmm"... | |
b = ztrmm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "strsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = strsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "dtrsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = dtrsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ctrsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ctrsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Constructing wrapper function "ztrsm"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x = ztrsm(alpha,a,b,[side,lower,trans_a,diag,overwrite_b]) | |
Wrote C/API module "_fblas" to file "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_fblasmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_fblas-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9 | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_fblas-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.linalg._flapack" sources | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf | |
INFO: f2py options: [] | |
INFO: f2py: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating "'A'||" as symbol (original=(compute_v?(2*(*range=='A'||(*range=='I' && iu-il+1==n)?n:0)):0)) | |
ewarn( | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating "'I' && iu" as symbol (original=(compute_v?(2*(*range=='A'||(*range=='I' && iu-il+1==n)?n:0)):0)) | |
ewarn( | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating '(jobt == 0)&&' as symbol (original=((jobt == 0)&&(jobu == 3)?0:m)) | |
ewarn( | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating '(jobt == 0)&&' as symbol (original=((jobt == 0)&&(jobu == 3)?0:(jobu == 1?m:n))) | |
ewarn( | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating '(jobt == 0)&&' as symbol (original=((jobt == 0)&&(jobv == 3)?0:ldv)) | |
ewarn( | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating '(jobt == 0)&&' as symbol (original=((jobt == 0)&&(jobv == 3)?0:n)) | |
ewarn( | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf' (format:free) | |
Post-processing... | |
Block: _flapack | |
Block: gees__user__routines | |
Block: sselect | |
Block: dselect | |
Block: cselect | |
Block: zselect | |
Block: gges__user__routines | |
Block: cselect | |
Block: zselect | |
Block: sselect | |
Block: dselect | |
Block: sgebal | |
Block: dgebal | |
Block: cgebal | |
Block: zgebal | |
Block: sgehrd | |
Block: dgehrd | |
Block: cgehrd | |
Block: zgehrd | |
Block: sgehrd_lwork | |
Block: dgehrd_lwork | |
Block: cgehrd_lwork | |
Block: zgehrd_lwork | |
Block: sgesv | |
Block: dgesv | |
Block: cgesv | |
Block: zgesv | |
Block: sgesvx | |
Block: dgesvx | |
Block: cgesvx | |
Block: zgesvx | |
Block: sgecon | |
Block: dgecon | |
Block: cgecon | |
Block: zgecon | |
Block: sgetrf | |
Block: dgetrf | |
Block: cgetrf | |
Block: zgetrf | |
Block: sgetrs | |
Block: dgetrs | |
Block: cgetrs | |
Block: zgetrs | |
Block: sgetc2 | |
Block: dgetc2 | |
Block: cgetc2 | |
Block: zgetc2 | |
Block: sgesc2 | |
Block: dgesc2 | |
Block: cgesc2 | |
Block: zgesc2 | |
Block: sgetri | |
Block: dgetri | |
Block: cgetri | |
Block: zgetri | |
Block: sgetri_lwork | |
Block: dgetri_lwork | |
Block: cgetri_lwork | |
Block: zgetri_lwork | |
Block: sgesdd | |
Block: dgesdd | |
Block: sgesdd_lwork | |
Block: dgesdd_lwork | |
Block: cgesdd | |
Block: zgesdd | |
Block: cgesdd_lwork | |
Block: zgesdd_lwork | |
Block: sgesvd | |
Block: dgesvd | |
Block: sgesvd_lwork | |
Block: dgesvd_lwork | |
Block: cgesvd | |
Block: zgesvd | |
Block: cgesvd_lwork | |
Block: zgesvd_lwork | |
Block: sgels | |
Block: dgels | |
Block: cgels | |
Block: zgels | |
Block: sgels_lwork | |
Block: dgels_lwork | |
Block: cgels_lwork | |
Block: zgels_lwork | |
Block: sgelss | |
Block: dgelss | |
Block: sgelss_lwork | |
Block: dgelss_lwork | |
Block: cgelss | |
Block: zgelss | |
Block: cgelss_lwork | |
Block: zgelss_lwork | |
Block: sgelsy | |
Block: dgelsy | |
Block: sgelsy_lwork | |
Block: dgelsy_lwork | |
Block: cgelsy | |
Block: zgelsy | |
Block: cgelsy_lwork | |
Block: zgelsy_lwork | |
Block: sgelsd | |
Block: dgelsd | |
Block: sgelsd_lwork | |
Block: dgelsd_lwork | |
Block: cgelsd | |
Block: zgelsd | |
Block: cgelsd_lwork | |
Block: zgelsd_lwork | |
Block: sgeqp3 | |
Block: dgeqp3 | |
Block: cgeqp3 | |
Block: zgeqp3 | |
Block: sgeqrf | |
Block: dgeqrf | |
Block: cgeqrf | |
Block: zgeqrf | |
Block: sgeqrf_lwork | |
Block: dgeqrf_lwork | |
Block: cgeqrf_lwork | |
Block: zgeqrf_lwork | |
Block: sgeqrfp | |
Block: dgeqrfp | |
Block: cgeqrfp | |
Block: zgeqrfp | |
Block: sgeqrfp_lwork | |
Block: dgeqrfp_lwork | |
Block: cgeqrfp_lwork | |
Block: zgeqrfp_lwork | |
Block: sgerqf | |
Block: dgerqf | |
Block: cgerqf | |
Block: zgerqf | |
Block: sgeev | |
Block: dgeev | |
Block: sgeev_lwork | |
Block: dgeev_lwork | |
Block: cgeev | |
Block: zgeev | |
Block: cgeev_lwork | |
Block: zgeev_lwork | |
Block: sgegv | |
Block: dgegv | |
Block: cgegv | |
Block: zgegv | |
Block: cgees | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgees | |
get_useparameters: no module gees__user__routines info used by cgees | |
Block: zgees | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgees | |
get_useparameters: no module gees__user__routines info used by zgees | |
Block: sgees | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgees | |
get_useparameters: no module gees__user__routines info used by sgees | |
Block: dgees | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgees | |
get_useparameters: no module gees__user__routines info used by dgees | |
Block: sgges | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:sgges | |
get_useparameters: no module gges__user__routines info used by sgges | |
Block: dgges | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:dgges | |
get_useparameters: no module gges__user__routines info used by dgges | |
Block: cgges | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:cgges | |
get_useparameters: no module gges__user__routines info used by cgges | |
Block: zgges | |
In: build/src.linux-x86_64-3.9/scipy/linalg/flapack.pyf:_flapack:unknown_interface:zgges | |
get_useparameters: no module gges__user__routines info used by zgges | |
Block: sggev | |
Block: dggev | |
Block: cggev | |
Block: zggev | |
Block: sgeequ | |
Block: dgeequ | |
Block: cgeequ | |
Block: zgeequ | |
Block: sgeequb | |
Block: dgeequb | |
Block: cgeequb | |
Block: zgeequb | |
Block: sgbsv | |
Block: dgbsv | |
Block: cgbsv | |
Block: zgbsv | |
Block: sgbtrf | |
Block: dgbtrf | |
Block: cgbtrf | |
Block: zgbtrf | |
Block: sgbtrs | |
Block: dgbtrs | |
Block: cgbtrs | |
Block: zgbtrs | |
Block: sgtsv | |
Block: dgtsv | |
Block: cgtsv | |
Block: zgtsv | |
Block: sgttrf | |
Block: dgttrf | |
Block: cgttrf | |
Block: zgttrf | |
Block: sgttrs | |
Block: dgttrs | |
Block: cgttrs | |
Block: zgttrs | |
Block: sgtsvx | |
Block: dgtsvx | |
Block: cgtsvx | |
Block: zgtsvx | |
Block: ssyev | |
Block: dsyev | |
Block: ssyev_lwork | |
Block: dsyev_lwork | |
Block: cheev | |
Block: zheev | |
Block: cheev_lwork | |
Block: zheev_lwork | |
Block: ssyevd | |
Block: dsyevd | |
Block: ssyevd_lwork | |
Block: dsyevd_lwork | |
Block: cheevd | |
Block: zheevd | |
Block: cheevd_lwork | |
Block: zheevd_lwork | |
Block: ssytf2 | |
Block: dsytf2 | |
Block: csytf2 | |
Block: zsytf2 | |
Block: ssygst | |
Block: dsygst | |
Block: ssytrf | |
Block: dsytrf | |
Block: csytrf | |
Block: zsytrf | |
Block: ssytrf_lwork | |
Block: dsytrf_lwork | |
Block: csytrf_lwork | |
Block: zsytrf_lwork | |
Block: ssysv | |
Block: dsysv | |
Block: csysv | |
Block: zsysv | |
Block: ssysv_lwork | |
Block: dsysv_lwork | |
Block: csysv_lwork | |
Block: zsysv_lwork | |
Block: ssysvx | |
Block: dsysvx | |
Block: csysvx | |
Block: zsysvx | |
Block: ssysvx_lwork | |
Block: dsysvx_lwork | |
Block: csysvx_lwork | |
Block: zsysvx_lwork | |
Block: ssycon | |
Block: dsycon | |
Block: csycon | |
Block: zsycon | |
Block: checon | |
Block: zhecon | |
Block: ssyconv | |
Block: dsyconv | |
Block: csyconv | |
Block: zsyconv | |
Block: chegst | |
Block: zhegst | |
Block: chetrf | |
Block: zhetrf | |
Block: chetrf_lwork | |
Block: zhetrf_lwork | |
Block: chesv | |
Block: zhesv | |
Block: chesv_lwork | |
Block: zhesv_lwork | |
Block: chesvx | |
Block: zhesvx | |
Block: chesvx_lwork | |
Block: zhesvx_lwork | |
Block: ssytrd | |
Block: dsytrd | |
Block: ssytrd_lwork | |
Block: dsytrd_lwork | |
Block: chetrd | |
Block: zhetrd | |
Block: chetrd_lwork | |
Block: zhetrd_lwork | |
Block: ssyevr | |
Block: dsyevr | |
Block: ssyevr_lwork | |
Block: dsyevr_lwork | |
Block: cheevr | |
Block: zheevr | |
Block: cheevr_lwork | |
Block: zheevr_lwork | |
Block: ssyevx | |
Block: dsyevx | |
Block: ssyevx_lwork | |
Block: dsyevx_lwork | |
Block: cheevx | |
Block: zheevx | |
Block: cheevx_lwork | |
Block: zheevx_lwork | |
Block: ssygv | |
Block: dsygv | |
Block: ssygv_lwork | |
Block: dsygv_lwork | |
Block: chegv | |
Block: zhegv | |
Block: chegv_lwork | |
Block: zhegv_lwork | |
Block: ssygvd | |
Block: dsygvd | |
Block: chegvd | |
Block: zhegvd | |
Block: ssygvx | |
Block: dsygvx | |
Block: ssygvx_lwork | |
Block: dsygvx_lwork | |
Block: chegvx | |
Block: zhegvx | |
Block: chegvx_lwork | |
Block: zhegvx_lwork | |
Block: ssyequb | |
Block: dsyequb | |
Block: csyequb | |
Block: zsyequb | |
Block: cheequb | |
Block: zheequb | |
Block: spstrf | |
Block: dpstrf | |
Block: cpstrf | |
Block: zpstrf | |
Block: spstf2 | |
Block: dpstf2 | |
Block: cpstf2 | |
Block: zpstf2 | |
Block: sposv | |
Block: dposv | |
Block: cposv | |
Block: zposv | |
Block: sposvx | |
Block: dposvx | |
Block: cposvx | |
Block: zposvx | |
Block: spocon | |
Block: dpocon | |
Block: cpocon | |
Block: zpocon | |
Block: spotrf | |
Block: dpotrf | |
Block: cpotrf | |
Block: zpotrf | |
Block: spotrs | |
Block: dpotrs | |
Block: cpotrs | |
Block: zpotrs | |
Block: spotri | |
Block: dpotri | |
Block: cpotri | |
Block: zpotri | |
Block: sptsv | |
Block: dptsv | |
Block: cptsv | |
Block: zptsv | |
Block: spttrf | |
Block: dpttrf | |
Block: cpttrf | |
Block: zpttrf | |
Block: spttrs | |
Block: dpttrs | |
Block: cpttrs | |
Block: zpttrs | |
Block: spteqr | |
Block: dpteqr | |
Block: cpteqr | |
Block: zpteqr | |
Block: sptsvx | |
Block: dptsvx | |
Block: cptsvx | |
Block: zptsvx | |
Block: sgejsv | |
Block: dgejsv | |
Block: stgexc | |
Block: dtgexc | |
Block: ctgexc | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
Block: ztgexc | |
Block: stgsen | |
Block: dtgsen | |
Block: stgsen_lwork | |
Block: dtgsen_lwork | |
Block: ctgsen | |
Block: ztgsen | |
Block: ctgsen_lwork | |
Block: ztgsen_lwork | |
Block: spbtrf | |
Block: dpbtrf | |
Block: cpbtrf | |
Block: zpbtrf | |
Block: spbtrs | |
Block: dpbtrs | |
Block: cpbtrs | |
Block: zpbtrs | |
Block: strtrs | |
Block: dtrtrs | |
Block: ctrtrs | |
Block: ztrtrs | |
Block: stbtrs | |
Block: dtbtrs | |
Block: ctbtrs | |
Block: ztbtrs | |
Block: spbsv | |
Block: dpbsv | |
Block: cpbsv | |
Block: zpbsv | |
Block: sorcsd | |
Block: dorcsd | |
Block: sorcsd_lwork | |
Block: dorcsd_lwork | |
Block: cuncsd | |
Block: zuncsd | |
Block: cuncsd_lwork | |
Block: zuncsd_lwork | |
Block: sorghr | |
Block: dorghr | |
Block: sorghr_lwork | |
Block: dorghr_lwork | |
Block: cunghr | |
Block: zunghr | |
Block: cunghr_lwork | |
Block: zunghr_lwork | |
Block: sorgqr | |
Block: dorgqr | |
Block: cungqr | |
Block: zungqr | |
Block: sormqr | |
Block: dormqr | |
Block: cunmqr | |
Block: zunmqr | |
Block: sgeqrt | |
Block: dgeqrt | |
Block: cgeqrt | |
Block: zgeqrt | |
Block: sgemqrt | |
Block: dgemqrt | |
Block: cgemqrt | |
Block: zgemqrt | |
Block: stpqrt | |
Block: dtpqrt | |
Block: ctpqrt | |
Block: ztpqrt | |
Block: stpmqrt | |
Block: dtpmqrt | |
Block: ctpmqrt | |
Block: ztpmqrt | |
Block: sormrz | |
Block: dormrz | |
Block: cunmrz | |
Block: zunmrz | |
Block: sormrz_lwork | |
Block: dormrz_lwork | |
Block: cunmrz_lwork | |
Block: zunmrz_lwork | |
Block: sorgrq | |
Block: dorgrq | |
Block: cungrq | |
Block: zungrq | |
Block: strtri | |
Block: dtrtri | |
Block: ctrtri | |
Block: ztrtri | |
Block: strsyl | |
Block: dtrsyl | |
Block: ctrsyl | |
Block: ztrsyl | |
Block: chbevd | |
Block: zhbevd | |
Block: chbevx | |
Block: zhbevx | |
Block: sgglse | |
Block: dgglse | |
Block: cgglse | |
Block: zgglse | |
Block: sgglse_lwork | |
Block: dgglse_lwork | |
Block: cgglse_lwork | |
Block: zgglse_lwork | |
Block: sppcon | |
Block: dppcon | |
Block: cppcon | |
Block: zppcon | |
Block: sppsv | |
Block: dppsv | |
Block: cppsv | |
Block: zppsv | |
Block: spptrf | |
Block: dpptrf | |
Block: cpptrf | |
Block: zpptrf | |
Block: spptri | |
Block: dpptri | |
Block: cpptri | |
Block: zpptri | |
Block: spptrs | |
Block: dpptrs | |
Block: cpptrs | |
Block: zpptrs | |
Block: ssbev | |
Block: dsbev | |
Block: ssbevd | |
Block: dsbevd | |
Block: ssbevx | |
Block: dsbevx | |
Block: sstebz | |
Block: dstebz | |
Block: ssterf | |
Block: dsterf | |
Block: sstein | |
Block: dstein | |
Block: sstemr | |
Block: dstemr | |
Block: sstemr_lwork | |
Block: dstemr_lwork | |
Block: sstev | |
Block: dstev | |
Block: ssfrk | |
Block: dsfrk | |
Block: chfrk | |
Block: zhfrk | |
Block: stpttf | |
Block: dtpttf | |
Block: ctpttf | |
Block: ztpttf | |
Block: stpttr | |
Block: dtpttr | |
Block: ctpttr | |
Block: ztpttr | |
Block: stfttp | |
Block: dtfttp | |
Block: ctfttp | |
Block: ztfttp | |
Block: stfttr | |
Block: dtfttr | |
Block: ctfttr | |
Block: ztfttr | |
Block: strttf | |
Block: dtrttf | |
Block: ctrttf | |
Block: ztrttf | |
Block: strttp | |
Block: dtrttp | |
Block: ctrttp | |
Block: ztrttp | |
Block: stfsm | |
Block: dtfsm | |
Block: ctfsm | |
Block: ztfsm | |
Block: spftrf | |
Block: dpftrf | |
Block: cpftrf | |
Block: zpftrf | |
Block: spftri | |
Block: dpftri | |
Block: cpftri | |
Block: zpftri | |
Block: spftrs | |
Block: dpftrs | |
Block: cpftrs | |
Block: zpftrs | |
Block: stzrzf | |
Block: dtzrzf | |
Block: ctzrzf | |
Block: ztzrzf | |
Block: stzrzf_lwork | |
Block: dtzrzf_lwork | |
Block: ctzrzf_lwork | |
Block: ztzrzf_lwork | |
Block: slasd4 | |
Block: dlasd4 | |
Block: slauum | |
Block: dlauum | |
Block: clauum | |
Block: zlauum | |
Block: slaswp | |
Block: dlaswp | |
Block: claswp | |
Block: zlaswp | |
Block: dlamch | |
Block: slamch | |
Block: slange | |
Block: dlange | |
Block: clange | |
Block: zlange | |
Block: slarfg | |
Block: dlarfg | |
Block: clarfg | |
Block: zlarfg | |
Block: slarf | |
Block: dlarf | |
Block: clarf | |
Block: zlarf | |
Block: slartg | |
Block: dlartg | |
Block: clartg | |
Block: zlartg | |
Block: crot | |
Block: zrot | |
Block: ilaver | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_sselect_in_gees__user__routines" | |
def sselect(arg1,arg2): return sselect | |
Constructing call-back function "cb_dselect_in_gees__user__routines" | |
def dselect(arg1,arg2): return dselect | |
Constructing call-back function "cb_cselect_in_gees__user__routines" | |
def cselect(arg): return cselect | |
Constructing call-back function "cb_zselect_in_gees__user__routines" | |
def zselect(arg): return zselect | |
Constructing call-back function "cb_cselect_in_gges__user__routines" | |
def cselect(alpha,beta): return cselect | |
Constructing call-back function "cb_zselect_in_gges__user__routines" | |
def zselect(alpha,beta): return zselect | |
Constructing call-back function "cb_sselect_in_gges__user__routines" | |
def sselect(alphar,alphai,beta): return sselect | |
Constructing call-back function "cb_dselect_in_gges__user__routines" | |
def dselect(alphar,alphai,beta): return dselect | |
Building module "_flapack"... | |
Constructing wrapper function "sgebal"... | |
ba,lo,hi,pivscale,info = sgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "dgebal"... | |
ba,lo,hi,pivscale,info = dgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "cgebal"... | |
ba,lo,hi,pivscale,info = cgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "zgebal"... | |
ba,lo,hi,pivscale,info = zgebal(a,[scale,permute,overwrite_a]) | |
Constructing wrapper function "sgehrd"... | |
ht,tau,info = sgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dgehrd"... | |
ht,tau,info = dgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cgehrd"... | |
ht,tau,info = cgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zgehrd"... | |
ht,tau,info = zgehrd(a,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sgehrd_lwork"... | |
work,info = sgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "dgehrd_lwork"... | |
work,info = dgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "cgehrd_lwork"... | |
work,info = cgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "zgehrd_lwork"... | |
work,info = zgehrd_lwork(n,[lo,hi]) | |
Constructing wrapper function "sgesv"... | |
lu,piv,x,info = sgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesv"... | |
lu,piv,x,info = dgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesv"... | |
lu,piv,x,info = cgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesv"... | |
lu,piv,x,info = zgesv(a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = sgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = dgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = cgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgesvx"... | |
as,lu,ipiv,equed,rs,cs,bs,x,rcond,ferr,berr,info = zgesvx(a,b,[fact,trans,af,ipiv,equed,r,c,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgecon"... | |
rcond,info = sgecon(a,anorm,[norm]) | |
Constructing wrapper function "dgecon"... | |
rcond,info = dgecon(a,anorm,[norm]) | |
Constructing wrapper function "cgecon"... | |
rcond,info = cgecon(a,anorm,[norm]) | |
Constructing wrapper function "zgecon"... | |
rcond,info = zgecon(a,anorm,[norm]) | |
Constructing wrapper function "sgetrf"... | |
lu,piv,info = sgetrf(a,[overwrite_a]) | |
Constructing wrapper function "dgetrf"... | |
lu,piv,info = dgetrf(a,[overwrite_a]) | |
Constructing wrapper function "cgetrf"... | |
lu,piv,info = cgetrf(a,[overwrite_a]) | |
Constructing wrapper function "zgetrf"... | |
lu,piv,info = zgetrf(a,[overwrite_a]) | |
Constructing wrapper function "sgetrs"... | |
x,info = sgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgetrs"... | |
x,info = dgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgetrs"... | |
x,info = cgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgetrs"... | |
x,info = zgetrs(lu,piv,b,[trans,overwrite_b]) | |
Constructing wrapper function "sgetc2"... | |
lu,ipiv,jpiv,info = sgetc2(a,[overwrite_a]) | |
Constructing wrapper function "dgetc2"... | |
lu,ipiv,jpiv,info = dgetc2(a,[overwrite_a]) | |
Constructing wrapper function "cgetc2"... | |
lu,ipiv,jpiv,info = cgetc2(a,[overwrite_a]) | |
Constructing wrapper function "zgetc2"... | |
lu,ipiv,jpiv,info = zgetc2(a,[overwrite_a]) | |
Constructing wrapper function "sgesc2"... | |
x,scale = sgesc2(lu,rhs,ipiv,jpiv,[overwrite_rhs]) | |
Constructing wrapper function "dgesc2"... | |
x,scale = dgesc2(lu,rhs,ipiv,jpiv,[overwrite_rhs]) | |
Constructing wrapper function "cgesc2"... | |
x,scale = cgesc2(lu,rhs,ipiv,jpiv,[overwrite_rhs]) | |
Constructing wrapper function "zgesc2"... | |
x,scale = zgesc2(lu,rhs,ipiv,jpiv,[overwrite_rhs]) | |
Constructing wrapper function "sgetri"... | |
inv_a,info = sgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "dgetri"... | |
inv_a,info = dgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "cgetri"... | |
inv_a,info = cgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "zgetri"... | |
inv_a,info = zgetri(lu,piv,[lwork,overwrite_lu]) | |
Constructing wrapper function "sgetri_lwork"... | |
work,info = sgetri_lwork(n) | |
Constructing wrapper function "dgetri_lwork"... | |
work,info = dgetri_lwork(n) | |
Constructing wrapper function "cgetri_lwork"... | |
work,info = cgetri_lwork(n) | |
Constructing wrapper function "zgetri_lwork"... | |
work,info = zgetri_lwork(n) | |
Constructing wrapper function "sgesdd"... | |
u,s,vt,info = sgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "dgesdd"... | |
u,s,vt,info = dgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "sgesdd_lwork"... | |
work,info = sgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "dgesdd_lwork"... | |
work,info = dgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "cgesdd"... | |
u,s,vt,info = cgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "zgesdd"... | |
u,s,vt,info = zgesdd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "cgesdd_lwork"... | |
work,info = cgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "zgesdd_lwork"... | |
work,info = zgesdd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "sgesvd"... | |
u,s,vt,info = sgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "dgesvd"... | |
u,s,vt,info = dgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "sgesvd_lwork"... | |
work,info = sgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "dgesvd_lwork"... | |
work,info = dgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "cgesvd"... | |
u,s,vt,info = cgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "zgesvd"... | |
u,s,vt,info = zgesvd(a,[compute_uv,full_matrices,lwork,overwrite_a]) | |
Constructing wrapper function "cgesvd_lwork"... | |
work,info = cgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "zgesvd_lwork"... | |
work,info = zgesvd_lwork(m,n,[compute_uv,full_matrices]) | |
Constructing wrapper function "sgels"... | |
lqr,x,info = sgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgels"... | |
lqr,x,info = dgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgels"... | |
lqr,x,info = cgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgels"... | |
lqr,x,info = zgels(a,b,[trans,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgels_lwork"... | |
work,info = sgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "dgels_lwork"... | |
work,info = dgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "cgels_lwork"... | |
work,info = cgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "zgels_lwork"... | |
work,info = zgels_lwork(m,n,nrhs,[trans]) | |
Constructing wrapper function "sgelss"... | |
v,x,s,rank,work,info = sgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelss"... | |
v,x,s,rank,work,info = dgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelss_lwork"... | |
work,info = sgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "dgelss_lwork"... | |
work,info = dgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "cgelss"... | |
v,x,s,rank,work,info = cgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelss"... | |
v,x,s,rank,work,info = zgelss(a,b,[cond,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelss_lwork"... | |
work,info = cgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "zgelss_lwork"... | |
work,info = zgelss_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "sgelsy"... | |
v,x,j,rank,info = sgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelsy"... | |
v,x,j,rank,info = dgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelsy_lwork"... | |
work,info = sgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "dgelsy_lwork"... | |
work,info = dgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "cgelsy"... | |
v,x,j,rank,info = cgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelsy"... | |
v,x,j,rank,info = zgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelsy_lwork"... | |
work,info = cgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "zgelsy_lwork"... | |
work,info = zgelsy_lwork(m,n,nrhs,cond,[lwork]) | |
Constructing wrapper function "sgelsd"... | |
x,s,rank,info = sgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgelsd"... | |
x,s,rank,info = dgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgelsd_lwork"... | |
work,iwork,info = sgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "dgelsd_lwork"... | |
work,iwork,info = dgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "cgelsd"... | |
x,s,rank,info = cgelsd(a,b,lwork,size_rwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgelsd"... | |
x,s,rank,info = zgelsd(a,b,lwork,size_rwork,size_iwork,[cond,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgelsd_lwork"... | |
work,rwork,iwork,info = cgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "zgelsd_lwork"... | |
work,rwork,iwork,info = zgelsd_lwork(m,n,nrhs,[cond,lwork]) | |
Constructing wrapper function "sgeqp3"... | |
qr,jpvt,tau,work,info = sgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqp3"... | |
qr,jpvt,tau,work,info = dgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqp3"... | |
qr,jpvt,tau,work,info = cgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqp3"... | |
qr,jpvt,tau,work,info = zgeqp3(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeqrf"... | |
qr,tau,work,info = sgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrf"... | |
qr,tau,work,info = dgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrf"... | |
qr,tau,work,info = cgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrf"... | |
qr,tau,work,info = zgeqrf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeqrf_lwork"... | |
work,info = sgeqrf_lwork(m,n) | |
Constructing wrapper function "dgeqrf_lwork"... | |
work,info = dgeqrf_lwork(m,n) | |
Constructing wrapper function "cgeqrf_lwork"... | |
work,info = cgeqrf_lwork(m,n) | |
Constructing wrapper function "zgeqrf_lwork"... | |
work,info = zgeqrf_lwork(m,n) | |
Constructing wrapper function "sgeqrfp"... | |
qr,tau,info = sgeqrfp(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgeqrfp"... | |
qr,tau,info = dgeqrfp(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgeqrfp"... | |
qr,tau,info = cgeqrfp(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgeqrfp"... | |
qr,tau,info = zgeqrfp(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeqrfp_lwork"... | |
work,info = sgeqrfp_lwork(m,n) | |
Constructing wrapper function "dgeqrfp_lwork"... | |
work,info = dgeqrfp_lwork(m,n) | |
Constructing wrapper function "cgeqrfp_lwork"... | |
work,info = cgeqrfp_lwork(m,n) | |
Constructing wrapper function "zgeqrfp_lwork"... | |
work,info = zgeqrfp_lwork(m,n) | |
Constructing wrapper function "sgerqf"... | |
qr,tau,work,info = sgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dgerqf"... | |
qr,tau,work,info = dgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "cgerqf"... | |
qr,tau,work,info = cgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "zgerqf"... | |
qr,tau,work,info = zgerqf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "sgeev"... | |
wr,wi,vl,vr,info = sgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "dgeev"... | |
wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "sgeev_lwork"... | |
work,info = sgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "dgeev_lwork"... | |
work,info = dgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "cgeev"... | |
w,vl,vr,info = cgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "zgeev"... | |
w,vl,vr,info = zgeev(a,[compute_vl,compute_vr,lwork,overwrite_a]) | |
Constructing wrapper function "cgeev_lwork"... | |
work,info = cgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "zgeev_lwork"... | |
work,info = zgeev_lwork(n,[compute_vl,compute_vr]) | |
Constructing wrapper function "sgegv"... | |
alphar,alphai,beta,vl,vr,info = sgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgegv"... | |
alphar,alphai,beta,vl,vr,info = dgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgegv"... | |
alpha,beta,vl,vr,info = cgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgegv"... | |
alpha,beta,vl,vr,info = zgegv(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgees"... | |
t,sdim,w,vs,work,info = cgees(cselect,a,[compute_v,sort_t,lwork,cselect_extra_args,overwrite_a]) | |
Constructing wrapper function "zgees"... | |
t,sdim,w,vs,work,info = zgees(zselect,a,[compute_v,sort_t,lwork,zselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgees"... | |
t,sdim,wr,wi,vs,work,info = sgees(sselect,a,[compute_v,sort_t,lwork,sselect_extra_args,overwrite_a]) | |
Constructing wrapper function "dgees"... | |
t,sdim,wr,wi,vs,work,info = dgees(dselect,a,[compute_v,sort_t,lwork,dselect_extra_args,overwrite_a]) | |
Constructing wrapper function "sgges"... | |
a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = sgges(sselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,sselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dgges"... | |
a,b,sdim,alphar,alphai,beta,vsl,vsr,work,info = dgges(dselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,dselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cgges"... | |
a,b,sdim,alpha,beta,vsl,vsr,work,info = cgges(cselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,cselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zgges"... | |
a,b,sdim,alpha,beta,vsl,vsr,work,info = zgges(zselect,a,b,[jobvsl,jobvsr,sort_t,ldvsl,ldvsr,lwork,zselect_extra_args,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sggev"... | |
alphar,alphai,beta,vl,vr,work,info = sggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dggev"... | |
alphar,alphai,beta,vl,vr,work,info = dggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cggev"... | |
alpha,beta,vl,vr,work,info = cggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zggev"... | |
alpha,beta,vl,vr,work,info = zggev(a,b,[compute_vl,compute_vr,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sgeequ"... | |
r,c,rowcnd,colcnd,amax,info = sgeequ(a) | |
Constructing wrapper function "dgeequ"... | |
r,c,rowcnd,colcnd,amax,info = dgeequ(a) | |
Constructing wrapper function "cgeequ"... | |
r,c,rowcnd,colcnd,amax,info = cgeequ(a) | |
Constructing wrapper function "zgeequ"... | |
r,c,rowcnd,colcnd,amax,info = zgeequ(a) | |
Constructing wrapper function "sgeequb"... | |
r,c,rowcnd,colcnd,amax,info = sgeequb(a) | |
Constructing wrapper function "dgeequb"... | |
r,c,rowcnd,colcnd,amax,info = dgeequb(a) | |
Constructing wrapper function "cgeequb"... | |
r,c,rowcnd,colcnd,amax,info = cgeequb(a) | |
Constructing wrapper function "zgeequb"... | |
r,c,rowcnd,colcnd,amax,info = zgeequb(a) | |
Constructing wrapper function "sgbsv"... | |
lub,piv,x,info = sgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dgbsv"... | |
lub,piv,x,info = dgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cgbsv"... | |
lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zgbsv"... | |
lub,piv,x,info = zgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sgbtrf"... | |
lu,ipiv,info = sgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "dgbtrf"... | |
lu,ipiv,info = dgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "cgbtrf"... | |
lu,ipiv,info = cgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "zgbtrf"... | |
lu,ipiv,info = zgbtrf(ab,kl,ku,[m,n,ldab,overwrite_ab]) | |
Constructing wrapper function "sgbtrs"... | |
x,info = sgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "dgbtrs"... | |
x,info = dgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "cgbtrs"... | |
x,info = cgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "zgbtrs"... | |
x,info = zgbtrs(ab,kl,ku,b,ipiv,[trans,n,ldab,ldb,overwrite_b]) | |
Constructing wrapper function "sgtsv"... | |
du2,d,du,x,info = sgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "dgtsv"... | |
du2,d,du,x,info = dgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "cgtsv"... | |
du2,d,du,x,info = cgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "zgtsv"... | |
du2,d,du,x,info = zgtsv(dl,d,du,b,[overwrite_dl,overwrite_d,overwrite_du,overwrite_b]) | |
Constructing wrapper function "sgttrf"... | |
dl,d,du,du2,ipiv,info = sgttrf(dl,d,du,[overwrite_dl,overwrite_d,overwrite_du]) | |
Constructing wrapper function "dgttrf"... | |
dl,d,du,du2,ipiv,info = dgttrf(dl,d,du,[overwrite_dl,overwrite_d,overwrite_du]) | |
Constructing wrapper function "cgttrf"... | |
dl,d,du,du2,ipiv,info = cgttrf(dl,d,du,[overwrite_dl,overwrite_d,overwrite_du]) | |
Constructing wrapper function "zgttrf"... | |
dl,d,du,du2,ipiv,info = zgttrf(dl,d,du,[overwrite_dl,overwrite_d,overwrite_du]) | |
Constructing wrapper function "sgttrs"... | |
x,info = sgttrs(dl,d,du,du2,ipiv,b,[trans,overwrite_b]) | |
Constructing wrapper function "dgttrs"... | |
x,info = dgttrs(dl,d,du,du2,ipiv,b,[trans,overwrite_b]) | |
Constructing wrapper function "cgttrs"... | |
x,info = cgttrs(dl,d,du,du2,ipiv,b,[trans,overwrite_b]) | |
Constructing wrapper function "zgttrs"... | |
x,info = zgttrs(dl,d,du,du2,ipiv,b,[trans,overwrite_b]) | |
Constructing wrapper function "sgtsvx"... | |
dlf,df,duf,du2,ipiv,x,rcond,ferr,berr,info = sgtsvx(dl,d,du,b,[fact,trans,dlf,df,duf,du2,ipiv]) | |
Constructing wrapper function "dgtsvx"... | |
dlf,df,duf,du2,ipiv,x,rcond,ferr,berr,info = dgtsvx(dl,d,du,b,[fact,trans,dlf,df,duf,du2,ipiv]) | |
Constructing wrapper function "cgtsvx"... | |
dlf,df,duf,du2,ipiv,x,rcond,ferr,berr,info = cgtsvx(dl,d,du,b,[fact,trans,dlf,df,duf,du2,ipiv]) | |
Constructing wrapper function "zgtsvx"... | |
dlf,df,duf,du2,ipiv,x,rcond,ferr,berr,info = zgtsvx(dl,d,du,b,[fact,trans,dlf,df,duf,du2,ipiv]) | |
Constructing wrapper function "ssyev"... | |
w,v,info = ssyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsyev"... | |
w,v,info = dsyev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssyev_lwork"... | |
work,info = ssyev_lwork(n,[lower]) | |
Constructing wrapper function "dsyev_lwork"... | |
work,info = dsyev_lwork(n,[lower]) | |
Constructing wrapper function "cheev"... | |
w,v,info = cheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "zheev"... | |
w,v,info = zheev(a,[compute_v,lower,lwork,overwrite_a]) | |
Constructing wrapper function "cheev_lwork"... | |
work,info = cheev_lwork(n,[lower]) | |
Constructing wrapper function "zheev_lwork"... | |
work,info = zheev_lwork(n,[lower]) | |
Constructing wrapper function "ssyevd"... | |
w,v,info = ssyevd(a,[compute_v,lower,lwork,liwork,overwrite_a]) | |
Constructing wrapper function "dsyevd"... | |
w,v,info = dsyevd(a,[compute_v,lower,lwork,liwork,overwrite_a]) | |
Constructing wrapper function "ssyevd_lwork"... | |
work,iwork,info = ssyevd_lwork(n,[compute_v,lower]) | |
Constructing wrapper function "dsyevd_lwork"... | |
work,iwork,info = dsyevd_lwork(n,[compute_v,lower]) | |
Constructing wrapper function "cheevd"... | |
w,v,info = cheevd(a,[compute_v,lower,lwork,liwork,lrwork,overwrite_a]) | |
Constructing wrapper function "zheevd"... | |
w,v,info = zheevd(a,[compute_v,lower,lwork,liwork,lrwork,overwrite_a]) | |
Constructing wrapper function "cheevd_lwork"... | |
work,iwork,rwork,info = cheevd_lwork(n,[compute_v,lower]) | |
Constructing wrapper function "zheevd_lwork"... | |
work,iwork,rwork,info = zheevd_lwork(n,[compute_v,lower]) | |
Constructing wrapper function "ssytf2"... | |
ldu,ipiv,info = ssytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "dsytf2"... | |
ldu,ipiv,info = dsytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "csytf2"... | |
ldu,ipiv,info = csytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "zsytf2"... | |
ldu,ipiv,info = zsytf2(a,[lower,overwrite_a]) | |
Constructing wrapper function "ssygst"... | |
c,info = ssygst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "dsygst"... | |
c,info = dsygst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "ssytrf"... | |
ldu,ipiv,info = ssytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsytrf"... | |
ldu,ipiv,info = dsytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "csytrf"... | |
ldu,ipiv,info = csytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "zsytrf"... | |
ldu,ipiv,info = zsytrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssytrf_lwork"... | |
work,info = ssytrf_lwork(n,[lower]) | |
Constructing wrapper function "dsytrf_lwork"... | |
work,info = dsytrf_lwork(n,[lower]) | |
Constructing wrapper function "csytrf_lwork"... | |
work,info = csytrf_lwork(n,[lower]) | |
Constructing wrapper function "zsytrf_lwork"... | |
work,info = zsytrf_lwork(n,[lower]) | |
Constructing wrapper function "ssysv"... | |
udut,ipiv,x,info = ssysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsysv"... | |
udut,ipiv,x,info = dsysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "csysv"... | |
udut,ipiv,x,info = csysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zsysv"... | |
udut,ipiv,x,info = zsysv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssysv_lwork"... | |
work,info = ssysv_lwork(n,[lower]) | |
Constructing wrapper function "dsysv_lwork"... | |
work,info = dsysv_lwork(n,[lower]) | |
Constructing wrapper function "csysv_lwork"... | |
work,info = csysv_lwork(n,[lower]) | |
Constructing wrapper function "zsysv_lwork"... | |
work,info = zsysv_lwork(n,[lower]) | |
Constructing wrapper function "ssysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = ssysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = dsysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "csysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = csysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zsysvx"... | |
a_s,udut,ipiv,b_s,x,rcond,ferr,berr,info = zsysvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssysvx_lwork"... | |
work,info = ssysvx_lwork(n,[lower]) | |
Constructing wrapper function "dsysvx_lwork"... | |
work,info = dsysvx_lwork(n,[lower]) | |
Constructing wrapper function "csysvx_lwork"... | |
work,info = csysvx_lwork(n,[lower]) | |
Constructing wrapper function "zsysvx_lwork"... | |
work,info = zsysvx_lwork(n,[lower]) | |
Constructing wrapper function "ssycon"... | |
rcond,info = ssycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "dsycon"... | |
rcond,info = dsycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "csycon"... | |
rcond,info = csycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "zsycon"... | |
rcond,info = zsycon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "checon"... | |
rcond,info = checon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "zhecon"... | |
rcond,info = zhecon(a,ipiv,anorm,[lower]) | |
Constructing wrapper function "ssyconv"... | |
a,e,info = ssyconv(a,ipiv,[lower,way,overwrite_a]) | |
Constructing wrapper function "dsyconv"... | |
a,e,info = dsyconv(a,ipiv,[lower,way,overwrite_a]) | |
Constructing wrapper function "csyconv"... | |
a,e,info = csyconv(a,ipiv,[lower,way,overwrite_a]) | |
Constructing wrapper function "zsyconv"... | |
a,e,info = zsyconv(a,ipiv,[lower,way,overwrite_a]) | |
Constructing wrapper function "chegst"... | |
c,info = chegst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "zhegst"... | |
c,info = zhegst(a,b,[itype,lower,overwrite_a]) | |
Constructing wrapper function "chetrf"... | |
ldu,ipiv,info = chetrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "zhetrf"... | |
ldu,ipiv,info = zhetrf(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "chetrf_lwork"... | |
work,info = chetrf_lwork(n,[lower]) | |
Constructing wrapper function "zhetrf_lwork"... | |
work,info = zhetrf_lwork(n,[lower]) | |
Constructing wrapper function "chesv"... | |
uduh,ipiv,x,info = chesv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhesv"... | |
uduh,ipiv,x,info = zhesv(a,b,[lwork,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chesv_lwork"... | |
work,info = chesv_lwork(n,[lower]) | |
Constructing wrapper function "zhesv_lwork"... | |
work,info = zhesv_lwork(n,[lower]) | |
Constructing wrapper function "chesvx"... | |
uduh,ipiv,x,rcond,ferr,berr,info = chesvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhesvx"... | |
uduh,ipiv,x,rcond,ferr,berr,info = zhesvx(a,b,[af,ipiv,lwork,factored,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chesvx_lwork"... | |
work,info = chesvx_lwork(n,[lower]) | |
Constructing wrapper function "zhesvx_lwork"... | |
work,info = zhesvx_lwork(n,[lower]) | |
Constructing wrapper function "ssytrd"... | |
c,d,e,tau,info = ssytrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "dsytrd"... | |
c,d,e,tau,info = dsytrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "ssytrd_lwork"... | |
work,info = ssytrd_lwork(n,[lower]) | |
Constructing wrapper function "dsytrd_lwork"... | |
work,info = dsytrd_lwork(n,[lower]) | |
Constructing wrapper function "chetrd"... | |
c,d,e,tau,info = chetrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "zhetrd"... | |
c,d,e,tau,info = zhetrd(a,[lower,lwork,overwrite_a]) | |
Constructing wrapper function "chetrd_lwork"... | |
work,info = chetrd_lwork(n,[lower]) | |
Constructing wrapper function "zhetrd_lwork"... | |
work,info = zhetrd_lwork(n,[lower]) | |
Constructing wrapper function "ssyevr"... | |
w,z,m,isuppz,info = ssyevr(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,liwork,overwrite_a]) | |
Constructing wrapper function "dsyevr"... | |
w,z,m,isuppz,info = dsyevr(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,liwork,overwrite_a]) | |
Constructing wrapper function "ssyevr_lwork"... | |
work,iwork,info = ssyevr_lwork(n,[lower]) | |
Constructing wrapper function "dsyevr_lwork"... | |
work,iwork,info = dsyevr_lwork(n,[lower]) | |
Constructing wrapper function "cheevr"... | |
w,z,m,isuppz,info = cheevr(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,lrwork,liwork,overwrite_a]) | |
Constructing wrapper function "zheevr"... | |
w,z,m,isuppz,info = zheevr(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,lrwork,liwork,overwrite_a]) | |
Constructing wrapper function "cheevr_lwork"... | |
work,rwork,iwork,info = cheevr_lwork(n,[lower]) | |
Constructing wrapper function "zheevr_lwork"... | |
work,rwork,iwork,info = zheevr_lwork(n,[lower]) | |
Constructing wrapper function "ssyevx"... | |
w,z,m,ifail,info = ssyevx(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,overwrite_a]) | |
Constructing wrapper function "dsyevx"... | |
w,z,m,ifail,info = dsyevx(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,overwrite_a]) | |
Constructing wrapper function "ssyevx_lwork"... | |
work,info = ssyevx_lwork(n,[lower]) | |
Constructing wrapper function "dsyevx_lwork"... | |
work,info = dsyevx_lwork(n,[lower]) | |
Constructing wrapper function "cheevx"... | |
w,z,m,ifail,info = cheevx(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,overwrite_a]) | |
Constructing wrapper function "zheevx"... | |
w,z,m,ifail,info = zheevx(a,[compute_v,range,lower,vl,vu,il,iu,abstol,lwork,overwrite_a]) | |
Constructing wrapper function "cheevx_lwork"... | |
work,info = cheevx_lwork(n,[lower]) | |
Constructing wrapper function "zheevx_lwork"... | |
work,info = zheevx_lwork(n,[lower]) | |
Constructing wrapper function "ssygv"... | |
w,v,info = ssygv(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygv"... | |
w,v,info = dsygv(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygv_lwork"... | |
work,info = ssygv_lwork(n,[uplo]) | |
Constructing wrapper function "dsygv_lwork"... | |
work,info = dsygv_lwork(n,[uplo]) | |
Constructing wrapper function "chegv"... | |
w,v,info = chegv(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegv"... | |
w,v,info = zhegv(a,b,[itype,jobz,uplo,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegv_lwork"... | |
work,info = chegv_lwork(n,[uplo]) | |
Constructing wrapper function "zhegv_lwork"... | |
work,info = zhegv_lwork(n,[uplo]) | |
Constructing wrapper function "ssygvd"... | |
w,v,info = ssygvd(a,b,[itype,jobz,uplo,lwork,liwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvd"... | |
w,v,info = dsygvd(a,b,[itype,jobz,uplo,lwork,liwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvd"... | |
w,v,info = chegvd(a,b,[itype,jobz,uplo,lwork,lrwork,liwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvd"... | |
w,v,info = zhegvd(a,b,[itype,jobz,uplo,lwork,lrwork,liwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvx"... | |
w,z,m,ifail,info = ssygvx(a,b,[itype,jobz,range,uplo,vl,vu,il,iu,abstol,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dsygvx"... | |
w,z,m,ifail,info = dsygvx(a,b,[itype,jobz,range,uplo,vl,vu,il,iu,abstol,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ssygvx_lwork"... | |
work,info = ssygvx_lwork(n,[uplo]) | |
Constructing wrapper function "dsygvx_lwork"... | |
work,info = dsygvx_lwork(n,[uplo]) | |
Constructing wrapper function "chegvx"... | |
w,z,m,ifail,info = chegvx(a,b,[itype,jobz,range,uplo,vl,vu,il,iu,abstol,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zhegvx"... | |
w,z,m,ifail,info = zhegvx(a,b,[itype,jobz,range,uplo,vl,vu,il,iu,abstol,lwork,overwrite_a,overwrite_b]) | |
Constructing wrapper function "chegvx_lwork"... | |
work,info = chegvx_lwork(n,[uplo]) | |
Constructing wrapper function "zhegvx_lwork"... | |
work,info = zhegvx_lwork(n,[uplo]) | |
Constructing wrapper function "ssyequb"... | |
s,scond,amax,info = ssyequb(a,[lower]) | |
Constructing wrapper function "dsyequb"... | |
s,scond,amax,info = dsyequb(a,[lower]) | |
Constructing wrapper function "csyequb"... | |
s,scond,amax,info = csyequb(a,[lower]) | |
Constructing wrapper function "zsyequb"... | |
s,scond,amax,info = zsyequb(a,[lower]) | |
Constructing wrapper function "cheequb"... | |
s,scond,amax,info = cheequb(a,[lower]) | |
Constructing wrapper function "zheequb"... | |
s,scond,amax,info = zheequb(a,[lower]) | |
Constructing wrapper function "spstrf"... | |
c,piv,rank_c,info = spstrf(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "dpstrf"... | |
c,piv,rank_c,info = dpstrf(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "cpstrf"... | |
c,piv,rank_c,info = cpstrf(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "zpstrf"... | |
c,piv,rank_c,info = zpstrf(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "spstf2"... | |
c,piv,rank_c,info = spstf2(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "dpstf2"... | |
c,piv,rank_c,info = dpstf2(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "cpstf2"... | |
c,piv,rank_c,info = cpstf2(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "zpstf2"... | |
c,piv,rank_c,info = zpstf2(a,[tol,lower,overwrite_a]) | |
Constructing wrapper function "sposv"... | |
c,x,info = sposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposv"... | |
c,x,info = dposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposv"... | |
c,x,info = cposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposv"... | |
c,x,info = zposv(a,b,[lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = sposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = dposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "cposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = cposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "zposvx"... | |
a_s,lu,equed,s,b_s,x,rcond,ferr,berr,info = zposvx(a,b,[fact,af,equed,s,lower,overwrite_a,overwrite_b]) | |
Constructing wrapper function "spocon"... | |
rcond,info = spocon(a,anorm,[uplo]) | |
Constructing wrapper function "dpocon"... | |
rcond,info = dpocon(a,anorm,[uplo]) | |
Constructing wrapper function "cpocon"... | |
rcond,info = cpocon(a,anorm,[uplo]) | |
Constructing wrapper function "zpocon"... | |
rcond,info = zpocon(a,anorm,[uplo]) | |
Constructing wrapper function "spotrf"... | |
c,info = spotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "dpotrf"... | |
c,info = dpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "cpotrf"... | |
c,info = cpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "zpotrf"... | |
c,info = zpotrf(a,[lower,clean,overwrite_a]) | |
Constructing wrapper function "spotrs"... | |
x,info = spotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpotrs"... | |
x,info = dpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpotrs"... | |
x,info = cpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpotrs"... | |
x,info = zpotrs(c,b,[lower,overwrite_b]) | |
Constructing wrapper function "spotri"... | |
inv_a,info = spotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "dpotri"... | |
inv_a,info = dpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "cpotri"... | |
inv_a,info = cpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "zpotri"... | |
inv_a,info = zpotri(c,[lower,overwrite_c]) | |
Constructing wrapper function "sptsv"... | |
d,du,x,info = sptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "dptsv"... | |
d,du,x,info = dptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "cptsv"... | |
d,du,x,info = cptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "zptsv"... | |
d,du,x,info = zptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b]) | |
Constructing wrapper function "spttrf"... | |
d,e,info = spttrf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "dpttrf"... | |
d,e,info = dpttrf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "cpttrf"... | |
d,e,info = cpttrf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "zpttrf"... | |
d,e,info = zpttrf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "spttrs"... | |
x,info = spttrs(d,e,b,[overwrite_b]) | |
Constructing wrapper function "dpttrs"... | |
x,info = dpttrs(d,e,b,[overwrite_b]) | |
Constructing wrapper function "cpttrs"... | |
x,info = cpttrs(d,e,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpttrs"... | |
x,info = zpttrs(d,e,b,[lower,overwrite_b]) | |
Constructing wrapper function "spteqr"... | |
d,e,z,info = spteqr(d,e,z,[compute_z,overwrite_d,overwrite_e,overwrite_z]) | |
Constructing wrapper function "dpteqr"... | |
d,e,z,info = dpteqr(d,e,z,[compute_z,overwrite_d,overwrite_e,overwrite_z]) | |
Constructing wrapper function "cpteqr"... | |
d,e,z,info = cpteqr(d,e,z,[compute_z,overwrite_d,overwrite_e,overwrite_z]) | |
Constructing wrapper function "zpteqr"... | |
d,e,z,info = zpteqr(d,e,z,[compute_z,overwrite_d,overwrite_e,overwrite_z]) | |
Constructing wrapper function "sptsvx"... | |
df,ef,x,rcond,ferr,berr,info = sptsvx(d,e,b,[fact,df,ef]) | |
Constructing wrapper function "dptsvx"... | |
df,ef,x,rcond,ferr,berr,info = dptsvx(d,e,b,[fact,df,ef]) | |
Constructing wrapper function "cptsvx"... | |
df,ef,x,rcond,ferr,berr,info = cptsvx(d,e,b,[fact,df,ef]) | |
Constructing wrapper function "zptsvx"... | |
df,ef,x,rcond,ferr,berr,info = zptsvx(d,e,b,[fact,df,ef]) | |
Constructing wrapper function "sgejsv"... | |
sva,u,v,workout,iworkout,info = sgejsv(a,[joba,jobu,jobv,jobr,jobt,jobp,lwork,overwrite_a]) | |
Constructing wrapper function "dgejsv"... | |
sva,u,v,workout,iworkout,info = dgejsv(a,[joba,jobu,jobv,jobr,jobt,jobp,lwork,overwrite_a]) | |
Constructing wrapper function "stgexc"... | |
a,b,q,z,work,info = stgexc(a,b,q,z,ifst,ilst,[lwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "dtgexc"... | |
a,b,q,z,work,info = dtgexc(a,b,q,z,ifst,ilst,[lwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "ctgexc"... | |
a,b,q,z,info = ctgexc(a,b,q,z,ifst,ilst,[overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "ztgexc"... | |
a,b,q,z,info = ztgexc(a,b,q,z,ifst,ilst,[overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "stgsen"... | |
as,bs,alphar,alphai,beta,qs,zs,m,pl,pr,dif,info = stgsen(select,a,b,q,z,[ijob,wantq,wantz,lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "dtgsen"... | |
as,bs,alphar,alphai,beta,qs,zs,m,pl,pr,dif,info = dtgsen(select,a,b,q,z,[ijob,wantq,wantz,lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "stgsen_lwork"... | |
work,iwork,info = stgsen_lwork(select,a,[ijob]) | |
Constructing wrapper function "dtgsen_lwork"... | |
work,iwork,info = dtgsen_lwork(select,a,[ijob]) | |
Constructing wrapper function "ctgsen"... | |
as,bs,alpha,beta,qs,zs,m,pl,pr,dif,info = ctgsen(select,a,b,q,z,[ijob,wantq,wantz,lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "ztgsen"... | |
as,bs,alpha,beta,qs,zs,m,pl,pr,dif,info = ztgsen(select,a,b,q,z,[ijob,wantq,wantz,lwork,liwork,overwrite_a,overwrite_b,overwrite_q,overwrite_z]) | |
Constructing wrapper function "ctgsen_lwork"... | |
work,iwork,info = ctgsen_lwork(select,a,b,[ijob]) | |
Constructing wrapper function "ztgsen_lwork"... | |
work,iwork,info = ztgsen_lwork(select,a,b,[ijob]) | |
Constructing wrapper function "spbtrf"... | |
c,info = spbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dpbtrf"... | |
c,info = dpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "cpbtrf"... | |
c,info = cpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "zpbtrf"... | |
c,info = zpbtrf(ab,[lower,ldab,overwrite_ab]) | |
Constructing wrapper function "spbtrs"... | |
x,info = spbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "dpbtrs"... | |
x,info = dpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "cpbtrs"... | |
x,info = cpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "zpbtrs"... | |
x,info = zpbtrs(ab,b,[lower,ldab,overwrite_b]) | |
Constructing wrapper function "strtrs"... | |
x,info = strtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "dtrtrs"... | |
x,info = dtrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ctrtrs"... | |
x,info = ctrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "ztrtrs"... | |
x,info = ztrtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b]) | |
Constructing wrapper function "stbtrs"... | |
x,info = stbtrs(ab,b,[uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "dtbtrs"... | |
x,info = dtbtrs(ab,b,[uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "ctbtrs"... | |
x,info = ctbtrs(ab,b,[uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "ztbtrs"... | |
x,info = ztbtrs(ab,b,[uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "spbsv"... | |
c,x,info = spbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "dpbsv"... | |
c,x,info = dpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "cpbsv"... | |
c,x,info = cpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "zpbsv"... | |
c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b]) | |
Constructing wrapper function "sorcsd"... | |
cs11,cs12,cs21,cs22,theta,u1,u2,v1t,v2t,info = sorcsd(x11,x12,x21,x22,[compute_u1,compute_u2,compute_v1t,compute_v2t,trans,signs,lwork,overwrite_x11,overwrite_x12,overwrite_x21,overwrite_x22]) | |
Constructing wrapper function "dorcsd"... | |
cs11,cs12,cs21,cs22,theta,u1,u2,v1t,v2t,info = dorcsd(x11,x12,x21,x22,[compute_u1,compute_u2,compute_v1t,compute_v2t,trans,signs,lwork,overwrite_x11,overwrite_x12,overwrite_x21,overwrite_x22]) | |
Constructing wrapper function "sorcsd_lwork"... | |
work,info = sorcsd_lwork(m,p,q) | |
Constructing wrapper function "dorcsd_lwork"... | |
work,info = dorcsd_lwork(m,p,q) | |
Constructing wrapper function "cuncsd"... | |
cs11,cs12,cs21,cs22,theta,u1,u2,v1t,v2t,info = cuncsd(x11,x12,x21,x22,[compute_u1,compute_u2,compute_v1t,compute_v2t,trans,signs,lwork,lrwork,overwrite_x11,overwrite_x12,overwrite_x21,overwrite_x22]) | |
Constructing wrapper function "zuncsd"... | |
cs11,cs12,cs21,cs22,theta,u1,u2,v1t,v2t,info = zuncsd(x11,x12,x21,x22,[compute_u1,compute_u2,compute_v1t,compute_v2t,trans,signs,lwork,lrwork,overwrite_x11,overwrite_x12,overwrite_x21,overwrite_x22]) | |
Constructing wrapper function "cuncsd_lwork"... | |
work,rwork,info = cuncsd_lwork(m,p,q) | |
Constructing wrapper function "zuncsd_lwork"... | |
work,rwork,info = zuncsd_lwork(m,p,q) | |
Constructing wrapper function "sorghr"... | |
ht,info = sorghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "dorghr"... | |
ht,info = dorghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "sorghr_lwork"... | |
work,info = sorghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "dorghr_lwork"... | |
work,info = dorghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "cunghr"... | |
ht,info = cunghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "zunghr"... | |
ht,info = zunghr(a,tau,[lo,hi,lwork,overwrite_a]) | |
Constructing wrapper function "cunghr_lwork"... | |
work,info = cunghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "zunghr_lwork"... | |
work,info = zunghr_lwork(n,[lo,hi]) | |
Constructing wrapper function "sorgqr"... | |
q,work,info = sorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgqr"... | |
q,work,info = dorgqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungqr"... | |
q,work,info = cungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungqr"... | |
q,work,info = zungqr(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "sormqr"... | |
cq,work,info = sormqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "dormqr"... | |
cq,work,info = dormqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "cunmqr"... | |
cq,work,info = cunmqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "zunmqr"... | |
cq,work,info = zunmqr(side,trans,a,tau,c,lwork,[overwrite_c]) | |
Constructing wrapper function "sgeqrt"... | |
a,t,info = sgeqrt(nb,a,[overwrite_a]) | |
Constructing wrapper function "dgeqrt"... | |
a,t,info = dgeqrt(nb,a,[overwrite_a]) | |
Constructing wrapper function "cgeqrt"... | |
a,t,info = cgeqrt(nb,a,[overwrite_a]) | |
Constructing wrapper function "zgeqrt"... | |
a,t,info = zgeqrt(nb,a,[overwrite_a]) | |
Constructing wrapper function "sgemqrt"... | |
c,info = sgemqrt(v,t,c,[side,trans,overwrite_c]) | |
Constructing wrapper function "dgemqrt"... | |
c,info = dgemqrt(v,t,c,[side,trans,overwrite_c]) | |
Constructing wrapper function "cgemqrt"... | |
c,info = cgemqrt(v,t,c,[side,trans,overwrite_c]) | |
Constructing wrapper function "zgemqrt"... | |
c,info = zgemqrt(v,t,c,[side,trans,overwrite_c]) | |
Constructing wrapper function "stpqrt"... | |
a,b,t,info = stpqrt(l,nb,a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "dtpqrt"... | |
a,b,t,info = dtpqrt(l,nb,a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "ctpqrt"... | |
a,b,t,info = ctpqrt(l,nb,a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "ztpqrt"... | |
a,b,t,info = ztpqrt(l,nb,a,b,[overwrite_a,overwrite_b]) | |
Constructing wrapper function "stpmqrt"... | |
a,b,info = stpmqrt(l,v,t,a,b,[side,trans,overwrite_a,overwrite_b]) | |
Constructing wrapper function "dtpmqrt"... | |
a,b,info = dtpmqrt(l,v,t,a,b,[side,trans,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ctpmqrt"... | |
a,b,info = ctpmqrt(l,v,t,a,b,[side,trans,overwrite_a,overwrite_b]) | |
Constructing wrapper function "ztpmqrt"... | |
a,b,info = ztpmqrt(l,v,t,a,b,[side,trans,overwrite_a,overwrite_b]) | |
Constructing wrapper function "sormrz"... | |
cq,info = sormrz(a,tau,c,[side,trans,lwork,overwrite_c]) | |
Constructing wrapper function "dormrz"... | |
cq,info = dormrz(a,tau,c,[side,trans,lwork,overwrite_c]) | |
Constructing wrapper function "cunmrz"... | |
cq,info = cunmrz(a,tau,c,[side,trans,lwork,overwrite_c]) | |
Constructing wrapper function "zunmrz"... | |
cq,info = zunmrz(a,tau,c,[side,trans,lwork,overwrite_c]) | |
Constructing wrapper function "sormrz_lwork"... | |
work,info = sormrz_lwork(m,n,[side,trans]) | |
Constructing wrapper function "dormrz_lwork"... | |
work,info = dormrz_lwork(m,n,[side,trans]) | |
Constructing wrapper function "cunmrz_lwork"... | |
work,info = cunmrz_lwork(m,n,[side,trans]) | |
Constructing wrapper function "zunmrz_lwork"... | |
work,info = zunmrz_lwork(m,n,[side,trans]) | |
Constructing wrapper function "sorgrq"... | |
q,work,info = sorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "dorgrq"... | |
q,work,info = dorgrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "cungrq"... | |
q,work,info = cungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "zungrq"... | |
q,work,info = zungrq(a,tau,[lwork,overwrite_a]) | |
Constructing wrapper function "strtri"... | |
inv_c,info = strtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "dtrtri"... | |
inv_c,info = dtrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ctrtri"... | |
inv_c,info = ctrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "ztrtri"... | |
inv_c,info = ztrtri(c,[lower,unitdiag,overwrite_c]) | |
Constructing wrapper function "strsyl"... | |
x,scale,info = strsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "dtrsyl"... | |
x,scale,info = dtrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "ctrsyl"... | |
x,scale,info = ctrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "ztrsyl"... | |
x,scale,info = ztrsyl(a,b,c,[trana,tranb,isgn,overwrite_c]) | |
Constructing wrapper function "chbevd"... | |
w,z,info = chbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "zhbevd"... | |
w,z,info = zhbevd(ab,[compute_v,lower,ldab,lrwork,liwork,overwrite_ab]) | |
Constructing wrapper function "chbevx"... | |
w,z,m,ifail,info = chbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "zhbevx"... | |
w,z,m,ifail,info = zhbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "sgglse"... | |
t,r,res,x,info = sgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "dgglse"... | |
t,r,res,x,info = dgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "cgglse"... | |
t,r,res,x,info = cgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "zgglse"... | |
t,r,res,x,info = zgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d]) | |
Constructing wrapper function "sgglse_lwork"... | |
work,info = sgglse_lwork(m,n,p) | |
Constructing wrapper function "dgglse_lwork"... | |
work,info = dgglse_lwork(m,n,p) | |
Constructing wrapper function "cgglse_lwork"... | |
work,info = cgglse_lwork(m,n,p) | |
Constructing wrapper function "zgglse_lwork"... | |
work,info = zgglse_lwork(m,n,p) | |
Constructing wrapper function "sppcon"... | |
rcond,info = sppcon(n,ap,anorm,[lower]) | |
Constructing wrapper function "dppcon"... | |
rcond,info = dppcon(n,ap,anorm,[lower]) | |
Constructing wrapper function "cppcon"... | |
rcond,info = cppcon(n,ap,anorm,[lower]) | |
Constructing wrapper function "zppcon"... | |
rcond,info = zppcon(n,ap,anorm,[lower]) | |
Constructing wrapper function "sppsv"... | |
x,info = sppsv(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "dppsv"... | |
x,info = dppsv(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "cppsv"... | |
x,info = cppsv(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "zppsv"... | |
x,info = zppsv(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "spptrf"... | |
ul,info = spptrf(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "dpptrf"... | |
ul,info = dpptrf(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "cpptrf"... | |
ul,info = cpptrf(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "zpptrf"... | |
ul,info = zpptrf(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "spptri"... | |
uli,info = spptri(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "dpptri"... | |
uli,info = dpptri(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "cpptri"... | |
uli,info = cpptri(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "zpptri"... | |
uli,info = zpptri(n,ap,[lower,overwrite_ap]) | |
Constructing wrapper function "spptrs"... | |
x,info = spptrs(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "dpptrs"... | |
x,info = dpptrs(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "cpptrs"... | |
x,info = cpptrs(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "zpptrs"... | |
x,info = zpptrs(n,ap,b,[lower,overwrite_b]) | |
Constructing wrapper function "ssbev"... | |
w,z,info = ssbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "dsbev"... | |
w,z,info = dsbev(ab,[compute_v,lower,ldab,overwrite_ab]) | |
Constructing wrapper function "ssbevd"... | |
w,z,info = ssbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "dsbevd"... | |
w,z,info = dsbevd(ab,[compute_v,lower,ldab,liwork,overwrite_ab]) | |
Constructing wrapper function "ssbevx"... | |
w,z,m,ifail,info = ssbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "dsbevx"... | |
w,z,m,ifail,info = dsbevx(ab,vl,vu,il,iu,[ldab,compute_v,range,lower,abstol,mmax,overwrite_ab]) | |
Constructing wrapper function "sstebz"... | |
m,w,iblock,isplit,info = sstebz(d,e,range,vl,vu,il,iu,tol,order) | |
Constructing wrapper function "dstebz"... | |
m,w,iblock,isplit,info = dstebz(d,e,range,vl,vu,il,iu,tol,order) | |
Constructing wrapper function "ssterf"... | |
vals,info = ssterf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "dsterf"... | |
vals,info = dsterf(d,e,[overwrite_d,overwrite_e]) | |
Constructing wrapper function "sstein"... | |
z,info = sstein(d,e,w,iblock,isplit) | |
Constructing wrapper function "dstein"... | |
z,info = dstein(d,e,w,iblock,isplit) | |
Constructing wrapper function "sstemr"... | |
m,w,z,info = sstemr(d,e,range,vl,vu,il,iu,[compute_v,lwork,liwork,overwrite_d]) | |
Constructing wrapper function "dstemr"... | |
m,w,z,info = dstemr(d,e,range,vl,vu,il,iu,[compute_v,lwork,liwork,overwrite_d]) | |
Constructing wrapper function "sstemr_lwork"... | |
work,iwork,info = sstemr_lwork(d,e,range,vl,vu,il,iu,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "dstemr_lwork"... | |
work,iwork,info = dstemr_lwork(d,e,range,vl,vu,il,iu,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "sstev"... | |
vals,z,info = sstev(d,e,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "dstev"... | |
vals,z,info = dstev(d,e,[compute_v,overwrite_d,overwrite_e]) | |
Constructing wrapper function "ssfrk"... | |
cout = ssfrk(n,k,alpha,a,beta,c,[transr,uplo,trans,overwrite_c]) | |
Constructing wrapper function "dsfrk"... | |
cout = dsfrk(n,k,alpha,a,beta,c,[transr,uplo,trans,overwrite_c]) | |
Constructing wrapper function "chfrk"... | |
cout = chfrk(n,k,alpha,a,beta,c,[transr,uplo,trans,overwrite_c]) | |
Constructing wrapper function "zhfrk"... | |
cout = zhfrk(n,k,alpha,a,beta,c,[transr,uplo,trans,overwrite_c]) | |
Constructing wrapper function "stpttf"... | |
arf,info = stpttf(n,ap,[transr,uplo]) | |
Constructing wrapper function "dtpttf"... | |
arf,info = dtpttf(n,ap,[transr,uplo]) | |
Constructing wrapper function "ctpttf"... | |
arf,info = ctpttf(n,ap,[transr,uplo]) | |
Constructing wrapper function "ztpttf"... | |
arf,info = ztpttf(n,ap,[transr,uplo]) | |
Constructing wrapper function "stpttr"... | |
a,info = stpttr(n,ap,[uplo]) | |
Constructing wrapper function "dtpttr"... | |
a,info = dtpttr(n,ap,[uplo]) | |
Constructing wrapper function "ctpttr"... | |
a,info = ctpttr(n,ap,[uplo]) | |
Constructing wrapper function "ztpttr"... | |
a,info = ztpttr(n,ap,[uplo]) | |
Constructing wrapper function "stfttp"... | |
ap,info = stfttp(n,arf,[transr,uplo]) | |
Constructing wrapper function "dtfttp"... | |
ap,info = dtfttp(n,arf,[transr,uplo]) | |
Constructing wrapper function "ctfttp"... | |
ap,info = ctfttp(n,arf,[transr,uplo]) | |
Constructing wrapper function "ztfttp"... | |
ap,info = ztfttp(n,arf,[transr,uplo]) | |
Constructing wrapper function "stfttr"... | |
a,info = stfttr(n,arf,[transr,uplo]) | |
Constructing wrapper function "dtfttr"... | |
a,info = dtfttr(n,arf,[transr,uplo]) | |
Constructing wrapper function "ctfttr"... | |
a,info = ctfttr(n,arf,[transr,uplo]) | |
Constructing wrapper function "ztfttr"... | |
a,info = ztfttr(n,arf,[transr,uplo]) | |
Constructing wrapper function "strttf"... | |
arf,info = strttf(a,[transr,uplo]) | |
Constructing wrapper function "dtrttf"... | |
arf,info = dtrttf(a,[transr,uplo]) | |
Constructing wrapper function "ctrttf"... | |
arf,info = ctrttf(a,[transr,uplo]) | |
Constructing wrapper function "ztrttf"... | |
arf,info = ztrttf(a,[transr,uplo]) | |
Constructing wrapper function "strttp"... | |
ap,info = strttp(a,[uplo]) | |
Constructing wrapper function "dtrttp"... | |
ap,info = dtrttp(a,[uplo]) | |
Constructing wrapper function "ctrttp"... | |
ap,info = ctrttp(a,[uplo]) | |
Constructing wrapper function "ztrttp"... | |
ap,info = ztrttp(a,[uplo]) | |
Constructing wrapper function "stfsm"... | |
x = stfsm(alpha,a,b,[transr,side,uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "dtfsm"... | |
x = dtfsm(alpha,a,b,[transr,side,uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "ctfsm"... | |
x = ctfsm(alpha,a,b,[transr,side,uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "ztfsm"... | |
x = ztfsm(alpha,a,b,[transr,side,uplo,trans,diag,overwrite_b]) | |
Constructing wrapper function "spftrf"... | |
achol,info = spftrf(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "dpftrf"... | |
achol,info = dpftrf(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "cpftrf"... | |
achol,info = cpftrf(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "zpftrf"... | |
achol,info = zpftrf(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "spftri"... | |
ainv,info = spftri(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "dpftri"... | |
ainv,info = dpftri(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "cpftri"... | |
ainv,info = cpftri(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "zpftri"... | |
ainv,info = zpftri(n,a,[transr,uplo,overwrite_a]) | |
Constructing wrapper function "spftrs"... | |
x,info = spftrs(n,a,b,[transr,uplo,overwrite_b]) | |
Constructing wrapper function "dpftrs"... | |
x,info = dpftrs(n,a,b,[transr,uplo,overwrite_b]) | |
Constructing wrapper function "cpftrs"... | |
x,info = cpftrs(n,a,b,[transr,uplo,overwrite_b]) | |
Constructing wrapper function "zpftrs"... | |
x,info = zpftrs(n,a,b,[transr,uplo,overwrite_b]) | |
Constructing wrapper function "stzrzf"... | |
rz,tau,info = stzrzf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "dtzrzf"... | |
rz,tau,info = dtzrzf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "ctzrzf"... | |
rz,tau,info = ctzrzf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "ztzrzf"... | |
rz,tau,info = ztzrzf(a,[lwork,overwrite_a]) | |
Constructing wrapper function "stzrzf_lwork"... | |
work,info = stzrzf_lwork(m,n) | |
Constructing wrapper function "dtzrzf_lwork"... | |
work,info = dtzrzf_lwork(m,n) | |
Constructing wrapper function "ctzrzf_lwork"... | |
work,info = ctzrzf_lwork(m,n) | |
Constructing wrapper function "ztzrzf_lwork"... | |
work,info = ztzrzf_lwork(m,n) | |
Constructing wrapper function "slasd4"... | |
delta,sigma,work,info = slasd4(i,d,z,[rho]) | |
Constructing wrapper function "dlasd4"... | |
delta,sigma,work,info = dlasd4(i,d,z,[rho]) | |
Constructing wrapper function "slauum"... | |
a,info = slauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "dlauum"... | |
a,info = dlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "clauum"... | |
a,info = clauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "zlauum"... | |
a,info = zlauum(c,[lower,overwrite_c]) | |
Constructing wrapper function "slaswp"... | |
a = slaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "dlaswp"... | |
a = dlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "claswp"... | |
a = claswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Constructing wrapper function "zlaswp"... | |
a = zlaswp(a,piv,[k1,k2,off,inc,overwrite_a]) | |
Creating wrapper for Fortran function "dlamch"("dlamch")... | |
Constructing wrapper function "dlamch"... | |
dlamch = dlamch(cmach) | |
Creating wrapper for Fortran function "slamch"("slamch")... | |
Constructing wrapper function "slamch"... | |
slamch = slamch(cmach) | |
Creating wrapper for Fortran function "slange"("slange")... | |
Constructing wrapper function "slange"... | |
n2 = slange(norm,a) | |
Creating wrapper for Fortran function "dlange"("dlange")... | |
Constructing wrapper function "dlange"... | |
n2 = dlange(norm,a) | |
Creating wrapper for Fortran function "clange"("clange")... | |
Constructing wrapper function "clange"... | |
n2 = clange(norm,a) | |
Creating wrapper for Fortran function "zlange"("zlange")... | |
Constructing wrapper function "zlange"... | |
n2 = zlange(norm,a) | |
Constructing wrapper function "slarfg"... | |
alpha,x,tau = slarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "dlarfg"... | |
alpha,x,tau = dlarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "clarfg"... | |
alpha,x,tau = clarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "zlarfg"... | |
alpha,x,tau = zlarfg(n,alpha,x,[incx,overwrite_x]) | |
Constructing wrapper function "slarf"... | |
c = slarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "dlarf"... | |
c = dlarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "clarf"... | |
c = clarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "zlarf"... | |
c = zlarf(v,tau,c,work,[side,incv,overwrite_c]) | |
Constructing wrapper function "slartg"... | |
cs,sn,r = slartg(f,g) | |
Constructing wrapper function "dlartg"... | |
cs,sn,r = dlartg(f,g) | |
Constructing wrapper function "clartg"... | |
cs,sn,r = clartg(f,g) | |
Constructing wrapper function "zlartg"... | |
cs,sn,r = zlartg(f,g) | |
Constructing wrapper function "crot"... | |
x,y = crot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "zrot"... | |
x,y = zrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) | |
Constructing wrapper function "ilaver"... | |
major,minor,patch = ilaver() | |
Wrote C/API module "_flapack" to file "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_flapackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_flapack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_flapack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.linalg._flinalg" sources | |
INFO: f2py options: [] | |
INFO: f2py:> build/src.linux-x86_64-3.9/scipy/linalg/_flinalgmodule.c | |
Reading fortran codes... | |
Reading file 'scipy/linalg/src/det.f' (format:fix,strict) | |
Reading file 'scipy/linalg/src/lu.f' (format:fix,strict) | |
Post-processing... | |
Block: _flinalg | |
Block: ddet_c | |
Block: ddet_r | |
Block: sdet_c | |
Block: sdet_r | |
Block: zdet_c | |
Block: zdet_r | |
Block: cdet_c | |
Block: cdet_r | |
Block: dlu_c | |
Block: zlu_c | |
Block: slu_c | |
Block: clu_c | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_flinalg"... | |
Constructing wrapper function "ddet_c"... | |
det,info = ddet_c(a,[overwrite_a]) | |
Constructing wrapper function "ddet_r"... | |
det,info = ddet_r(a,[overwrite_a]) | |
Constructing wrapper function "sdet_c"... | |
det,info = sdet_c(a,[overwrite_a]) | |
Constructing wrapper function "sdet_r"... | |
det,info = sdet_r(a,[overwrite_a]) | |
Constructing wrapper function "zdet_c"... | |
det,info = zdet_c(a,[overwrite_a]) | |
Constructing wrapper function "zdet_r"... | |
det,info = zdet_r(a,[overwrite_a]) | |
Constructing wrapper function "cdet_c"... | |
det,info = cdet_c(a,[overwrite_a]) | |
Constructing wrapper function "cdet_r"... | |
det,info = cdet_r(a,[overwrite_a]) | |
Constructing wrapper function "dlu_c"... | |
p,l,u,info = dlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "zlu_c"... | |
p,l,u,info = zlu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "slu_c"... | |
p,l,u,info = slu_c(a,[permute_l,overwrite_a]) | |
Constructing wrapper function "clu_c"... | |
p,l,u,info = clu_c(a,[permute_l,overwrite_a]) | |
Wrote C/API module "_flinalg" to file "build/src.linux-x86_64-3.9/scipy/linalg/_flinalgmodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg | |
INFO: building extension "scipy.linalg._interpolative" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/linalg/interpolative.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/linalg/interpolative.pyf' (format:free) | |
Post-processing... | |
Block: _interpolative | |
Block: id_srand | |
Block: idd_frm | |
Block: idd_sfrm | |
Block: idd_frmi | |
Block: idd_sfrmi | |
Block: iddp_id | |
Block: iddr_id | |
Block: idd_reconid | |
Block: idd_reconint | |
Block: idd_copycols | |
Block: idd_id2svd | |
Block: idd_snorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_snorm | |
get_useparameters: no module idd__user__routines info used by idd_snorm | |
Block: idd_diffsnorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_diffsnorm | |
get_useparameters: no module idd__user__routines info used by idd_diffsnorm | |
Block: iddr_svd | |
Block: iddp_svd | |
Block: iddp_aid | |
Block: idd_estrank | |
Block: iddp_asvd | |
Block: iddp_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rid | |
get_useparameters: no module idd__user__routines info used by iddp_rid | |
Block: idd_findrank | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idd_findrank | |
get_useparameters: no module idd__user__routines info used by idd_findrank | |
Block: iddp_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddp_rsvd | |
get_useparameters: no module idd__user__routines info used by iddp_rsvd | |
Block: iddr_aid | |
Block: iddr_aidi | |
Block: iddr_asvd | |
Block: iddr_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rid | |
get_useparameters: no module idd__user__routines info used by iddr_rid | |
Block: iddr_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:iddr_rsvd | |
get_useparameters: no module idd__user__routines info used by iddr_rsvd | |
Block: idz_frm | |
Block: idz_sfrm | |
Block: idz_frmi | |
Block: idz_sfrmi | |
Block: idzp_id | |
Block: idzr_id | |
Block: idz_reconid | |
Block: idz_reconint | |
Block: idz_copycols | |
Block: idz_id2svd | |
Block: idz_snorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_snorm | |
get_useparameters: no module idz__user__routines info used by idz_snorm | |
Block: idz_diffsnorm | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_diffsnorm | |
get_useparameters: no module idz__user__routines info used by idz_diffsnorm | |
Block: idzr_svd | |
Block: idzp_svd | |
Block: idzp_aid | |
Block: idz_estrank | |
Block: idzp_asvd | |
Block: idzp_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rid | |
get_useparameters: no module idz__user__routines info used by idzp_rid | |
Block: idz_findrank | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idz_findrank | |
get_useparameters: no module idz__user__routines info used by idz_findrank | |
Block: idzp_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzp_rsvd | |
get_useparameters: no module idz__user__routines info used by idzp_rsvd | |
Block: idzr_aid | |
Block: idzr_aidi | |
Block: idzr_asvd | |
Block: idzr_rid | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rid | |
get_useparameters: no module idz__user__routines info used by idzr_rid | |
Block: idzr_rsvd | |
In: scipy/linalg/interpolative.pyf:_interpolative:unknown_interface:idzr_rsvd | |
get_useparameters: no module idz__user__routines info used by idzr_rsvd | |
Block: idd__user__routines | |
Block: idd_user_interface | |
Block: matvect | |
Block: matvec | |
Block: matvect2 | |
Block: matvec2 | |
Block: idz__user__routines | |
Block: idz_user_interface | |
Block: matveca | |
Block: matvec | |
Block: matveca2 | |
Block: matvec2 | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_matvect_in_idd__user__routines" | |
def matvect(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec_in_idd__user__routines" | |
def matvec(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvect2_in_idd__user__routines" | |
def matvect2(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec2_in_idd__user__routines" | |
def matvec2(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matveca_in_idz__user__routines" | |
def matveca(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec_in_idz__user__routines" | |
def matvec(x,[n,m,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matveca2_in_idz__user__routines" | |
def matveca2(x,[m,n,p1,p2,p3,p4]): return y | |
Constructing call-back function "cb_matvec2_in_idz__user__routines" | |
def matvec2(x,[n,m,p1,p2,p3,p4]): return y | |
Building module "_interpolative"... | |
Constructing wrapper function "id_srand"... | |
r = id_srand(n) | |
Constructing wrapper function "id_srandi"... | |
id_srandi(t) | |
Constructing wrapper function "id_srando"... | |
id_srando() | |
Constructing wrapper function "idd_frm"... | |
y = idd_frm(n,w,x,[m]) | |
Constructing wrapper function "idd_sfrm"... | |
y = idd_sfrm(l,n,w,x,[m]) | |
Constructing wrapper function "idd_frmi"... | |
n,w = idd_frmi(m) | |
Constructing wrapper function "idd_sfrmi"... | |
n,w = idd_sfrmi(l,m) | |
Constructing wrapper function "iddp_id"... | |
krank,list,rnorms = iddp_id(eps,a,[m,n]) | |
Constructing wrapper function "iddr_id"... | |
list,rnorms = iddr_id(a,krank,[m,n]) | |
Constructing wrapper function "idd_reconid"... | |
approx = idd_reconid(col,list,proj,[m,krank,n]) | |
Constructing wrapper function "idd_reconint"... | |
p = idd_reconint(list,proj,[n,krank]) | |
Constructing wrapper function "idd_copycols"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
col = idd_copycols(a,krank,list,[m,n]) | |
Constructing wrapper function "idd_id2svd"... | |
u,v,s,ier = idd_id2svd(b,list,proj,[m,krank,n,w]) | |
Constructing wrapper function "idd_snorm"... | |
snorm,v = idd_snorm(m,n,matvect,matvec,its,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,u,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idd_diffsnorm"... | |
snorm = idd_diffsnorm(m,n,matvect,matvect2,matvec,matvec2,its,[p1t,p2t,p3t,p4t,p1t2,p2t2,p3t2,p4t2,p1,p2,p3,p4,p12,p22,p32,p42,w,matvect_extra_args,matvect2_extra_args,matvec_extra_args,matvec2_extra_args]) | |
Constructing wrapper function "iddr_svd"... | |
u,v,s,ier = iddr_svd(a,krank,[m,n,r]) | |
Constructing wrapper function "iddp_svd"... | |
krank,iu,iv,is,w,ier = iddp_svd(eps,a,[m,n]) | |
Constructing wrapper function "iddp_aid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj = iddp_aid(eps,a,work,proj,[m,n]) | |
Constructing wrapper function "idd_estrank"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,ra = idd_estrank(eps,a,w,ra,[m,n]) | |
Constructing wrapper function "iddp_asvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,iu,iv,is,w,ier = iddp_asvd(eps,a,winit,w,[m,n]) | |
Constructing wrapper function "iddp_rid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj,ier = iddp_rid(eps,m,n,matvect,proj,[p1,p2,p3,p4,matvect_extra_args]) | |
Constructing wrapper function "idd_findrank"... | |
krank,ra,ier = idd_findrank(eps,m,n,matvect,[p1,p2,p3,p4,w,matvect_extra_args]) | |
Constructing wrapper function "iddp_rsvd"... | |
krank,iu,iv,is,w,ier = iddp_rsvd(eps,m,n,matvect,matvec,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "iddr_aid"... | |
list,proj = iddr_aid(a,krank,w,[m,n]) | |
Constructing wrapper function "iddr_aidi"... | |
w = iddr_aidi(m,n,krank) | |
Constructing wrapper function "iddr_asvd"... | |
u,v,s,ier = iddr_asvd(a,krank,w,[m,n]) | |
Constructing wrapper function "iddr_rid"... | |
list,proj = iddr_rid(m,n,matvect,krank,[p1,p2,p3,p4,matvect_extra_args]) | |
Constructing wrapper function "iddr_rsvd"... | |
u,v,s,ier = iddr_rsvd(m,n,matvect,matvec,krank,[p1t,p2t,p3t,p4t,p1,p2,p3,p4,w,matvect_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idz_frm"... | |
y = idz_frm(n,w,x,[m]) | |
Constructing wrapper function "idz_sfrm"... | |
y = idz_sfrm(l,n,w,x,[m]) | |
Constructing wrapper function "idz_frmi"... | |
n,w = idz_frmi(m) | |
Constructing wrapper function "idz_sfrmi"... | |
n,w = idz_sfrmi(l,m) | |
Constructing wrapper function "idzp_id"... | |
krank,list,rnorms = idzp_id(eps,a,[m,n]) | |
Constructing wrapper function "idzr_id"... | |
list,rnorms = idzr_id(a,krank,[m,n]) | |
Constructing wrapper function "idz_reconid"... | |
approx = idz_reconid(col,list,proj,[m,krank,n]) | |
Constructing wrapper function "idz_reconint"... | |
p = idz_reconint(list,proj,[n,krank]) | |
Constructing wrapper function "idz_copycols"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
col = idz_copycols(a,krank,list,[m,n]) | |
Constructing wrapper function "idz_id2svd"... | |
u,v,s,ier = idz_id2svd(b,list,proj,[m,krank,n,w]) | |
Constructing wrapper function "idz_snorm"... | |
snorm,v = idz_snorm(m,n,matveca,matvec,its,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,u,matveca_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idz_diffsnorm"... | |
snorm = idz_diffsnorm(m,n,matveca,matveca2,matvec,matvec2,its,[p1a,p2a,p3a,p4a,p1a2,p2a2,p3a2,p4a2,p1,p2,p3,p4,p12,p22,p32,p42,w,matveca_extra_args,matveca2_extra_args,matvec_extra_args,matvec2_extra_args]) | |
Constructing wrapper function "idzr_svd"... | |
u,v,s,ier = idzr_svd(a,krank,[m,n,r]) | |
Constructing wrapper function "idzp_svd"... | |
krank,iu,iv,is,w,ier = idzp_svd(eps,a,[m,n]) | |
Constructing wrapper function "idzp_aid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj = idzp_aid(eps,a,work,proj,[m,n]) | |
Constructing wrapper function "idz_estrank"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,ra = idz_estrank(eps,a,w,ra,[m,n]) | |
Constructing wrapper function "idzp_asvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,iu,iv,is,w,ier = idzp_asvd(eps,a,winit,w,[m,n]) | |
Constructing wrapper function "idzp_rid"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
krank,list,proj,ier = idzp_rid(eps,m,n,matveca,proj,[p1,p2,p3,p4,matveca_extra_args]) | |
Constructing wrapper function "idz_findrank"... | |
krank,ra,ier = idz_findrank(eps,m,n,matveca,[p1,p2,p3,p4,w,matveca_extra_args]) | |
Constructing wrapper function "idzp_rsvd"... | |
krank,iu,iv,is,w,ier = idzp_rsvd(eps,m,n,matveca,matvec,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,matveca_extra_args,matvec_extra_args]) | |
Constructing wrapper function "idzr_aid"... | |
list,proj = idzr_aid(a,krank,w,[m,n]) | |
Constructing wrapper function "idzr_aidi"... | |
w = idzr_aidi(m,n,krank) | |
Constructing wrapper function "idzr_asvd"... | |
u,v,s,ier = idzr_asvd(a,krank,w,[m,n]) | |
Constructing wrapper function "idzr_rid"... | |
list,proj = idzr_rid(m,n,matveca,krank,[p1,p2,p3,p4,matveca_extra_args]) | |
Constructing wrapper function "idzr_rsvd"... | |
u,v,s,ier = idzr_rsvd(m,n,matveca,matvec,krank,[p1a,p2a,p3a,p4a,p1,p2,p3,p4,w,matveca_extra_args,matvec_extra_args]) | |
Wrote C/API module "_interpolative" to file "build/src.linux-x86_64-3.9/scipy/linalg/_interpolativemodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
INFO: building extension "scipy.linalg._solve_toeplitz" sources | |
INFO: building extension "scipy.linalg._matfuncs_sqrtm_triu" sources | |
INFO: building extension "scipy.linalg.cython_blas" sources | |
INFO: building extension "scipy.linalg.cython_lapack" sources | |
INFO: building extension "scipy.linalg._decomp_update" sources | |
INFO: building extension "scipy.linalg._cythonized_array_utils" sources | |
INFO: building extension "scipy.odr.__odrpack" sources | |
INFO: building extension "scipy.optimize._minpack" sources | |
INFO: building extension "scipy.optimize._lsap_module" sources | |
INFO: building extension "scipy.optimize._zeros" sources | |
INFO: building extension "scipy.optimize._lbfgsb" sources | |
creating build/src.linux-x86_64-3.9/scipy/optimize | |
creating build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src | |
INFO: f2py options: [] | |
INFO: f2py: scipy/optimize/lbfgsb_src/lbfgsb.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/lbfgsb_src/lbfgsb.pyf' (format:free) | |
Post-processing... | |
Block: _lbfgsb | |
Block: setulb | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_lbfgsb"... | |
Constructing wrapper function "setulb"... | |
setulb(m,x,l,u,nbd,f,g,factr,pgtol,wa,iwa,task,iprint,csave,lsave,isave,dsave,maxls,[n]) | |
Constructing COMMON block support for "types"... | |
intvar | |
Wrote C/API module "_lbfgsb" to file "build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src/_lbfgsbmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src/_lbfgsb-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src/_lbfgsb-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.optimize._moduleTNC" sources | |
INFO: building extension "scipy.optimize._cobyla" sources | |
creating build/src.linux-x86_64-3.9/scipy/optimize/cobyla | |
INFO: f2py options: [] | |
INFO: f2py: scipy/optimize/cobyla/cobyla.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
Reading fortran codes... | |
Reading file 'scipy/optimize/cobyla/cobyla.pyf' (format:free) | |
Post-processing... | |
Block: _cobyla__user__routines | |
Block: _cobyla_user_interface | |
Block: calcfc | |
Block: callback | |
Block: _cobyla | |
Block: minimize | |
In: scipy/optimize/cobyla/cobyla.pyf:_cobyla:unknown_interface:minimize | |
get_useparameters: no module _cobyla__user__routines info used by minimize | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_calcfc_in__cobyla__user__routines" | |
def calcfc(x,con): return f | |
Constructing call-back function "cb_callback_in__cobyla__user__routines" | |
def callback(x): return | |
Building module "_cobyla"... | |
Constructing wrapper function "minimize"... | |
x,dinfo = minimize(calcfc,m,x,rhobeg,rhoend,dinfo,callback,[iprint,maxfun,calcfc_extra_args,callback_extra_args]) | |
Wrote C/API module "_cobyla" to file "build/src.linux-x86_64-3.9/scipy/optimize/cobyla/_cobylamodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla | |
INFO: building extension "scipy.optimize._minpack2" sources | |
creating build/src.linux-x86_64-3.9/scipy/optimize/minpack2 | |
INFO: f2py options: [] | |
INFO: f2py: scipy/optimize/minpack2/minpack2.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/minpack2/minpack2.pyf' (format:free) | |
Post-processing... | |
Block: _minpack2 | |
Block: dcsrch | |
Block: dcstep | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_minpack2"... | |
Constructing wrapper function "dcsrch"... | |
stp,f,g,task = dcsrch(stp,f,g,ftol,gtol,xtol,task,stpmin,stpmax,isave,dsave) | |
Constructing wrapper function "dcstep"... | |
stx,fx,dx,sty,fy,dy,stp,brackt = dcstep(stx,fx,dx,sty,fy,dy,stp,fp,dp,brackt,stpmin,stpmax) | |
Wrote C/API module "_minpack2" to file "build/src.linux-x86_64-3.9/scipy/optimize/minpack2/_minpack2module.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2 | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2 | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2 | |
INFO: building extension "scipy.optimize._slsqp" sources | |
creating build/src.linux-x86_64-3.9/scipy/optimize/slsqp | |
INFO: f2py options: [] | |
INFO: f2py: scipy/optimize/slsqp/slsqp.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/slsqp/slsqp.pyf' (format:free) | |
Post-processing... | |
Block: _slsqp | |
Block: slsqp | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_slsqp"... | |
Constructing wrapper function "slsqp"... | |
slsqp(m,meq,x,xl,xu,f,c,g,a,acc,iter,mode,w,jw,alpha,f0,gs,h1,h2,h3,h4,t,t0,tol,iexact,incons,ireset,itermx,line,n1,n2,n3,[la,n,l_w,l_jw]) | |
Wrote C/API module "_slsqp" to file "build/src.linux-x86_64-3.9/scipy/optimize/slsqp/_slsqpmodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp | |
INFO: building extension "scipy.optimize.__nnls" sources | |
creating build/src.linux-x86_64-3.9/scipy/optimize/__nnls | |
INFO: f2py options: [] | |
INFO: f2py: scipy/optimize/__nnls/nnls.pyf | |
Reading fortran codes... | |
Reading file 'scipy/optimize/__nnls/nnls.pyf' (format:free) | |
Post-processing... | |
Block: __nnls | |
Block: nnls | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "__nnls"... | |
Constructing wrapper function "nnls"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
x,rnorm,mode = nnls(a,m,n,b,w,zz,index_bn,maxiter,[mda,overwrite_a,overwrite_b]) | |
Wrote C/API module "__nnls" to file "build/src.linux-x86_64-3.9/scipy/optimize/__nnls/__nnlsmodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls | |
INFO: building extension "scipy.optimize._group_columns" sources | |
INFO: building extension "scipy.optimize._bglu_dense" sources | |
INFO: building extension "scipy.optimize._lsq.givens_elimination" sources | |
INFO: building extension "scipy.optimize._trlib._trlib" sources | |
INFO: building extension "scipy.optimize.cython_optimize._zeros" sources | |
INFO: building extension "scipy.optimize._highs._highs_wrapper" sources | |
INFO: building extension "scipy.optimize._highs._highs_constants" sources | |
INFO: building extension "scipy.signal._sigtools" sources | |
INFO: building extension "scipy.signal._spectral" sources | |
INFO: building extension "scipy.signal._max_len_seq_inner" sources | |
INFO: building extension "scipy.signal._peak_finding_utils" sources | |
INFO: building extension "scipy.signal._sosfilt" sources | |
INFO: building extension "scipy.signal._upfirdn_apply" sources | |
INFO: building extension "scipy.signal._spline" sources | |
INFO: building extension "scipy.sparse.linalg._isolve._iterative" sources | |
creating build/src.linux-x86_64-3.9/scipy/sparse | |
creating build/src.linux-x86_64-3.9/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
creating build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/getbreak.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/BiCGREVCOM.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/BiCGSTABREVCOM.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/CGREVCOM.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/CGSREVCOM.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/GMRESREVCOM.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/QMRREVCOM.f | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/_iterative.pyf | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative | |
INFO: f2py options: [] | |
INFO: f2py: build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/_iterative.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/_iterative.pyf' (format:free) | |
Post-processing... | |
Block: _iterative | |
Block: sbicgrevcom | |
Block: dbicgrevcom | |
Block: cbicgrevcom | |
Block: zbicgrevcom | |
Block: sbicgstabrevcom | |
Block: dbicgstabrevcom | |
Block: cbicgstabrevcom | |
Block: zbicgstabrevcom | |
Block: scgrevcom | |
Block: dcgrevcom | |
Block: ccgrevcom | |
Block: zcgrevcom | |
Block: scgsrevcom | |
Block: dcgsrevcom | |
Block: ccgsrevcom | |
Block: zcgsrevcom | |
Block: sqmrrevcom | |
Block: dqmrrevcom | |
Block: cqmrrevcom | |
Block: zqmrrevcom | |
Block: sgmresrevcom | |
Block: dgmresrevcom | |
Block: cgmresrevcom | |
Block: zgmresrevcom | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_iterative"... | |
Constructing wrapper function "sbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zbicgstabrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zbicgstabrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "scgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = scgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "ccgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = ccgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zcgsrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zcgsrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "dqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "cqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "zqmrrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zqmrrevcom(b,x,work,iter,resid,info,ndx1,ndx2,ijob) | |
Constructing wrapper function "sgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = sgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Constructing wrapper function "dgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = dgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Constructing wrapper function "cgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = cgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Constructing wrapper function "zgmresrevcom"... | |
x,iter,resid,info,ndx1,ndx2,sclr1,sclr2,ijob = zgmresrevcom(b,x,restrt,work,work2,iter,resid,info,ndx1,ndx2,ijob,tol) | |
Wrote C/API module "_iterative" to file "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/_iterativemodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative | |
INFO: building extension "scipy.sparse.linalg._dsolve._superlu" sources | |
INFO: building extension "scipy.sparse.linalg._eigen.arpack._arpack" sources | |
creating build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
creating build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
INFO: from_template:> build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/arpack.pyf | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
INFO: f2py options: [] | |
INFO: f2py: build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/arpack.pyf | |
Reading fortran codes... | |
Reading file 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/arpack.pyf' (format:free) | |
Post-processing... | |
Block: _arpack | |
Block: ssaupd | |
Block: dsaupd | |
Block: sseupd | |
Block: dseupd | |
Block: snaupd | |
Block: dnaupd | |
Block: sneupd | |
Block: dneupd | |
Block: cnaupd | |
Block: znaupd | |
Block: cneupd | |
Block: zneupd | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_arpack"... | |
Constructing wrapper function "ssaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = ssaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dsaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = dsaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sseupd"... | |
d,z,info = sseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dseupd"... | |
d,z,info = dseupd(rvec,howmny,select,sigma,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "snaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = snaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dnaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = dnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "sneupd"... | |
dr,di,z,info = sneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "dneupd"... | |
dr,di,z,info = dneupd(rvec,howmny,select,sigmar,sigmai,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cnaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = cnaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "znaupd"... | |
ido,tol,resid,v,iparam,ipntr,info = znaupd(ido,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[n,ncv,ldv,lworkl]) | |
Constructing wrapper function "cneupd"... | |
d,z,info = cneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing wrapper function "zneupd"... | |
d,z,info = zneupd(rvec,howmny,select,sigma,workev,bmat,which,nev,tol,resid,v,iparam,ipntr,workd,workl,rwork,info,[ldz,n,ncv,ldv,lworkl]) | |
Constructing COMMON block support for "debug"... | |
logfil,ndigit,mgetv0,msaupd,msaup2,msaitr,mseigt,msapps,msgets,mseupd,mnaupd,mnaup2,mnaitr,mneigh,mnapps,mngets,mneupd,mcaupd,mcaup2,mcaitr,mceigh,mcapps,mcgets,mceupd | |
Constructing COMMON block support for "timing"... | |
nopx,nbx,nrorth,nitref,nrstrt,tsaupd,tsaup2,tsaitr,tseigt,tsgets,tsapps,tsconv,tnaupd,tnaup2,tnaitr,tneigh,tngets,tnapps,tnconv,tcaupd,tcaup2,tcaitr,tceigh,tcgets,tcapps,tcconv,tmvopx,tmvbx,tgetv0,titref,trvec | |
Wrote C/API module "_arpack" to file "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/_arpackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/_arpack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/_arpack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._spropack" sources | |
creating build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack | |
INFO: f2py options: [] | |
INFO: f2py: scipy/sparse/linalg/_propack/spropack.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'float' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/sparse/linalg/_propack/spropack.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: saprod | |
Block: _spropack | |
Block: slansvd | |
In: scipy/sparse/linalg/_propack/spropack.pyf:_spropack:unknown_interface:slansvd | |
get_useparameters: no module __user__routines info used by slansvd | |
Block: slansvd_irl | |
In: scipy/sparse/linalg/_propack/spropack.pyf:_spropack:unknown_interface:slansvd_irl | |
get_useparameters: no module __user__routines info used by slansvd_irl | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_saprod_in___user__routines" | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
def saprod(transa,m,n,x,y,dparm,iparm): return saprod | |
Building module "_spropack"... | |
Constructing wrapper function "slansvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = slansvd(jobu,jobv,m,n,k,aprod,u,v,tolin,work,iwork,doption,ioption,dparm,iparm,[kmax,ldu,ldv,lwork,liwork,aprod_extra_args]) | |
Constructing wrapper function "slansvd_irl"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = slansvd_irl(which,jobu,jobv,m,n,p,neig,maxiter,aprod,u,v,tolin,work,iwork,doption,ioption,dparm,iparm,[dim,ldu,ldv,lwork,liwork,aprod_extra_args]) | |
Constructing COMMON block support for "timing"... | |
nopx,nreorth,ndot,nreorthu,nreorthv,nitref,nrestart,nbsvd,tmvopx,tgetu0,tupdmu,tupdnu,tintv,tlanbpro,treorth,treorthu,treorthv,telru,telrv,tbsvd,tnorm2,tlansvd,nlandim,tritzvec,trestart,tdot,nsing | |
Wrote C/API module "_spropack" to file "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_spropackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_spropack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_spropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._dpropack" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/sparse/linalg/_propack/dpropack.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'double' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/sparse/linalg/_propack/dpropack.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: daprod | |
Block: _dpropack | |
Block: dlansvd | |
In: scipy/sparse/linalg/_propack/dpropack.pyf:_dpropack:unknown_interface:dlansvd | |
get_useparameters: no module __user__routines info used by dlansvd | |
Block: dlansvd_irl | |
In: scipy/sparse/linalg/_propack/dpropack.pyf:_dpropack:unknown_interface:dlansvd_irl | |
get_useparameters: no module __user__routines info used by dlansvd_irl | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_daprod_in___user__routines" | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
def daprod(transa,m,n,x,y,dparm,iparm): return daprod | |
Building module "_dpropack"... | |
Constructing wrapper function "dlansvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = dlansvd(jobu,jobv,m,n,k,aprod,u,v,tolin,work,iwork,doption,ioption,dparm,iparm,[kmax,ldu,ldv,lwork,liwork,aprod_extra_args]) | |
Constructing wrapper function "dlansvd_irl"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = dlansvd_irl(which,jobu,jobv,m,n,p,neig,maxiter,aprod,u,v,tolin,work,iwork,doption,ioption,dparm,iparm,[dim,ldu,ldv,lwork,liwork,aprod_extra_args]) | |
Constructing COMMON block support for "timing"... | |
nopx,nreorth,ndot,nreorthu,nreorthv,nitref,nrestart,nbsvd,tmvopx,tgetu0,tupdmu,tupdnu,tintv,tlanbpro,treorth,treorthu,treorthv,telru,telrv,tbsvd,tnorm2,tlansvd,nlandim,tritzvec,trestart,tdot,nsing | |
Wrote C/API module "_dpropack" to file "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_dpropackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_dpropack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_dpropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._cpropack" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/sparse/linalg/_propack/cpropack.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/sparse/linalg/_propack/cpropack.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: caprod | |
Block: _cpropack | |
Block: clansvd | |
In: scipy/sparse/linalg/_propack/cpropack.pyf:_cpropack:unknown_interface:clansvd | |
get_useparameters: no module __user__routines info used by clansvd | |
Block: clansvd_irl | |
In: scipy/sparse/linalg/_propack/cpropack.pyf:_cpropack:unknown_interface:clansvd_irl | |
get_useparameters: no module __user__routines info used by clansvd_irl | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_caprod_in___user__routines" | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
def caprod(transa,m,n,x,y,cparm,iparm): return caprod | |
Building module "_cpropack"... | |
Constructing wrapper function "clansvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = clansvd(jobu,jobv,m,n,k,aprod,u,v,tolin,work,cwork,iwork,soption,ioption,cparm,iparm,[kmax,ldu,ldv,lwork,lcwrk,liwork,aprod_extra_args]) | |
Constructing wrapper function "clansvd_irl"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = clansvd_irl(which,jobu,jobv,m,n,p,neig,maxiter,aprod,u,v,tolin,work,cwork,iwork,soption,ioption,cparm,iparm,[dim,ldu,ldv,lwork,lcwrk,liwork,aprod_extra_args]) | |
Constructing COMMON block support for "timing"... | |
nopx,nreorth,ndot,nreorthu,nreorthv,nitref,nrestart,nbsvd,tmvopx,tgetu0,tupdmu,tupdnu,tintv,tlanbpro,treorth,treorthu,treorthv,telru,telrv,tbsvd,tnorm2,tlansvd,nlandim,tritzvec,trestart,tdot,nsing | |
Wrote C/API module "_cpropack" to file "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_cpropackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_cpropack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_cpropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._zpropack" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/sparse/linalg/_propack/zpropack.pyf | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
append_needs: unknown need 'int' | |
Reading fortran codes... | |
Reading file 'scipy/sparse/linalg/_propack/zpropack.pyf' (format:free) | |
Post-processing... | |
Block: __user__routines | |
Block: zaprod | |
Block: _zpropack | |
Block: zlansvd | |
In: scipy/sparse/linalg/_propack/zpropack.pyf:_zpropack:unknown_interface:zlansvd | |
get_useparameters: no module __user__routines info used by zlansvd | |
Block: zlansvd_irl | |
In: scipy/sparse/linalg/_propack/zpropack.pyf:_zpropack:unknown_interface:zlansvd_irl | |
get_useparameters: no module __user__routines info used by zlansvd_irl | |
Post-processing (stage 2)... | |
Building modules... | |
Constructing call-back function "cb_zaprod_in___user__routines" | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
def zaprod(transa,m,n,x,y,zparm,iparm): return zaprod,y | |
Building module "_zpropack"... | |
Constructing wrapper function "zlansvd"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = zlansvd(jobu,jobv,m,n,k,aprod,u,v,tolin,work,zwork,iwork,doption,ioption,zparm,iparm,[kmax,ldu,ldv,lwork,lzwrk,liwork,aprod_extra_args]) | |
Constructing wrapper function "zlansvd_irl"... | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
getarrdims:warning: assumed shape array, using 0 instead of '*' | |
u,sigma,bnd,v,info = zlansvd_irl(which,jobu,jobv,m,n,p,neig,maxiter,aprod,u,v,tolin,work,zwork,iwork,doption,ioption,zparm,iparm,[dim,ldu,ldv,lwork,lzwrk,liwork,aprod_extra_args]) | |
Constructing COMMON block support for "timing"... | |
nopx,nreorth,ndot,nreorthu,nreorthv,nitref,nrestart,nbsvd,tmvopx,tgetu0,tupdmu,tupdnu,tintv,tlanbpro,treorth,treorthu,treorthv,telru,telrv,tbsvd,tnorm2,tlansvd,nlandim,tritzvec,trestart,tdot,nsing | |
Wrote C/API module "_zpropack" to file "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_zpropackmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_zpropack-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_zpropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.csgraph._shortest_path" sources | |
INFO: building extension "scipy.sparse.csgraph._traversal" sources | |
INFO: building extension "scipy.sparse.csgraph._min_spanning_tree" sources | |
INFO: building extension "scipy.sparse.csgraph._matching" sources | |
INFO: building extension "scipy.sparse.csgraph._flow" sources | |
INFO: building extension "scipy.sparse.csgraph._reordering" sources | |
INFO: building extension "scipy.sparse.csgraph._tools" sources | |
INFO: building extension "scipy.sparse._csparsetools" sources | |
INFO: building extension "scipy.sparse._sparsetools" sources | |
[generate_sparsetools] generating '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/bsr_impl.h' | |
[generate_sparsetools] generating '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/csr_impl.h' | |
[generate_sparsetools] generating '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/csc_impl.h' | |
[generate_sparsetools] generating '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/other_impl.h' | |
[generate_sparsetools] generating '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/sparsetools_impl.h' | |
INFO: building extension "scipy.spatial.transform._rotation" sources | |
INFO: building extension "scipy.spatial._qhull" sources | |
INFO: building extension "scipy.spatial._ckdtree" sources | |
INFO: building extension "scipy.spatial._distance_wrap" sources | |
INFO: building extension "scipy.spatial._distance_pybind" sources | |
INFO: building extension "scipy.spatial._voronoi" sources | |
INFO: building extension "scipy.spatial._hausdorff" sources | |
INFO: building extension "scipy.special._specfun" sources | |
creating build/src.linux-x86_64-3.9/scipy/special | |
INFO: f2py options: ['--no-wrap-functions'] | |
INFO: f2py: scipy/special/specfun.pyf | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating '(int)v' as symbol (original=(int)v+1) | |
ewarn( | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/symbolic.py:1508: ExprWarning: fromstring: treating '(int)v' as symbol (original=abs((int)v)+2) | |
ewarn( | |
Reading fortran codes... | |
Reading file 'scipy/special/specfun.pyf' (format:free) | |
Post-processing... | |
Block: _specfun | |
Block: clqmn | |
Block: lqmn | |
Block: clpmn | |
Block: jdzo | |
Block: bernob | |
Block: clqn | |
Block: airyzo | |
Block: eulerb | |
Block: lqnb | |
Block: lamv | |
Block: pbdv | |
Block: cerzo | |
Block: lamn | |
Block: clpn | |
Block: lpmn | |
Block: fcszo | |
Block: cpbdn | |
Block: lpn | |
Block: fcoef | |
Block: rcty | |
Block: cyzo | |
Block: klvnzo | |
Block: jyzo | |
Block: rctj | |
Block: segv | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_specfun"... | |
Constructing wrapper function "clqmn"... | |
cqm,cqd = clqmn(m,n,z) | |
Constructing wrapper function "lqmn"... | |
qm,qd = lqmn(m,n,x) | |
Constructing wrapper function "clpmn"... | |
cpm,cpd = clpmn(m,n,x,y,ntype) | |
Constructing wrapper function "jdzo"... | |
n,m,pcode,zo = jdzo(nt) | |
Constructing wrapper function "bernob"... | |
bn = bernob(n) | |
Constructing wrapper function "clqn"... | |
cqn,cqd = clqn(n,z) | |
Constructing wrapper function "airyzo"... | |
xa,xb,xc,xd = airyzo(nt,[kf]) | |
Constructing wrapper function "eulerb"... | |
en = eulerb(n) | |
Constructing wrapper function "lqnb"... | |
qn,qd = lqnb(n,x) | |
Constructing wrapper function "lamv"... | |
vm,vl,dl = lamv(v,x) | |
Constructing wrapper function "pbdv"... | |
dv,dp,pdf,pdd = pbdv(v,x) | |
Constructing wrapper function "cerzo"... | |
zo = cerzo(nt) | |
Constructing wrapper function "lamn"... | |
nm,bl,dl = lamn(n,x) | |
Constructing wrapper function "clpn"... | |
cpn,cpd = clpn(n,z) | |
Constructing wrapper function "lpmn"... | |
pm,pd = lpmn(m,n,x) | |
Constructing wrapper function "fcszo"... | |
zo = fcszo(kf,nt) | |
Constructing wrapper function "cpbdn"... | |
cpb,cpd = cpbdn(n,z) | |
Constructing wrapper function "lpn"... | |
pn,pd = lpn(n,x) | |
Constructing wrapper function "fcoef"... | |
fc = fcoef(kd,m,q,a) | |
Constructing wrapper function "rcty"... | |
nm,ry,dy = rcty(n,x) | |
Constructing wrapper function "cyzo"... | |
zo,zv = cyzo(nt,kf,kc) | |
Constructing wrapper function "klvnzo"... | |
zo = klvnzo(nt,kd) | |
Constructing wrapper function "jyzo"... | |
rj0,rj1,ry0,ry1 = jyzo(n,nt) | |
Constructing wrapper function "rctj"... | |
nm,rj,dj = rctj(n,x) | |
Constructing wrapper function "segv"... | |
cv,eg = segv(m,n,c,kd) | |
Wrote C/API module "_specfun" to file "build/src.linux-x86_64-3.9/scipy/special/_specfunmodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special | |
INFO: building extension "scipy.special._ufuncs" sources | |
INFO: building extension "scipy.special._ufuncs_cxx" sources | |
INFO: building extension "scipy.special._ellip_harm_2" sources | |
INFO: building extension "scipy.special.cython_special" sources | |
INFO: building extension "scipy.special._comb" sources | |
INFO: building extension "scipy.special._test_round" sources | |
INFO: building extension "scipy.stats._statlib" sources | |
creating build/src.linux-x86_64-3.9/scipy/stats | |
INFO: f2py options: ['--no-wrap-functions'] | |
INFO: f2py: scipy/stats/statlib.pyf | |
Reading fortran codes... | |
Reading file 'scipy/stats/statlib.pyf' (format:free) | |
Post-processing... | |
Block: _statlib | |
Block: swilk | |
Block: gscale | |
Block: prho | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_statlib"... | |
Constructing wrapper function "swilk"... | |
a,w,pw,ifault = swilk(x,a,[init,n1]) | |
Constructing wrapper function "gscale"... | |
astart,a1,ifault = gscale(test,other) | |
Constructing wrapper function "prho"... | |
ifault = prho(n,is) | |
Wrote C/API module "_statlib" to file "build/src.linux-x86_64-3.9/scipy/stats/_statlibmodule.c" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats' to include_dirs. | |
creating build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats | |
copying /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats | |
INFO: building extension "scipy.stats._stats" sources | |
INFO: building extension "scipy.stats._mvn" sources | |
INFO: f2py options: [] | |
INFO: f2py: scipy/stats/mvn.pyf | |
Reading fortran codes... | |
Reading file 'scipy/stats/mvn.pyf' (format:free) | |
Post-processing... | |
Block: _mvn | |
Block: mvnun | |
Block: mvnun_weighted | |
Block: mvndst | |
Post-processing (stage 2)... | |
Building modules... | |
Building module "_mvn"... | |
Constructing wrapper function "mvnun"... | |
value,inform = mvnun(lower,upper,means,covar,[maxpts,abseps,releps]) | |
Constructing wrapper function "mvnun_weighted"... | |
value,inform = mvnun_weighted(lower,upper,means,weights,covar,[maxpts,abseps,releps]) | |
Constructing wrapper function "mvndst"... | |
error,value,inform = mvndst(lower,upper,infin,correl,[maxpts,abseps,releps]) | |
Constructing COMMON block support for "dkblck"... | |
ivls | |
Wrote C/API module "_mvn" to file "build/src.linux-x86_64-3.9/scipy/stats/_mvnmodule.c" | |
Fortran 77 wrappers are saved to "build/src.linux-x86_64-3.9/scipy/stats/_mvn-f2pywrappers.f" | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/stats/_mvn-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.stats._sobol" sources | |
INFO: building extension "scipy.stats._qmc_cy" sources | |
INFO: building extension "scipy.stats._biasedurn" sources | |
INFO: building extension "scipy.stats._unuran.unuran_wrapper" sources | |
INFO: building extension "scipy.stats._boost.beta_ufunc" sources | |
INFO: building extension "scipy.stats._boost.binom_ufunc" sources | |
INFO: building extension "scipy.stats._boost.nbinom_ufunc" sources | |
INFO: building extension "scipy.stats._boost.hypergeom_ufunc" sources | |
INFO: building extension "scipy.ndimage._nd_image" sources | |
INFO: building extension "scipy.ndimage._ni_label" sources | |
INFO: building extension "scipy.ndimage._ctest" sources | |
INFO: building extension "scipy.ndimage._cytest" sources | |
INFO: building extension "scipy._lib._ccallback_c" sources | |
INFO: building extension "scipy._lib._test_ccallback" sources | |
INFO: building extension "scipy._lib._fpumode" sources | |
INFO: building extension "scipy._lib.messagestream" sources | |
creating build/src.linux-x86_64-3.9/scipy/_lib | |
WARN: Could not locate executable armflang | |
WARN: Could not locate executable gfortran | |
INFO: building extension "scipy._lib._test_deprecation_call" sources | |
INFO: building extension "scipy._lib._test_deprecation_def" sources | |
INFO: building extension "scipy._lib._uarray._uarray" sources | |
INFO: building data_files sources | |
INFO: build_src: building npy-pkg config files | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-setuptools-59.4.0-jktkddgygnmqw5j53ad4ahyqk7onqcoc/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. | |
warnings.warn( | |
creating /tmp/pip-modern-metadata-59id0kzp/scipy.egg-info | |
writing /tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/PKG-INFO | |
writing dependency_links to /tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/dependency_links.txt | |
writing requirements to /tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/requires.txt | |
writing top-level names to /tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/top_level.txt | |
writing manifest file '/tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/SOURCES.txt' | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-setuptools-59.4.0-jktkddgygnmqw5j53ad4ahyqk7onqcoc/lib/python3.9/site-packages/setuptools/command/egg_info.py:624: SetuptoolsDeprecationWarning: Custom 'build_py' does not implement 'get_data_files_without_manifest'. | |
Please extend command classes from setuptools instead of distutils. | |
warnings.warn( | |
reading manifest file '/tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no previously-included files matching '*_subr_*.f' found under directory 'scipy/linalg/src/id_dist/src' | |
no previously-included directories found matching 'benchmarks/env' | |
no previously-included directories found matching 'benchmarks/results' | |
no previously-included directories found matching 'benchmarks/html' | |
no previously-included directories found matching 'benchmarks/scipy' | |
no previously-included directories found matching 'scipy/special/tests/data/boost' | |
no previously-included directories found matching 'scipy/special/tests/data/gsl' | |
no previously-included directories found matching 'scipy/special/tests/data/local' | |
no previously-included directories found matching 'doc/build' | |
no previously-included directories found matching 'doc/source/generated' | |
warning: no previously-included files matching '*~' found anywhere in distribution | |
warning: no previously-included files matching '*.bak' found anywhere in distribution | |
warning: no previously-included files matching '*.swp' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files found matching 'LICENSES_bundled.txt' | |
adding license file 'LICENSE.txt' | |
writing manifest file '/tmp/pip-modern-metadata-59id0kzp/scipy.egg-info/SOURCES.txt' | |
creating '/tmp/pip-modern-metadata-59id0kzp/scipy.dist-info' | |
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*") | |
Preparing metadata (pyproject.toml): finished with status 'done' | |
Source in /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src has version 1.8.1, which satisfies requirement scipy==1.8.1 from file:///tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src | |
Removed scipy==1.8.1 from file:///tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src from build tracker '/tmp/pip-build-tracker-h5l54x96' | |
Created temporary directory: /tmp/pip-unpack-r3nytu9i | |
Building wheels for collected packages: scipy | |
Created temporary directory: /tmp/pip-wheel-gi0iehhr | |
Destination directory: /tmp/pip-wheel-gi0iehhr | |
Building wheel for scipy (pyproject.toml): started | |
Running command Building wheel for scipy (pyproject.toml) | |
scipy/linalg/_generate_pyx.py: all files up-to-date | |
scipy/special/_generate_pyx.py: all files up-to-date | |
Running scipy/stats/_generate_pyx.py | |
Running scipy/special/_generate_pyx.py | |
Running scipy/linalg/_generate_pyx.py | |
scipy/stats/_biasedurn.pyx has not changed | |
scipy/spatial/transform/_rotation.pyx has not changed | |
scipy/sparse/csgraph/_min_spanning_tree.pyx has not changed | |
scipy/sparse/csgraph/_matching.pyx has not changed | |
scipy/sparse/csgraph/_flow.pyx has not changed | |
scipy/signal/_upfirdn_apply.pyx has not changed | |
scipy/signal/_spectral.pyx has not changed | |
scipy/signal/_sosfilt.pyx has not changed | |
scipy/signal/_peak_finding_utils.pyx has not changed | |
scipy/signal/_max_len_seq_inner.pyx has not changed | |
scipy/optimize/_group_columns.pyx has not changed | |
scipy/optimize/_bglu_dense.pyx has not changed | |
scipy/optimize/tnc/_moduleTNC.pyx has not changed | |
scipy/optimize/cython_optimize/_zeros.pyx.in has not changed | |
scipy/optimize/_trlib/_trlib.pyx has not changed | |
scipy/optimize/_lsq/givens_elimination.pyx has not changed | |
scipy/optimize/_highs/cython/src/_highs_wrapper.pyx has not changed | |
scipy/optimize/_highs/cython/src/_highs_constants.pyx has not changed | |
scipy/spatial/_ckdtree.pyx has not changed | |
scipy/ndimage/src/_cytest.pyx has not changed | |
scipy/linalg/cython_lapack.pyx has not changed | |
scipy/linalg/cython_blas.pyx has not changed | |
scipy/linalg/_solve_toeplitz.pyx has not changed | |
scipy/linalg/_matfuncs_sqrtm_triu.pyx has not changed | |
scipy/linalg/_decomp_update.pyx.in has not changed | |
scipy/linalg/_cythonized_array_utils.pyx has not changed | |
scipy/io/matlab/_streams.pyx has not changed | |
scipy/io/matlab/_mio_utils.pyx has not changed | |
scipy/io/matlab/_mio5_utils.pyx has not changed | |
scipy/interpolate/interpnd.pyx has not changed | |
scipy/interpolate/_ppoly.pyx has not changed | |
scipy/interpolate/_bspl.pyx has not changed | |
scipy/fftpack/convolve.pyx has not changed | |
scipy/cluster/_vq.pyx has not changed | |
scipy/cluster/_optimal_leaf_ordering.pyx has not changed | |
scipy/cluster/_hierarchy.pyx has not changed | |
scipy/_lib/messagestream.pyx has not changed | |
scipy/_lib/_test_deprecation_def.pyx has not changed | |
scipy/_lib/_test_deprecation_call.pyx has not changed | |
scipy/_lib/_ccallback_c.pyx has not changed | |
scipy/spatial/_hausdorff.pyx has not changed | |
scipy/ndimage/src/_ni_label.pyx has not changed | |
scipy/stats/_stats.pyx has not changed | |
scipy/sparse/_csparsetools.pyx.in has not changed | |
scipy/sparse/csgraph/_traversal.pyx has not changed | |
scipy/sparse/csgraph/_tools.pyx has not changed | |
scipy/sparse/csgraph/_shortest_path.pyx has not changed | |
scipy/sparse/csgraph/_reordering.pyx has not changed | |
scipy/stats/_sobol.pyx has not changed | |
scipy/stats/_qmc_cy.pyx has not changed | |
scipy/stats/_unuran/unuran_wrapper.pyx has not changed | |
scipy/stats/_boost/src/hypergeom_ufunc.pyx has not changed | |
scipy/stats/_boost/src/nbinom_ufunc.pyx has not changed | |
scipy/stats/_boost/src/binom_ufunc.pyx has not changed | |
scipy/stats/_boost/src/beta_ufunc.pyx has not changed | |
scipy/special/cython_special.pyx has not changed | |
scipy/special/_ufuncs_cxx.pyx has not changed | |
scipy/special/_ufuncs.pyx has not changed | |
scipy/special/_test_round.pyx has not changed | |
scipy/special/_ellip_harm_2.pyx has not changed | |
scipy/special/_comb.pyx has not changed | |
scipy/spatial/_voronoi.pyx has not changed | |
scipy/spatial/_qhull.pyx has not changed | |
Running from SciPy source directory. | |
Cythonizing sources | |
INFO: lapack_opt_info: | |
INFO: lapack_mkl_info: | |
INFO: customize UnixCCompiler | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmp5rkobyjo/tmp | |
creating /tmp/tmp5rkobyjo/tmp/tmp5rkobyjo | |
INFO: compile options: '-MMD -MF /tmp/tmp5rkobyjo/file.c.d -c' | |
INFO: icx: /tmp/tmp5rkobyjo/file.c | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/system_info.py:937: UserWarning: Specified path /usr/local/include/python3.9 is invalid. | |
return self.get_paths(self.section, key) | |
INFO: blas_opt_info: | |
INFO: blas_mkl_info: | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
INFO: FOUND: | |
INFO: libraries = ['mkl_rt', 'pthread', 'mkl_rt'] | |
INFO: library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] | |
INFO: include_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include', '/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib'] | |
INFO: runtime_library_dirs = ['/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64'] | |
INFO: | |
[makenpz] scipy/special/tests/data/boost.npz not rebuilt | |
[makenpz] scipy/special/tests/data/gsl.npz not rebuilt | |
[makenpz] scipy/special/tests/data/local.npz not rebuilt | |
non-existing path in 'scipy/signal/windows': 'tests' | |
running bdist_wheel | |
running build | |
running config_cc | |
INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options | |
running config_fc | |
INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options | |
running build_src | |
INFO: build_src | |
INFO: building py_modules sources | |
INFO: building library "mach" sources | |
INFO: building library "quadpack" sources | |
INFO: building library "lsoda" sources | |
INFO: building library "vode" sources | |
INFO: building library "dop" sources | |
INFO: building library "fitpack" sources | |
INFO: building library "fwrappers" sources | |
INFO: building library "odrpack" sources | |
INFO: building library "minpack" sources | |
INFO: building library "rectangular_lsap" sources | |
INFO: building library "rootfind" sources | |
INFO: building library "basiclu" sources | |
INFO: building library "superlu_src" sources | |
INFO: building library "arpack_scipy" sources | |
INFO: building library "_spropack" sources | |
INFO: building library "_dpropack" sources | |
INFO: building library "_cpropack" sources | |
INFO: building library "_zpropack" sources | |
INFO: building library "sc_cephes" sources | |
INFO: building library "sc_mach" sources | |
INFO: building library "sc_amos" sources | |
INFO: building library "sc_cdf" sources | |
INFO: building library "sc_specfun" sources | |
INFO: building library "statlib" sources | |
INFO: building library "test_boost_build" sources | |
INFO: building extension "scipy.cluster._vq" sources | |
INFO: building extension "scipy.cluster._hierarchy" sources | |
INFO: building extension "scipy.cluster._optimal_leaf_ordering" sources | |
INFO: building extension "scipy.fft._pocketfft.pypocketfft" sources | |
INFO: building extension "scipy.fftpack.convolve" sources | |
INFO: building extension "scipy.integrate._quadpack" sources | |
INFO: building extension "scipy.integrate._odepack" sources | |
INFO: building extension "scipy.integrate._vode" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_vode-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.integrate._lsoda" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_lsoda-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.integrate._dop" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_dop-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.integrate._test_multivariate" sources | |
INFO: building extension "scipy.integrate._test_odeint_banded" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/integrate' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/integrate/_test_odeint_banded-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.interpolate.interpnd" sources | |
INFO: building extension "scipy.interpolate._ppoly" sources | |
INFO: building extension "scipy.interpolate._bspl" sources | |
INFO: building extension "scipy.interpolate._fitpack" sources | |
INFO: building extension "scipy.interpolate.dfitpack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/interpolate/src' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/interpolate/src/dfitpack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.io._test_fortran" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/io' to include_dirs. | |
INFO: building extension "scipy.io.matlab._streams" sources | |
INFO: building extension "scipy.io.matlab._mio_utils" sources | |
INFO: building extension "scipy.io.matlab._mio5_utils" sources | |
INFO: building extension "scipy.linalg._fblas" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_fblas-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.linalg._flapack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/_flapack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.linalg._flinalg" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
INFO: building extension "scipy.linalg._interpolative" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/linalg' to include_dirs. | |
INFO: building extension "scipy.linalg._solve_toeplitz" sources | |
INFO: building extension "scipy.linalg._matfuncs_sqrtm_triu" sources | |
INFO: building extension "scipy.linalg.cython_blas" sources | |
INFO: building extension "scipy.linalg.cython_lapack" sources | |
INFO: building extension "scipy.linalg._decomp_update" sources | |
INFO: building extension "scipy.linalg._cythonized_array_utils" sources | |
INFO: building extension "scipy.odr.__odrpack" sources | |
INFO: building extension "scipy.optimize._minpack" sources | |
INFO: building extension "scipy.optimize._lsap_module" sources | |
INFO: building extension "scipy.optimize._zeros" sources | |
INFO: building extension "scipy.optimize._lbfgsb" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/optimize/lbfgsb_src/_lbfgsb-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.optimize._moduleTNC" sources | |
INFO: building extension "scipy.optimize._cobyla" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/cobyla' to include_dirs. | |
INFO: building extension "scipy.optimize._minpack2" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/minpack2' to include_dirs. | |
INFO: building extension "scipy.optimize._slsqp" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/slsqp' to include_dirs. | |
INFO: building extension "scipy.optimize.__nnls" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/optimize/__nnls' to include_dirs. | |
INFO: building extension "scipy.optimize._group_columns" sources | |
INFO: building extension "scipy.optimize._bglu_dense" sources | |
INFO: building extension "scipy.optimize._lsq.givens_elimination" sources | |
INFO: building extension "scipy.optimize._trlib._trlib" sources | |
INFO: building extension "scipy.optimize.cython_optimize._zeros" sources | |
INFO: building extension "scipy.optimize._highs._highs_wrapper" sources | |
INFO: building extension "scipy.optimize._highs._highs_constants" sources | |
INFO: building extension "scipy.signal._sigtools" sources | |
INFO: building extension "scipy.signal._spectral" sources | |
INFO: building extension "scipy.signal._max_len_seq_inner" sources | |
INFO: building extension "scipy.signal._peak_finding_utils" sources | |
INFO: building extension "scipy.signal._sosfilt" sources | |
INFO: building extension "scipy.signal._upfirdn_apply" sources | |
INFO: building extension "scipy.signal._spline" sources | |
INFO: building extension "scipy.sparse.linalg._isolve._iterative" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_isolve/iterative' to include_dirs. | |
INFO: building extension "scipy.sparse.linalg._dsolve._superlu" sources | |
INFO: building extension "scipy.sparse.linalg._eigen.arpack._arpack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/_arpack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._spropack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_spropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._dpropack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_dpropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._cpropack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_cpropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.linalg._propack._zpropack" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/sparse/linalg/_propack/_zpropack-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.sparse.csgraph._shortest_path" sources | |
INFO: building extension "scipy.sparse.csgraph._traversal" sources | |
INFO: building extension "scipy.sparse.csgraph._min_spanning_tree" sources | |
INFO: building extension "scipy.sparse.csgraph._matching" sources | |
INFO: building extension "scipy.sparse.csgraph._flow" sources | |
INFO: building extension "scipy.sparse.csgraph._reordering" sources | |
INFO: building extension "scipy.sparse.csgraph._tools" sources | |
INFO: building extension "scipy.sparse._csparsetools" sources | |
INFO: building extension "scipy.sparse._sparsetools" sources | |
[generate_sparsetools] '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/bsr_impl.h' already up-to-date | |
[generate_sparsetools] '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/csr_impl.h' already up-to-date | |
[generate_sparsetools] '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/csc_impl.h' already up-to-date | |
[generate_sparsetools] '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/other_impl.h' already up-to-date | |
[generate_sparsetools] '/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/sparse/sparsetools/sparsetools_impl.h' already up-to-date | |
INFO: building extension "scipy.spatial.transform._rotation" sources | |
INFO: building extension "scipy.spatial._qhull" sources | |
INFO: building extension "scipy.spatial._ckdtree" sources | |
INFO: building extension "scipy.spatial._distance_wrap" sources | |
INFO: building extension "scipy.spatial._distance_pybind" sources | |
INFO: building extension "scipy.spatial._voronoi" sources | |
INFO: building extension "scipy.spatial._hausdorff" sources | |
INFO: building extension "scipy.special._specfun" sources | |
INFO: f2py options: ['--no-wrap-functions'] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/special' to include_dirs. | |
INFO: building extension "scipy.special._ufuncs" sources | |
INFO: building extension "scipy.special._ufuncs_cxx" sources | |
INFO: building extension "scipy.special._ellip_harm_2" sources | |
INFO: building extension "scipy.special.cython_special" sources | |
INFO: building extension "scipy.special._comb" sources | |
INFO: building extension "scipy.special._test_round" sources | |
INFO: building extension "scipy.stats._statlib" sources | |
INFO: f2py options: ['--no-wrap-functions'] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats' to include_dirs. | |
INFO: building extension "scipy.stats._stats" sources | |
INFO: building extension "scipy.stats._mvn" sources | |
INFO: f2py options: [] | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats/fortranobject.c' to sources. | |
INFO: adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/scipy/stats' to include_dirs. | |
INFO: adding 'build/src.linux-x86_64-3.9/scipy/stats/_mvn-f2pywrappers.f' to sources. | |
INFO: building extension "scipy.stats._sobol" sources | |
INFO: building extension "scipy.stats._qmc_cy" sources | |
INFO: building extension "scipy.stats._biasedurn" sources | |
INFO: building extension "scipy.stats._unuran.unuran_wrapper" sources | |
INFO: building extension "scipy.stats._boost.beta_ufunc" sources | |
INFO: building extension "scipy.stats._boost.binom_ufunc" sources | |
INFO: building extension "scipy.stats._boost.nbinom_ufunc" sources | |
INFO: building extension "scipy.stats._boost.hypergeom_ufunc" sources | |
INFO: building extension "scipy.ndimage._nd_image" sources | |
INFO: building extension "scipy.ndimage._ni_label" sources | |
INFO: building extension "scipy.ndimage._ctest" sources | |
INFO: building extension "scipy.ndimage._cytest" sources | |
INFO: building extension "scipy._lib._ccallback_c" sources | |
INFO: building extension "scipy._lib._test_ccallback" sources | |
INFO: building extension "scipy._lib._fpumode" sources | |
INFO: building extension "scipy._lib.messagestream" sources | |
INFO: building extension "scipy._lib._test_deprecation_call" sources | |
INFO: building extension "scipy._lib._test_deprecation_def" sources | |
INFO: building extension "scipy._lib._uarray._uarray" sources | |
INFO: building data_files sources | |
INFO: build_src: building npy-pkg config files | |
running build_py | |
creating build/lib.linux-x86_64-3.9 | |
creating build/lib.linux-x86_64-3.9/scipy | |
copying scipy/version.py -> build/lib.linux-x86_64-3.9/scipy | |
copying scipy/setup.py -> build/lib.linux-x86_64-3.9/scipy | |
copying scipy/conftest.py -> build/lib.linux-x86_64-3.9/scipy | |
copying scipy/_distributor_init.py -> build/lib.linux-x86_64-3.9/scipy | |
copying scipy/__init__.py -> build/lib.linux-x86_64-3.9/scipy | |
copying build/src.linux-x86_64-3.9/scipy/__config__.py -> build/lib.linux-x86_64-3.9/scipy | |
creating build/lib.linux-x86_64-3.9/scipy/cluster | |
copying scipy/cluster/vq.py -> build/lib.linux-x86_64-3.9/scipy/cluster | |
copying scipy/cluster/setup.py -> build/lib.linux-x86_64-3.9/scipy/cluster | |
copying scipy/cluster/hierarchy.py -> build/lib.linux-x86_64-3.9/scipy/cluster | |
copying scipy/cluster/__init__.py -> build/lib.linux-x86_64-3.9/scipy/cluster | |
creating build/lib.linux-x86_64-3.9/scipy/constants | |
copying scipy/constants/setup.py -> build/lib.linux-x86_64-3.9/scipy/constants | |
copying scipy/constants/constants.py -> build/lib.linux-x86_64-3.9/scipy/constants | |
copying scipy/constants/codata.py -> build/lib.linux-x86_64-3.9/scipy/constants | |
copying scipy/constants/_constants.py -> build/lib.linux-x86_64-3.9/scipy/constants | |
copying scipy/constants/_codata.py -> build/lib.linux-x86_64-3.9/scipy/constants | |
copying scipy/constants/__init__.py -> build/lib.linux-x86_64-3.9/scipy/constants | |
creating build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/setup.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/_realtransforms.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/_helper.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/_fftlog.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/_debug_backends.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/_basic.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/_backend.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
copying scipy/fft/__init__.py -> build/lib.linux-x86_64-3.9/scipy/fft | |
creating build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft | |
copying scipy/fft/_pocketfft/setup.py -> build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft | |
copying scipy/fft/_pocketfft/realtransforms.py -> build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft | |
copying scipy/fft/_pocketfft/helper.py -> build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft | |
copying scipy/fft/_pocketfft/basic.py -> build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft | |
copying scipy/fft/_pocketfft/__init__.py -> build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft | |
creating build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/setup.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/realtransforms.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/pseudo_diffs.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/helper.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/basic.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/_realtransforms.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/_pseudo_diffs.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/_helper.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/_basic.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
copying scipy/fftpack/__init__.py -> build/lib.linux-x86_64-3.9/scipy/fftpack | |
creating build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/vode.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/setup.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/quadpack.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/odepack.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/lsoda.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/dop.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/_quadrature.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/_quadpack_py.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/_quad_vec.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/_odepack_py.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/_ode.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/_bvp.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
copying scipy/integrate/__init__.py -> build/lib.linux-x86_64-3.9/scipy/integrate | |
creating build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/setup.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/rk.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/radau.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/lsoda.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/ivp.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/dop853_coefficients.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/common.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/bdf.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/base.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
copying scipy/integrate/_ivp/__init__.py -> build/lib.linux-x86_64-3.9/scipy/integrate/_ivp | |
creating build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/setup.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/rbf.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/polyint.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/ndgriddata.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/interpolate.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/fitpack2.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/fitpack.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_rbfinterp_pythran.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_rbfinterp.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_rbf.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_polyint.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_pade.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_ndgriddata.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_interpolate.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_interpnd_info.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_fitpack_py.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_fitpack_impl.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_fitpack2.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_cubic.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/_bsplines.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
copying scipy/interpolate/__init__.py -> build/lib.linux-x86_64-3.9/scipy/interpolate | |
creating build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/wavfile.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/setup.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/netcdf.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/mmio.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/idl.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/harwell_boeing.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/_netcdf.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/_mmio.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/_idl.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/_fortran.py -> build/lib.linux-x86_64-3.9/scipy/io | |
copying scipy/io/__init__.py -> build/lib.linux-x86_64-3.9/scipy/io | |
creating build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/streams.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/setup.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/miobase.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/mio_utils.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/mio5_utils.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/mio5_params.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/mio5.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/mio4.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/mio.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/byteordercodes.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/_miobase.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/_mio5_params.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/_mio5.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/_mio4.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/_mio.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/_byteordercodes.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
copying scipy/io/matlab/__init__.py -> build/lib.linux-x86_64-3.9/scipy/io/matlab | |
creating build/lib.linux-x86_64-3.9/scipy/io/arff | |
copying scipy/io/arff/setup.py -> build/lib.linux-x86_64-3.9/scipy/io/arff | |
copying scipy/io/arff/arffread.py -> build/lib.linux-x86_64-3.9/scipy/io/arff | |
copying scipy/io/arff/_arffread.py -> build/lib.linux-x86_64-3.9/scipy/io/arff | |
copying scipy/io/arff/__init__.py -> build/lib.linux-x86_64-3.9/scipy/io/arff | |
creating build/lib.linux-x86_64-3.9/scipy/io/_harwell_boeing | |
copying scipy/io/_harwell_boeing/setup.py -> build/lib.linux-x86_64-3.9/scipy/io/_harwell_boeing | |
copying scipy/io/_harwell_boeing/hb.py -> build/lib.linux-x86_64-3.9/scipy/io/_harwell_boeing | |
copying scipy/io/_harwell_boeing/_fortran_format_parser.py -> build/lib.linux-x86_64-3.9/scipy/io/_harwell_boeing | |
copying scipy/io/_harwell_boeing/__init__.py -> build/lib.linux-x86_64-3.9/scipy/io/_harwell_boeing | |
creating build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/special_matrices.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/setup.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/misc.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/matfuncs.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/lapack.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/interpolative.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/flinalg.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/decomp_svd.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/decomp_schur.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/decomp_qr.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/decomp_lu.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/decomp_cholesky.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/decomp.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/blas.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/basic.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_testutils.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_special_matrices.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_solvers.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_sketches.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_procrustes.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_misc.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_matfuncs_sqrtm_triu.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_matfuncs_sqrtm.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_matfuncs_inv_ssq.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_matfuncs.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_interpolative_backend.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_generate_pyx.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_flinalg_py.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_expm_frechet.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_svd.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_schur.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_qz.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_qr.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_polar.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_lu.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_ldl.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_cossin.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp_cholesky.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_decomp.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_cython_signature_generator.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/_basic.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
copying scipy/linalg/__init__.py -> build/lib.linux-x86_64-3.9/scipy/linalg | |
creating build/lib.linux-x86_64-3.9/scipy/misc | |
copying scipy/misc/setup.py -> build/lib.linux-x86_64-3.9/scipy/misc | |
copying scipy/misc/doccer.py -> build/lib.linux-x86_64-3.9/scipy/misc | |
copying scipy/misc/common.py -> build/lib.linux-x86_64-3.9/scipy/misc | |
copying scipy/misc/_doccer.py -> build/lib.linux-x86_64-3.9/scipy/misc | |
copying scipy/misc/_common.py -> build/lib.linux-x86_64-3.9/scipy/misc | |
copying scipy/misc/__init__.py -> build/lib.linux-x86_64-3.9/scipy/misc | |
creating build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/setup.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/odrpack.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/models.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/_odrpack.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/_models.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/_add_newdocs.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
copying scipy/odr/__init__.py -> build/lib.linux-x86_64-3.9/scipy/odr | |
creating build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/zeros.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/tnc.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/slsqp.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/setup.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/optimize.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/nonlin.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/moduleTNC.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/minpack2.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/minpack.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/linesearch.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/lbfgsb.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/cobyla.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_zeros_py.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_tstutils.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_trustregion_ncg.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_trustregion_krylov.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_trustregion_exact.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_trustregion_dogleg.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_trustregion.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_tnc.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_spectral.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_slsqp_py.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_shgo.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_root_scalar.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_root.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_remove_redundancy.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_qap.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_optimize.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_numdiff.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_nonlin.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_nnls.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_minpack_py.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_minimize.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_lsap.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog_util.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog_simplex.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog_rs.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog_ip.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog_highs.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog_doc.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linprog.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_linesearch.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_lbfgsb_py.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_hessian_update_strategy.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_group_columns.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_dual_annealing.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_differentialevolution.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_differentiable_functions.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_constraints.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_cobyla_py.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/_basinhopping.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
copying scipy/optimize/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize | |
creating build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/trf_linear.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/trf.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/setup.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/lsq_linear.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/least_squares.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/dogbox.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/common.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/bvls.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
copying scipy/optimize/_lsq/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_lsq | |
creating build/lib.linux-x86_64-3.9/scipy/optimize/_trlib | |
copying scipy/optimize/_trlib/setup.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trlib | |
copying scipy/optimize/_trlib/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trlib | |
creating build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/tr_interior_point.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/setup.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/report.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/qp_subproblem.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/projections.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/minimize_trustregion_constr.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/equality_constrained_sqp.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/canonical_constraint.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
copying scipy/optimize/_trustregion_constr/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_trustregion_constr | |
creating build/lib.linux-x86_64-3.9/scipy/optimize/cython_optimize | |
copying scipy/optimize/cython_optimize/setup.py -> build/lib.linux-x86_64-3.9/scipy/optimize/cython_optimize | |
copying scipy/optimize/cython_optimize/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize/cython_optimize | |
creating build/lib.linux-x86_64-3.9/scipy/optimize/_shgo_lib | |
copying scipy/optimize/_shgo_lib/triangulation.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_shgo_lib | |
copying scipy/optimize/_shgo_lib/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_shgo_lib | |
creating build/lib.linux-x86_64-3.9/scipy/optimize/_highs | |
copying scipy/optimize/_highs/setup.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_highs | |
copying scipy/optimize/_highs/__init__.py -> build/lib.linux-x86_64-3.9/scipy/optimize/_highs | |
creating build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/wavelets.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/waveforms.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/spline.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/spectral.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/signaltools.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/setup.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/ltisys.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/lti_conversion.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/fir_filter_design.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/filter_design.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/bsplines.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_wavelets.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_waveforms.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_upfirdn.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_spectral_py.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_spectral.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_signaltools.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_savitzky_golay.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_peak_finding.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_max_len_seq_inner.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_max_len_seq.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_ltisys.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_lti_conversion.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_fir_filter_design.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_filter_design.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_czt.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_bsplines.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/_arraytools.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
copying scipy/signal/__init__.py -> build/lib.linux-x86_64-3.9/scipy/signal | |
creating build/lib.linux-x86_64-3.9/scipy/signal/windows | |
copying scipy/signal/windows/windows.py -> build/lib.linux-x86_64-3.9/scipy/signal/windows | |
copying scipy/signal/windows/setup.py -> build/lib.linux-x86_64-3.9/scipy/signal/windows | |
copying scipy/signal/windows/_windows.py -> build/lib.linux-x86_64-3.9/scipy/signal/windows | |
copying scipy/signal/windows/__init__.py -> build/lib.linux-x86_64-3.9/scipy/signal/windows | |
creating build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/sputils.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/spfuncs.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/sparsetools.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/lil.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/extract.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/dok.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/dia.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/data.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/csr.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/csc.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/coo.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/construct.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/compressed.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/bsr.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/base.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_sputils.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_spfuncs.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_matrix_io.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_lil.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_index.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_generate_sparsetools.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_extract.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_dok.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_dia.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_data.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_csr.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_csc.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_coo.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_construct.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_compressed.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_bsr.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_base.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/_arrays.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
copying scipy/sparse/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/matfuncs.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/isolve.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/interface.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/eigen.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/dsolve.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_svdp.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_onenormest.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_norm.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_matfuncs.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_interface.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/_expm_multiply.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
copying scipy/sparse/linalg/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/utils.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/tfqmr.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/minres.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/lsqr.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/lsmr.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/lgmres.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/iterative.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/_gcrotmk.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
copying scipy/sparse/linalg/_isolve/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_isolve | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve | |
copying scipy/sparse/linalg/_dsolve/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve | |
copying scipy/sparse/linalg/_dsolve/linsolve.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve | |
copying scipy/sparse/linalg/_dsolve/_add_newdocs.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve | |
copying scipy/sparse/linalg/_dsolve/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
copying scipy/sparse/linalg/_eigen/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
copying scipy/sparse/linalg/_eigen/_svds_doc.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
copying scipy/sparse/linalg/_eigen/_svds.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
copying scipy/sparse/linalg/_eigen/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
copying scipy/sparse/linalg/_eigen/arpack/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
copying scipy/sparse/linalg/_eigen/arpack/arpack.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
copying scipy/sparse/linalg/_eigen/arpack/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/lobpcg | |
copying scipy/sparse/linalg/_eigen/lobpcg/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/lobpcg | |
copying scipy/sparse/linalg/_eigen/lobpcg/lobpcg.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/lobpcg | |
copying scipy/sparse/linalg/_eigen/lobpcg/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/lobpcg | |
creating build/lib.linux-x86_64-3.9/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/setup.py -> build/lib.linux-x86_64-3.9/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_validation.py -> build/lib.linux-x86_64-3.9/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/_laplacian.py -> build/lib.linux-x86_64-3.9/scipy/sparse/csgraph | |
copying scipy/sparse/csgraph/__init__.py -> build/lib.linux-x86_64-3.9/scipy/sparse/csgraph | |
creating build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/setup.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/qhull.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/kdtree.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/distance.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/ckdtree.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/_spherical_voronoi.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/_procrustes.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/_plotutils.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/_kdtree.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/_geometric_slerp.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
copying scipy/spatial/__init__.py -> build/lib.linux-x86_64-3.9/scipy/spatial | |
creating build/lib.linux-x86_64-3.9/scipy/spatial/transform | |
copying scipy/spatial/transform/setup.py -> build/lib.linux-x86_64-3.9/scipy/spatial/transform | |
copying scipy/spatial/transform/rotation.py -> build/lib.linux-x86_64-3.9/scipy/spatial/transform | |
copying scipy/spatial/transform/_rotation_spline.py -> build/lib.linux-x86_64-3.9/scipy/spatial/transform | |
copying scipy/spatial/transform/_rotation_groups.py -> build/lib.linux-x86_64-3.9/scipy/spatial/transform | |
copying scipy/spatial/transform/__init__.py -> build/lib.linux-x86_64-3.9/scipy/spatial/transform | |
creating build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/spfun_stats.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/specfun.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/sf_error.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/setup.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/orthogonal.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/basic.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/add_newdocs.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_testutils.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_spherical_bessel.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_spfun_stats.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_sf_error.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_orthogonal.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_mptestutils.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_logsumexp.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_lambertw.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_generate_pyx.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_ellip_harm.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_basic.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/_add_newdocs.py -> build/lib.linux-x86_64-3.9/scipy/special | |
copying scipy/special/__init__.py -> build/lib.linux-x86_64-3.9/scipy/special | |
creating build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/zetac.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/wrightomega.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/wright_bessel_data.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/wright_bessel.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/utils.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/struve_convergence.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/setup.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/loggamma.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/lambertw.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/hyp2f1_data.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/gammainc_data.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/gammainc_asy.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/expn_asy.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/cosine_cdf.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
copying scipy/special/_precompute/__init__.py -> build/lib.linux-x86_64-3.9/scipy/special/_precompute | |
creating build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/stats.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/statlib.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/setup.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/sampling.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/qmc.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/mvn.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/mstats_extras.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/mstats_basic.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/mstats.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/morestats.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/kde.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/distributions.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/contingency.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/biasedurn.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_wilcoxon_data.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_variation.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_tukeylambda_stats.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_stats_py.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_stats_mstats_common.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_rvs_sampling.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_result_classes.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_relative_risk.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_qmc.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_page_trend_test.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_multivariate.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_mstats_extras.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_mstats_basic.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_morestats.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_mannwhitneyu.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_ksstats.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_kde.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_hypotests_pythran.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_hypotests.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_generate_pyx.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_entropy.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_distr_params.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_distn_infrastructure.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_discrete_distns.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_crosstab.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_continuous_distns.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_constants.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_common.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_bootstrap.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_binomtest.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_binned_statistic.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/_axis_nan_policy.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
copying scipy/stats/__init__.py -> build/lib.linux-x86_64-3.9/scipy/stats | |
creating build/lib.linux-x86_64-3.9/scipy/stats/_unuran | |
copying scipy/stats/_unuran/setup.py -> build/lib.linux-x86_64-3.9/scipy/stats/_unuran | |
copying scipy/stats/_unuran/__init__.py -> build/lib.linux-x86_64-3.9/scipy/stats/_unuran | |
creating build/lib.linux-x86_64-3.9/scipy/stats/_boost | |
copying scipy/stats/_boost/setup.py -> build/lib.linux-x86_64-3.9/scipy/stats/_boost | |
copying scipy/stats/_boost/__init__.py -> build/lib.linux-x86_64-3.9/scipy/stats/_boost | |
creating build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/setup.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/morphology.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/measurements.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/interpolation.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/fourier.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/filters.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_ni_support.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_ni_docstrings.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_morphology.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_measurements.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_interpolation.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_fourier.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/_filters.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
copying scipy/ndimage/__init__.py -> build/lib.linux-x86_64-3.9/scipy/ndimage | |
creating build/lib.linux-x86_64-3.9/scipy/_build_utils | |
copying scipy/_build_utils/tempita.py -> build/lib.linux-x86_64-3.9/scipy/_build_utils | |
copying scipy/_build_utils/system_info.py -> build/lib.linux-x86_64-3.9/scipy/_build_utils | |
copying scipy/_build_utils/setup.py -> build/lib.linux-x86_64-3.9/scipy/_build_utils | |
copying scipy/_build_utils/compiler_helper.py -> build/lib.linux-x86_64-3.9/scipy/_build_utils | |
copying scipy/_build_utils/_fortran.py -> build/lib.linux-x86_64-3.9/scipy/_build_utils | |
copying scipy/_build_utils/__init__.py -> build/lib.linux-x86_64-3.9/scipy/_build_utils | |
creating build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/uarray.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/setup.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/doccer.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/deprecation.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/decorator.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_util.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_unuran_utils.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_tmpdirs.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_threadsafety.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_testutils.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_pep440.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_gcutils.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_docscrape.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_disjoint_set.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_ccallback.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_bunch.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/_boost_utils.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
copying scipy/_lib/__init__.py -> build/lib.linux-x86_64-3.9/scipy/_lib | |
creating build/lib.linux-x86_64-3.9/scipy/_lib/_uarray | |
copying scipy/_lib/_uarray/setup.py -> build/lib.linux-x86_64-3.9/scipy/_lib/_uarray | |
copying scipy/_lib/_uarray/_backend.py -> build/lib.linux-x86_64-3.9/scipy/_lib/_uarray | |
copying scipy/_lib/_uarray/__init__.py -> build/lib.linux-x86_64-3.9/scipy/_lib/_uarray | |
running build_clib | |
INFO: customize UnixCCompiler | |
WARN: #### ['/home/rgommers/code/spack/lib/spack/env/oneapi/icx', '-Wno-unused-result', '-Wsign-compare', '-Wunreachable-code', '-DNDEBUG', '-g', '-fwrapv', '-O3', '-Wall', '-fPIC', '-fp-model=strict'] ####### | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmphyohottu/tmp | |
creating /tmp/tmphyohottu/tmp/tmphyohottu | |
INFO: compile options: '-MMD -MF /tmp/tmphyohottu/file.c.d -c' | |
INFO: icx: /tmp/tmphyohottu/file.c | |
INFO: customize UnixCCompiler using build_clib | |
WARN: CCompilerOpt.__init__[985] : unable to detect compiler type which leads to treating it as GCC. this is a normal behavior if you're using gcc-like compiler such as MinGW or IBM/XLC.check dist_info:<< | |
('linux-x86_64', '/home/rgommers/code/spack/lib/spack/env/oneapi/icx', '-Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict') | |
>> | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-march=native) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmp0kx0ah1g/home | |
creating /tmp/tmp0kx0ah1g/home/rgommers | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512 | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0 | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9 | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils | |
creating /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks | |
INFO: compile options: '-c' | |
extra options: '-march=native' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-O3) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-O3' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-Werror) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-Werror' | |
INFO: CCompilerOpt.__init__[1717] : check requested baseline | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-msse) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-msse2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse2' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'SSE' with flags (-msse -msse2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'SSE2' with flags (-msse -msse2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-msse3) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse3' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'SSE3' with flags (-msse -msse2 -msse3) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -Werror' | |
INFO: CCompilerOpt.__init__[1726] : check requested dispatch-able features | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mssse3) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mssse3' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-msse4.1) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse4.1' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mpopcnt) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mpopcnt' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-msse4.2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse4.2' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mf16c) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mf16c' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mfma) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mfma' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx2' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512f) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512f' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512cd) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512cd' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512er -mavx512pf) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512er -mavx512pf' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512vl -mavx512bw -mavx512dq) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512vl -mavx512bw -mavx512dq' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512ifma -mavx512vbmi) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512ifma -mavx512vbmi' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512vnni) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512vnni' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror' | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq' | |
WARN: CCompilerOpt.dist_test[598] : CCompilerOpt._dist_test_spawn[732] : Command (/home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC -c /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/test_flags.c -o /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/test_flags.o -MMD -MF /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/test_flags.o.d -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) failed with exit status 1 output -> | |
icx: error: unknown argument: '-mavx5124fmaps' | |
icx: error: unknown argument: '-mavx5124vnniw' | |
WARN: CCompilerOpt.cc_test_flags[1033] : testing failed | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror' | |
WARN: CCompilerOpt.dist_test[598] : CCompilerOpt._dist_test_spawn[732] : Command (/home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC -c /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c -o /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.o -MMD -MF /tmp/tmp0kx0ah1g/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output -> | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: error: call to undeclared function '_mm512_4fmadd_ps'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | |
b = _mm512_4fmadd_ps(b, b, b, b, b, NULL); | |
^ | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: note: did you mean '_mm512_fmadd_ps'? | |
/opt/intel/oneapi/compiler/2022.2.0/linux/lib/clang/15.0.0/include/avx512fintrin.h:2733:1: note: '_mm512_fmadd_ps' declared here | |
_mm512_fmadd_ps(__m512 __A, __m512 __B, __m512 __C) | |
^ | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:7: error: assigning to '__m512' (vector of 16 'float' values) from incompatible type 'int' | |
b = _mm512_4fmadd_ps(b, b, b, b, b, NULL); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: error: call to undeclared function '_mm512_4dpwssd_epi32'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | |
a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL); | |
^ | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: note: did you mean '_mm512_dpwssd_epi32'? | |
/opt/intel/oneapi/compiler/2022.2.0/linux/lib/clang/15.0.0/include/avx512vnniintrin.h:68:1: note: '_mm512_dpwssd_epi32' declared here | |
_mm512_dpwssd_epi32(__m512i __S, __m512i __A, __m512i __B) | |
^ | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:7: error: assigning to '__m512i' (vector of 8 'long long' values) from incompatible type 'int' | |
a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
4 errors generated. | |
WARN: CCompilerOpt.feature_test[1498] : testing failed | |
INFO: CCompilerOpt.cc_test_flags[1029] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq' | |
INFO: CCompilerOpt.feature_test[1482] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror' | |
INFO: CCompilerOpt.__init__[1738] : skip features (SSE3 SSE2 SSE) since its part of baseline | |
INFO: CCompilerOpt.__init__[1742] : initialize targets groups | |
INFO: CCompilerOpt.__init__[1744] : parse target group simd_test | |
INFO: CCompilerOpt._parse_target_tokens[1955] : skip targets (FMA4 XOP VSX3 NEON ASIMD VSX2 VSX) not part of baseline or dispatch-able features | |
INFO: CCompilerOpt._parse_policy_not_keepbase[2067] : skip baseline features (SSE2) | |
INFO: CCompilerOpt.generate_dispatch_header[2288] : generate CPU dispatch header: (build/src.linux-x86_64-3.9/numpy/distutils/include/npy_cpu_dispatch_config.h) | |
WARN: CCompilerOpt.generate_dispatch_header[2297] : dispatch header dir build/src.linux-x86_64-3.9/numpy/distutils/include does not exist, creating it | |
INFO: CCompilerOpt.feature_extra_checks[1562] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror' | |
INFO: CCompilerOpt.feature_extra_checks[1562] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK) | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-c' | |
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' | |
INFO: customize IntelEM64TFCompiler | |
INFO: customize IntelEM64TFCompiler using build_clib | |
INFO: building 'mach' library | |
INFO: using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/integrate/setup.py', 1)} | |
INFO: customize IntelEM64TFCompiler | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -FI -fPIC | |
Fortran f90 compiler: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -FR -fPIC | |
Fortran fix compiler: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -FI -fPIC | |
creating build/temp.linux-x86_64-3.9 | |
creating build/temp.linux-x86_64-3.9/scipy | |
creating build/temp.linux-x86_64-3.9/scipy/integrate | |
creating build/temp.linux-x86_64-3.9/scipy/integrate/mach | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifort:f77: scipy/integrate/mach/xerror.f | |
INFO: ifort:f77: scipy/integrate/mach/d1mach.f | |
INFO: ar: adding 2 object files to build/temp.linux-x86_64-3.9/libmach.a | |
INFO: building 'quadpack' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/integrate/quadpack | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/integrate/quadpack/dqag.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqagie.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqagi.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqage.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqagp.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqagpe.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqags.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqagse.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawc.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawce.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawf.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawfe.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawo.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawoe.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqaws.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqawse.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqc25c.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqc25f.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqc25s.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqcheb.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqelg.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk15.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk15i.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk15w.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk21.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk31.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk41.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk51.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqk61.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqmomo.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqng.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqpsrt.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqwgtc.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqwgtf.f | |
INFO: ifx:f77: scipy/integrate/quadpack/dqwgts.f | |
INFO: ar: adding 35 object files to build/temp.linux-x86_64-3.9/libquadpack.a | |
INFO: building 'lsoda' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/integrate/odepack | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/integrate/odepack/blkdta000.f | |
INFO: ifx:f77: scipy/integrate/odepack/bnorm.f | |
INFO: ifx:f77: scipy/integrate/odepack/cfode.f | |
INFO: ifx:f77: scipy/integrate/odepack/ewset.f | |
INFO: ifx:f77: scipy/integrate/odepack/fnorm.f | |
INFO: ifx:f77: scipy/integrate/odepack/intdy.f | |
INFO: ifx:f77: scipy/integrate/odepack/lsoda.f | |
INFO: ifx:f77: scipy/integrate/odepack/prja.f | |
INFO: ifx:f77: scipy/integrate/odepack/solsy.f | |
INFO: ifx:f77: scipy/integrate/odepack/srcma.f | |
INFO: ifx:f77: scipy/integrate/odepack/stoda.f | |
INFO: ifx:f77: scipy/integrate/odepack/vmnorm.f | |
INFO: ifx:f77: scipy/integrate/odepack/xerrwv.f | |
INFO: ifx:f77: scipy/integrate/odepack/xsetf.f | |
INFO: ifx:f77: scipy/integrate/odepack/xsetun.f | |
INFO: ar: adding 15 object files to build/temp.linux-x86_64-3.9/liblsoda.a | |
INFO: building 'vode' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/integrate/odepack/vode.f | |
INFO: ifx:f77: scipy/integrate/odepack/zvode.f | |
INFO: ar: adding 2 object files to build/temp.linux-x86_64-3.9/libvode.a | |
INFO: building 'dop' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/integrate/dop | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/integrate/dop/dopri5.f | |
INFO: ifx:f77: scipy/integrate/dop/dop853.f | |
INFO: ar: adding 2 object files to build/temp.linux-x86_64-3.9/libdop.a | |
INFO: building 'fitpack' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/interpolate | |
creating build/temp.linux-x86_64-3.9/scipy/interpolate/fitpack | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/interpolate/fitpack/bispeu.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/bispev.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/clocur.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/cocosp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/concon.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/concur.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/cualde.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/curev.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/curfit.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/dblint.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/evapol.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fourco.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpader.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpadno.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpadpo.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpback.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpbacp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpbfout.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpbisp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpbspl.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpchec.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpched.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpchep.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpclos.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcoco.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcons.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcosp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcsin.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcurf.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcuro.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcyt1.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpcyt2.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpdeno.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpdisc.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpfrno.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpgivs.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpgrdi.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpgrpa.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpgrre.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpgrsp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpinst.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpintb.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpknot.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpopdi.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpopsp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fporde.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fppara.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fppasu.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpperi.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fppocu.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fppogr.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fppola.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fprank.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fprati.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpregr.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fprota.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fprppo.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fprpsp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpseno.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpspgr.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpsphe.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpsuev.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpsurf.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fpsysy.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fptrnp.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/fptrpe.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/insert.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/parcur.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/parder.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/pardeu.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/parsur.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/percur.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/pogrid.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/polar.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/profil.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/regrid.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/spalde.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/spgrid.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/sphere.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/splder.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/splev.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/splint.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/sproot.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/surev.f | |
INFO: ifx:f77: scipy/interpolate/fitpack/surfit.f | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libfitpack.a | |
INFO: ar: adding 35 object files to build/temp.linux-x86_64-3.9/libfitpack.a | |
INFO: building 'fwrappers' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/tmp | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers/spack-stage | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils | |
creating build/temp.linux-x86_64-3.9/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_c.c | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/linalg | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/linalg/_blas_subroutine_wrappers.f | |
INFO: ifx:f77: scipy/linalg/_lapack_subroutine_wrappers.f | |
INFO: ifx:f77: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_f.f | |
INFO: ar: adding 4 object files to build/temp.linux-x86_64-3.9/libfwrappers.a | |
INFO: building 'odrpack' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/odr | |
creating build/temp.linux-x86_64-3.9/scipy/odr/odrpack | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/odr/odrpack/d_mprec.f | |
INFO: ifx:f77: scipy/odr/odrpack/dlunoc.f | |
INFO: ifx:f77: scipy/odr/odrpack/d_odr.f | |
INFO: ifx:f77: scipy/odr/odrpack/d_lpk.f | |
INFO: ar: adding 4 object files to build/temp.linux-x86_64-3.9/libodrpack.a | |
INFO: building 'minpack' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/optimize | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/minpack | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/optimize/minpack/chkder.f | |
INFO: ifx:f77: scipy/optimize/minpack/dogleg.f | |
INFO: ifx:f77: scipy/optimize/minpack/dpmpar.f | |
INFO: ifx:f77: scipy/optimize/minpack/enorm.f | |
INFO: ifx:f77: scipy/optimize/minpack/fdjac1.f | |
INFO: ifx:f77: scipy/optimize/minpack/fdjac2.f | |
INFO: ifx:f77: scipy/optimize/minpack/hybrd.f | |
INFO: ifx:f77: scipy/optimize/minpack/hybrd1.f | |
INFO: ifx:f77: scipy/optimize/minpack/hybrj.f | |
INFO: ifx:f77: scipy/optimize/minpack/hybrj1.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmder.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmder1.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmdif.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmdif1.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmpar.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmstr.f | |
INFO: ifx:f77: scipy/optimize/minpack/lmstr1.f | |
INFO: ifx:f77: scipy/optimize/minpack/qform.f | |
INFO: ifx:f77: scipy/optimize/minpack/qrfac.f | |
INFO: ifx:f77: scipy/optimize/minpack/qrsolv.f | |
INFO: ifx:f77: scipy/optimize/minpack/r1mpyq.f | |
INFO: ifx:f77: scipy/optimize/minpack/r1updt.f | |
INFO: ifx:f77: scipy/optimize/minpack/rwupdt.f | |
INFO: ar: adding 23 object files to build/temp.linux-x86_64-3.9/libminpack.a | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmp2ks2j_0g/tmp | |
creating /tmp/tmp2ks2j_0g/tmp/tmp2ks2j_0g | |
INFO: compile options: '-c' | |
extra options: '-std=c++14' | |
INFO: icx: /tmp/tmp2ks2j_0g/main.cpp | |
INFO: building 'rectangular_lsap' library | |
INFO: compiling C++ sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/rectangular_lsap | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-std=c++14 -msse -msse2 -msse3' | |
INFO: icpx: scipy/optimize/rectangular_lsap/rectangular_lsap.cpp | |
INFO: ar: adding 1 object files to build/temp.linux-x86_64-3.9/librectangular_lsap.a | |
INFO: building 'rootfind' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/Zeros | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/optimize/Zeros/bisect.c | |
INFO: icx: scipy/optimize/Zeros/brenth.c | |
INFO: icx: scipy/optimize/Zeros/ridder.c | |
INFO: icx: scipy/optimize/Zeros/brentq.c | |
INFO: ar: adding 4 object files to build/temp.linux-x86_64-3.9/librootfind.a | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmpj_c8lyvz/tmp | |
creating /tmp/tmpj_c8lyvz/tmp/tmpj_c8lyvz | |
INFO: compile options: '-c' | |
extra options: '-std=c99' | |
INFO: icx: /tmp/tmpj_c8lyvz/main.c | |
INFO: building 'basiclu' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/_highs | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/_highs/src | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/_highs/src/ipm | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/_highs/src/ipm/basiclu | |
creating build/temp.linux-x86_64-3.9/scipy/optimize/_highs/src/ipm/basiclu/src | |
INFO: compile options: '-DCMAKE_BUILD_TYPE="Release" -DHiGHSRELEASE -DIPX_ON=ON -DHIGHS_GITHASH="n/a" -DHIGHS_COMPILATION_DATE="2022-10-13" -DHIGHS_VERSION_MAJOR=1 -DHIGHS_VERSION_MINOR=0 -DHIGHS_VERSION_PATCH=0 -DHIGHS_DIR="/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/optimize/_highs" -Iscipy/optimize/_highs/src -Iscipy/optimize/_highs/src/ipm/basiclu/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-std=c99 -msse -msse2 -msse3' | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_factorize.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_solve_dense.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_build_factors.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_factorize_bump.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_factorize.c:29:20: warning: unused variable 'elapsed' [-Wunused-variable] | |
double tic[2], elapsed, factor_cost; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_factorize.c:29:12: warning: unused variable 'tic' [-Wunused-variable] | |
double tic[2], elapsed, factor_cost; | |
^ | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_initialize.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_markowitz.c | |
2 warnings generated. | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_setup_bump.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_markowitz.c:57:25: warning: unused variable 'tic' [-Wunused-variable] | |
double cmx, x, tol, tic[2]; | |
^ | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_sparse.c | |
1 warning generated. | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_get_factors.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_sparse.c:46:20: warning: unused variable 'elapsed' [-Wunused-variable] | |
double tic[2], elapsed; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_sparse.c:46:12: warning: unused variable 'tic' [-Wunused-variable] | |
double tic[2], elapsed; | |
^ | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_solve_for_update.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_condest.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_file.c | |
2 warnings generated. | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_internal.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_matrix_norm.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_singletons.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_file.c:80:24: warning: variable 'room' set but not used [-Wunused-but-set-variable] | |
lu_int fmem, used, room, ibeg, iend, pos; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_singletons.c:167:12: warning: unused variable 'tic' [-Wunused-variable] | |
double tic[2]; | |
^ | |
1 warning generated. | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_symbolic.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_update.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_initialize.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_update.c:469:20: warning: unused variable 'elapsed' [-Wunused-variable] | |
double tic[2], elapsed; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_update.c:469:12: warning: unused variable 'tic' [-Wunused-variable] | |
double tic[2], elapsed; | |
^ | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_solve_sparse.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c | |
1 warning generated. | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_dense.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:82:12: warning: unused variable 'tic' [-Wunused-variable] | |
double tic[2]; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:186:24: warning: variable 'found' set but not used [-Wunused-but-set-variable] | |
lu_int grow, room, found, position; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:478:24: warning: variable 'found' set but not used [-Wunused-but-set-variable] | |
lu_int grow, room, found, position, col_number; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:781:18: warning: unused variable 'rnz1' [-Wunused-variable] | |
const lu_int rnz1 = rend-rbeg-1; /* nz in pivot row except pivot */ | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:869:18: warning: unused variable 'cnz1' [-Wunused-variable] | |
const lu_int cnz1 = cend-cbeg-1; /* nz in pivot column except pivot */ | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:871:42: warning: variable 'found' set but not used [-Wunused-but-set-variable] | |
lu_int j, pos, rpos, put, nz, where, found; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_pivot.c:975:18: warning: unused variable 'cnz1' [-Wunused-variable] | |
const lu_int cnz1 = cend-cbeg-1; /* nz in pivot column except pivot */ | |
^ | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_triangular.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_object.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/basiclu_update.c | |
2 warnings generated. | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_dfs.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_garbage_perm.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_residual_test.c | |
INFO: icx: scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_for_update.c | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_for_update.c:48:20: warning: unused variable 'elapsed' [-Wunused-variable] | |
double tic[2], elapsed; | |
^ | |
scipy/optimize/_highs/src/ipm/basiclu/src/lu_solve_for_update.c:48:12: warning: unused variable 'tic' [-Wunused-variable] | |
double tic[2], elapsed; | |
^ | |
7 warnings generated. | |
2 warnings generated. | |
INFO: ar: adding 28 object files to build/temp.linux-x86_64-3.9/libbasiclu.a | |
INFO: building 'superlu_src' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/sparse | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve/SuperLU | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_dsolve/SuperLU/SRC | |
INFO: compile options: '-DUSE_VENDOR_BLAS=1 -Iscipy/sparse/linalg/_dsolve/SuperLU/SRC -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_bmod.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cdiagonal.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_bmod.c:296:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_bmod.c:296:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_bmod.c:296:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c:87:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c:87:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c:87:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c:90:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c:90:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccopy_to_ucol.c:90:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = cLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c:139:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c:139:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c:139:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c:181:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c:181:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
( | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ccolumn_dfs.c:181:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgscon.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsequ.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsisx.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgscon.c:102:21: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ ~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgscon.c:102:21: note: add parentheses after the '!' to evaluate the comparison first | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgscon.c:102:21: note: add parentheses around left hand side expression to silence this warning | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
1 warning generated. | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsitrf.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsrfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsisx.c:592:7: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ ~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsisx.c:592:7: note: add parentheses after the '!' to evaluate the bitwise operator first | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsisx.c:592:7: note: add parentheses around left hand side expression to silence this warning | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsisx.c:681:18: warning: unused variable 'rhs_work' [-Wunused-variable] | |
complex *rhs_work; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsisx.c:423:14: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgsitrf.c:251:11: warning: unused variable 'one' [-Wunused-variable] | |
float one = 1.0; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgssv.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgssvx.c | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgstrf.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgssvx.c:377:14: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgstrs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/clacon2.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/clacon2.c:186:1: warning: unused label 'L90' [-Wunused-label] | |
L90: | |
^~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgstrs.c:108:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgstrs.c:108:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgstrs.c:123:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] | |
void cprint_soln(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cgstrs.c:354:1: note: conflicting prototype is here | |
cprint_soln(int n, int nrhs, complex *soln) | |
^ | |
1 warning generated. | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/clangs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/claqgs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cldperm.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cmemory.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cmyblas2.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/colamd.c | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpanel_bmod.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cmyblas2.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
cusolve ( ldm, ncol, M, rhs ) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cmyblas2.c:147:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
void cmatvec ( ldm, nrow, ncol, M, vec, Mxvec ) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cmemory.c:453:14: warning: enumeration values 'LLVL', 'ULVL', and 'NO_MEMTYPE' not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpanel_bmod.c:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
extern void ccheck_tempv(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/slu_cdefs.h:271:16: note: conflicting prototype is here | |
extern void ccheck_tempv(int, complex *); | |
^ | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpanel_dfs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpivotL.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpivotgrowth.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpivotgrowth.c:73:15: warning: unused variable 'temp_comp' [-Wunused-variable] | |
complex temp_comp; | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cpruneL.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/creadhb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/creadrb.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/creadhb.c:308:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10], *dummy; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/creadtriple.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/creadtriple.c:138:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
FILE *fp, *fopen(); | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_bmod.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/csp_blas2.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/csp_blas3.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_bmod.c:63:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_bmod.c:63:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c:91:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c:91:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c:91:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c:104:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c:104:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csnode_dfs.c:104:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = cLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csp_blas2.c:502:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
c_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/csp_blas2.c:502:27: note: place parentheses around the '&&' expression to silence this warning | |
c_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/cutil.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dGetDiagU.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_bmod.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/cutil.c:370:16: warning: variable 'Aval' set but not used [-Wunused-but-set-variable] | |
complex *Aval; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_bmod.c:283:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_bmod.c:283:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_bmod.c:283:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c:139:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c:139:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c:139:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c:181:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c:181:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
( | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcolumn_dfs.c:181:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcomplex.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ddiagonal.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgscon.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c:87:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c:87:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c:87:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c:90:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c:90:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dcopy_to_ucol.c:90:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = dLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsequ.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsisx.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgscon.c:103:21: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ ~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgscon.c:103:21: note: add parentheses after the '!' to evaluate the comparison first | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgscon.c:103:21: note: add parentheses around left hand side expression to silence this warning | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsitrf.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsrfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsisx.c:592:7: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ ~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsisx.c:592:7: note: add parentheses after the '!' to evaluate the bitwise operator first | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsisx.c:592:7: note: add parentheses around left hand side expression to silence this warning | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsisx.c:681:17: warning: unused variable 'rhs_work' [-Wunused-variable] | |
double *rhs_work; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgsisx.c:423:15: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgssv.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgssvx.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgssvx.c:377:15: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgstrf.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgstrs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dlacon2.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgstrs.c:108:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgstrs.c:108:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgstrs.c:122:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] | |
void dprint_soln(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dgstrs.c:341:1: note: conflicting prototype is here | |
dprint_soln(int n, int nrhs, double *soln) | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dlangs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dlaqgs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dldperm.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dmach.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dmemory.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dmyblas2.c | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dpanel_bmod.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dmyblas2.c:136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
dusolve ( ldm, ncol, M, rhs ) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dmyblas2.c:165:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
void dmatvec ( ldm, nrow, ncol, M, vec, Mxvec ) | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dpanel_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dmemory.c:453:14: warning: enumeration values 'LLVL', 'ULVL', and 'NO_MEMTYPE' not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dpanel_bmod.c:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
extern void dcheck_tempv(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/slu_ddefs.h:268:16: note: conflicting prototype is here | |
extern void dcheck_tempv(int, double *); | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dpivotL.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dpivotgrowth.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dpruneL.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dreadhb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dreadrb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dreadtriple.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dreadhb.c:298:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10], *dummy; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dreadtriple.c:138:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
FILE *fp, *fopen(); | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_bmod.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_bmod.c:62:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_bmod.c:62:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsp_blas2.c | |
1 warning generated. | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c:91:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c:91:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c:91:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c:104:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c:104:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsnode_dfs.c:104:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = dLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dsp_blas3.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dutil.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/dzsum1.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/dutil.c:368:15: warning: variable 'Aval' set but not used [-Wunused-but-set-variable] | |
double *Aval; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/get_perm_c.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/heap_relax_snode.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/heap_relax_snode.c:59:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable] | |
int nsuper_et = 0, nsuper_et_post = 0; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/heap_relax_snode.c:59:24: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable] | |
int nsuper_et = 0, nsuper_et_post = 0; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/icmax1.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_ccolumn_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/icmax1.c:63:18: warning: variable 'i__1' set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/icmax1.c:63:24: warning: variable 'i__2' set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
2 warnings generated. | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_ccopy_to_ucol.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_cdrop_row.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_cpanel_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_cdrop_row.c:86:13: warning: unused variable 'zero' [-Wunused-variable] | |
complex zero = {0.0, 0.0}; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_cdrop_row.c:36:12: warning: unused function '_compare_' [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_cpivotL.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_csnode_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_dcolumn_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_dcopy_to_ucol.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_ddrop_row.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_dpanel_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_dpivotL.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_ddrop_row.c:35:12: warning: unused function '_compare_' [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_dsnode_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_heap_relax_snode.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_relax_snode.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_heap_relax_snode.c:54:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable] | |
int nsuper_et = 0, nsuper_et_post = 0; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_heap_relax_snode.c:54:24: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable] | |
int nsuper_et = 0, nsuper_et_post = 0; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_scolumn_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_scopy_to_ucol.c | |
2 warnings generated. | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_sdrop_row.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_spanel_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_spivotL.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_sdrop_row.c:35:12: warning: unused function '_compare_' [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_ssnode_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zcolumn_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zcopy_to_ucol.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zdrop_row.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zpanel_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zdrop_row.c:86:19: warning: unused variable 'zero' [-Wunused-variable] | |
doublecomplex zero = {0.0, 0.0}; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zdrop_row.c:36:12: warning: unused function '_compare_' [-Wunused-function] | |
static int _compare_(const void *a, const void *b) | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zpivotL.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ilu_zsnode_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/input_error.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/izmax1.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/mark_relax.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/memory.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/mmd.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/izmax1.c:61:18: warning: variable 'i__1' set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/izmax1.c:61:24: warning: variable 'i__2' set but not used [-Wunused-but-set-variable] | |
int ret_val, i__1, i__2; | |
^ | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/qselect.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/relax_snode.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_bmod.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/scomplex.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_bmod.c:283:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_bmod.c:283:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_bmod.c:283:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c:139:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c:139:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c:139:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c:181:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c:181:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
( | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scolumn_dfs.c:181:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/scsum1.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sdiagonal.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c:87:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c:87:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c:87:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c:90:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c:90:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scopy_to_ucol.c:90:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = sLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgscon.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scsum1.c:56:9: warning: variable 'i__1' set but not used [-Wunused-but-set-variable] | |
int i__1, i__2; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/scsum1.c:56:15: warning: variable 'i__2' set but not used [-Wunused-but-set-variable] | |
int i__1, i__2; | |
^ | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsequ.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsisx.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgscon.c:103:21: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ ~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgscon.c:103:21: note: add parentheses after the '!' to evaluate the comparison first | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgscon.c:103:21: note: add parentheses around left hand side expression to silence this warning | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsitrf.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsisx.c:592:7: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ ~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsisx.c:592:7: note: add parentheses after the '!' to evaluate the bitwise operator first | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsisx.c:592:7: note: add parentheses around left hand side expression to silence this warning | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsisx.c:681:16: warning: unused variable 'rhs_work' [-Wunused-variable] | |
float *rhs_work; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsisx.c:423:14: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgsrfs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgssv.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgssvx.c | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgstrf.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgssvx.c:377:14: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
float diag_pivot_thresh; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgstrs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/slacon2.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgstrs.c:108:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgstrs.c:108:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgstrs.c:122:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] | |
void sprint_soln(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sgstrs.c:341:1: note: conflicting prototype is here | |
sprint_soln(int n, int nrhs, float *soln) | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/slangs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/slaqgs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sldperm.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/smach.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/smemory.c | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/smyblas2.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sp_coletree.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/smemory.c:453:14: warning: enumeration values 'LLVL', 'ULVL', and 'NO_MEMTYPE' not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^~~~~~~~ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sp_ienv.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/smyblas2.c:136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
susolve ( ldm, ncol, M, rhs ) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/smyblas2.c:165:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
void smatvec ( ldm, nrow, ncol, M, vec, Mxvec ) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sp_coletree.c:253:6: warning: function 'etdfs' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
void etdfs ( | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sp_preorder.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/spanel_bmod.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/spanel_dfs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/spivotL.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/spanel_bmod.c:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
extern void scheck_tempv(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/slu_sdefs.h:268:16: note: conflicting prototype is here | |
extern void scheck_tempv(int, float *); | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/spivotgrowth.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/spruneL.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sreadhb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sreadrb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sreadtriple.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sreadhb.c:298:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10], *dummy; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sreadtriple.c:138:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
FILE *fp, *fopen(); | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_bmod.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssp_blas2.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_bmod.c:62:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_bmod.c:62:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssp_blas3.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/superlu_timer.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c:91:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c:91:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c:91:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c:104:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c:104:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/ssnode_dfs.c:104:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = sLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/sutil.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/util.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_bmod.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/sutil.c:368:14: warning: variable 'Aval' set but not used [-Wunused-but-set-variable] | |
float *Aval; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/util.c:187:18: warning: variable 'nnzL0' set but not used [-Wunused-but-set-variable] | |
int nnzL0, jlen, irep; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/util.c:224:24: warning: variable 'irep' set but not used [-Wunused-but-set-variable] | |
int jlen, irep; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_bmod.c:298:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_bmod.c:298:16: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_bmod.c:298:16: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextlu, LUSUP, &nzlumax, Glu)) | |
^ | |
== | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c | |
1 warning generated. | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c:139:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c:139:18: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c:139:18: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c:181:24: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = | |
~~~~~~~~~~^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c:181:24: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = | |
^ | |
( | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcolumn_dfs.c:181:24: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = | |
^ | |
== | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zdiagonal.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgscon.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsequ.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c:87:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c:87:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c:87:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextu, UCOL, &nzumax, Glu)) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c:90:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c:90:21: note: place parentheses around the assignment to silence this warning | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zcopy_to_ucol.c:90:21: note: use '==' to turn this assignment into an equality comparison | |
if (mem_error = zLUMemXpand(jcol, nextu, USUB, &nzumax, Glu)) | |
^ | |
== | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsisx.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgscon.c:102:21: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ ~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgscon.c:102:21: note: add parentheses after the '!' to evaluate the comparison first | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgscon.c:102:21: note: add parentheses around left hand side expression to silence this warning | |
if (! onenrm && ! strncmp(norm, "I", 1)==0) *info = -1; | |
^ | |
( ) | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsitrf.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsrfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsisx.c:592:7: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ ~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsisx.c:592:7: note: add parentheses after the '!' to evaluate the bitwise operator first | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsisx.c:592:7: note: add parentheses around left hand side expression to silence this warning | |
if ( !mc64 & equil ) { /* Only perform equilibration, no row perm */ | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsisx.c:681:24: warning: unused variable 'rhs_work' [-Wunused-variable] | |
doublecomplex *rhs_work; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsisx.c:423:15: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgsitrf.c:251:12: warning: unused variable 'one' [-Wunused-variable] | |
double one = 1.0; | |
^ | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgssv.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgssvx.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgssvx.c:377:15: warning: variable 'diag_pivot_thresh' set but not used [-Wunused-but-set-variable] | |
double diag_pivot_thresh; | |
^ | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgstrf.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgstrs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zlacon2.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgstrs.c:108:14: warning: unused variable 'incx' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgstrs.c:108:24: warning: unused variable 'incy' [-Wunused-variable] | |
int incx = 1, incy = 1; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgstrs.c:123:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] | |
void zprint_soln(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zgstrs.c:354:1: note: conflicting prototype is here | |
zprint_soln(int n, int nrhs, doublecomplex *soln) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zlacon2.c:186:1: warning: unused label 'L90' [-Wunused-label] | |
L90: | |
^~~~ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zlangs.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zlaqgs.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zldperm.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zmemory.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zmyblas2.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpanel_bmod.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zmemory.c:453:14: warning: enumeration values 'LLVL', 'ULVL', and 'NO_MEMTYPE' not handled in switch [-Wswitch] | |
switch ( mem_type ) { | |
^~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zmyblas2.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
zusolve ( ldm, ncol, M, rhs ) | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zmyblas2.c:147:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
void zmatvec ( ldm, nrow, ncol, M, vec, Mxvec ) | |
^ | |
3 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpanel_dfs.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpanel_bmod.c:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
extern void zcheck_tempv(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/slu_zdefs.h:271:16: note: conflicting prototype is here | |
extern void zcheck_tempv(int, doublecomplex *); | |
^ | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpivotL.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpivotgrowth.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpruneL.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zpivotgrowth.c:73:21: warning: unused variable 'temp_comp' [-Wunused-variable] | |
doublecomplex temp_comp; | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zreadhb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zreadrb.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zreadtriple.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zreadhb.c:308:29: warning: unused variable 'key' [-Wunused-variable] | |
char buf[100], type[4], key[10], *dummy; | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_bmod.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zreadtriple.c:138:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] | |
FILE *fp, *fopen(); | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_bmod.c:63:32: warning: unused variable 'i' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_bmod.c:63:35: warning: unused variable 'iptr' [-Wunused-variable] | |
int isub, irow, i, iptr; | |
^ | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c | |
2 warnings generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsp_blas2.c | |
1 warning generated. | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsp_blas3.c | |
INFO: icx: scipy/sparse/linalg/_dsolve/SuperLU/SRC/zutil.c | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c:91:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c:91:22: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c:91:22: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c:104:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c:104:21: note: place parentheses around the assignment to silence this warning | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
( ) | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsnode_dfs.c:104:21: note: use '==' to turn this assignment into an equality comparison | |
if ( mem_error = zLUMemXpand(jcol, nextl, LSUB, &nzlmax, Glu) ) | |
^ | |
== | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsp_blas2.c:502:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
z_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zsp_blas2.c:502:27: note: place parentheses around the '&&' expression to silence this warning | |
z_eq(&alpha, &comp_zero) && | |
~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
2 warnings generated. | |
scipy/sparse/linalg/_dsolve/SuperLU/SRC/zutil.c:370:22: warning: variable 'Aval' set but not used [-Wunused-but-set-variable] | |
doublecomplex *Aval; | |
^ | |
1 warning generated. | |
1 warning generated. | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libsuperlu_src.a | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libsuperlu_src.a | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libsuperlu_src.a | |
INFO: ar: adding 27 object files to build/temp.linux-x86_64-3.9/libsuperlu_src.a | |
INFO: building 'arpack_scipy' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-Iscipy/sparse/linalg/_eigen/arpack/ARPACK/SRC -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_c.c | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_eigen | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/ARPACK | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL | |
INFO: compile options: '-Iscipy/sparse/linalg/_eigen/arpack/ARPACK/SRC -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cgetv0.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cnaitr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cnaup2.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cnapps.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cnaupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cneigh.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cneupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cngets.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/csortc.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/cstatn.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dgetv0.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dnaitr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dnapps.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dnaup2.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dnaupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dnconv.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dneigh.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dneupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dngets.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsaitr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsapps.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsaup2.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsaupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsconv.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dseigt.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsesrt.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dseupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsgets.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsortc.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dsortr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dstatn.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dstats.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/dstqrb.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sgetv0.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/snaitr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/snapps.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/snaup2.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/snaupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/snconv.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sneigh.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sneupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sngets.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssaitr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssapps.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssaup2.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssaupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssconv.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sseigt.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssesrt.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sseupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssgets.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssortc.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/ssortr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sstatn.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sstats.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/sstqrb.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/zgetv0.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/znaitr.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/znapps.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/znaup2.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/znaupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/zneigh.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/zneupd.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/zngets.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/zsortc.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/SRC/zstatn.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/cmout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/cvout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/dmout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/dvout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/icnteq.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/icopy.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/iset.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/iswap.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/ivout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/second_NONE.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/smout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/svout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/zmout.f | |
INFO: ifx:f77: scipy/sparse/linalg/_eigen/arpack/ARPACK/UTIL/zvout.f | |
INFO: ifx:f77: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_f.f | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libarpack_scipy.a | |
INFO: ar: adding 32 object files to build/temp.linux-x86_64-3.9/libarpack_scipy.a | |
INFO: building '_spropack' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/single -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_c.c | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_propack | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_propack/PROPACK | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_propack/PROPACK/single | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/single -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/ssafescal.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/sreorth.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/sritzvec.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/smgs.risc.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/slansvd_irl.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/slansvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/slanbpro.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/sgetu0.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/sgemm_ovwr.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/sbsvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/sblasext.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/single/printstat.F | |
INFO: ifx:f77: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_f.f | |
INFO: ar: adding 14 object files to build/temp.linux-x86_64-3.9/lib_spropack.a | |
INFO: building '_dpropack' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/double -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_c.c | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_propack/PROPACK/double | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/double -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/printstat.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dsafescal.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dritzvec.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dreorth.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dmgs.risc.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dlansvd_irl.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dlansvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dlanbpro.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dgetu0.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dgemm_ovwr.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dbsvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/double/dblasext.F | |
INFO: ifx:f77: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_f.f | |
INFO: ar: adding 14 object files to build/temp.linux-x86_64-3.9/lib_dpropack.a | |
INFO: building '_cpropack' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/complex8 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_c.c | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_propack/PROPACK/complex8 | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/complex8 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/sgemm_ovwr.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/sbsvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/sblasext.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/printstat.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/csafescal.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/critzvec.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/creorth.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/cmgs.risc.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/clansvd_irl.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/clansvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/clanbpro.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/cgetu0.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/cgemm_ovwr.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex8/cblasext.F | |
INFO: ifx:f77: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_f.f | |
INFO: ar: adding 16 object files to build/temp.linux-x86_64-3.9/lib_cpropack.a | |
INFO: building '_zpropack' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/complex16 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_c.c | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/sparse/linalg/_propack/PROPACK/complex16 | |
INFO: compile options: '-U_OPENMP -DSCIPY_USE_G77_CDOTC_WRAP=1 -Iscipy/sparse/linalg/_propack/PROPACK/complex16 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zsafescal.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zritzvec.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zreorth.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zmgs.risc.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zlansvd_irl.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zlansvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zlanbpro.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zgetu0.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zgemm_ovwr.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/zblasext.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/printstat.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/dgemm_ovwr.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/dbsvd.F | |
INFO: ifx:f77: scipy/sparse/linalg/_propack/PROPACK/complex16/dblasext.F | |
INFO: ifx:f77: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_build_utils/src/wrap_g77_abi_f.f | |
INFO: ar: adding 16 object files to build/temp.linux-x86_64-3.9/lib_zpropack.a | |
INFO: building 'sc_cephes' library | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/special | |
creating build/temp.linux-x86_64-3.9/scipy/special/cephes | |
INFO: compile options: '-I/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -Iscipy/_lib -Iscipy/_build_utils/src -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/special/cephes/airy.c | |
INFO: icx: scipy/special/cephes/bdtr.c | |
INFO: icx: scipy/special/cephes/besselpoly.c | |
INFO: icx: scipy/special/cephes/beta.c | |
scipy/special/cephes/airy.c:256:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
int airy(x, ai, aip, bi, bip) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:4:14: note: expanded from macro 'airy' | |
#define airy cephes_airy | |
^ | |
INFO: icx: scipy/special/cephes/btdtr.c | |
INFO: icx: scipy/special/cephes/cbrt.c | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/chbevl.c | |
INFO: icx: scipy/special/cephes/chdtr.c | |
scipy/special/cephes/btdtr.c:55:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double btdtr(a, b, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:11:15: note: expanded from macro 'btdtr' | |
#define btdtr cephes_btdtr | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/const.c | |
INFO: icx: scipy/special/cephes/dawsn.c | |
scipy/special/cephes/chdtr.c:153:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double chdtrc(df, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:13:16: note: expanded from macro 'chdtrc' | |
#define chdtrc cephes_chdtrc | |
^ | |
scipy/special/cephes/chdtr.c:164:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double chdtr(df, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:15:15: note: expanded from macro 'chdtr' | |
#define chdtr cephes_chdtr | |
^ | |
scipy/special/cephes/chdtr.c:177:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double chdtri(df, y) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:16:16: note: expanded from macro 'chdtri' | |
#define chdtri cephes_chdtri | |
^ | |
3 warnings generated. | |
INFO: icx: scipy/special/cephes/dd_real.c | |
INFO: icx: scipy/special/cephes/ellie.c | |
INFO: icx: scipy/special/cephes/ellik.c | |
scipy/special/cephes/dawsn.c:127:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double dawsn(xx) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:17:15: note: expanded from macro 'dawsn' | |
#define dawsn cephes_dawsn | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/ellpe.c | |
INFO: icx: scipy/special/cephes/ellpj.c | |
scipy/special/cephes/ellpe.c:95:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double ellpe(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:20:15: note: expanded from macro 'ellpe' | |
#define ellpe cephes_ellpe | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/ellpk.c | |
INFO: icx: scipy/special/cephes/erfinv.c | |
INFO: icx: scipy/special/cephes/exp10.c | |
scipy/special/cephes/ellpk.c:97:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double ellpk(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:22:15: note: expanded from macro 'ellpk' | |
#define ellpk cephes_ellpk | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/exp2.c | |
INFO: icx: scipy/special/cephes/expn.c | |
INFO: icx: scipy/special/cephes/fdtr.c | |
INFO: icx: scipy/special/cephes/fresnl.c | |
INFO: icx: scipy/special/cephes/gamma.c | |
INFO: icx: scipy/special/cephes/gammasgn.c | |
INFO: icx: scipy/special/cephes/gdtr.c | |
scipy/special/cephes/fresnl.c:162:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
int fresnl(xxa, ssa, cca) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:30:16: note: expanded from macro 'fresnl' | |
#define fresnl cephes_fresnl | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/hyp2f1.c | |
INFO: icx: scipy/special/cephes/hyperg.c | |
scipy/special/cephes/gdtr.c:101:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double gdtr(a, b, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:35:14: note: expanded from macro 'gdtr' | |
#define gdtr cephes_gdtr | |
^ | |
scipy/special/cephes/gdtr.c:113:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double gdtrc(a, b, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:36:15: note: expanded from macro 'gdtrc' | |
#define gdtrc cephes_gdtrc | |
^ | |
scipy/special/cephes/gdtr.c:125:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double gdtri(a, b, y) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:37:15: note: expanded from macro 'gdtri' | |
#define gdtri cephes_gdtri | |
^ | |
3 warnings generated. | |
INFO: icx: scipy/special/cephes/i0.c | |
INFO: icx: scipy/special/cephes/i1.c | |
scipy/special/cephes/hyp2f1.c:89:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double hyp2f1(a, b, c, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:38:16: note: expanded from macro 'hyp2f1' | |
#define hyp2f1 cephes_hyp2f1 | |
^ | |
scipy/special/cephes/hyp2f1.c:285:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double hyt2f1(a, b, c, x, loss) | |
^ | |
scipy/special/cephes/hyp2f1.c:285:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/hyp2f1.c:459:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double hys2f1(a, b, c, x, loss) | |
^ | |
scipy/special/cephes/hyp2f1.c:459:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/hyperg.c:71:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double hyperg(a, b, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:39:16: note: expanded from macro 'hyperg' | |
#define hyperg cephes_hyperg | |
^ | |
scipy/special/cephes/hyperg.c:116:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double hy1f1p(a, b, x, err) | |
^ | |
scipy/special/cephes/hyperg.c:116:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/hyperg.c:209:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double hy1f1a(a, b, x, err) | |
^ | |
scipy/special/cephes/hyperg.c:209:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/hyperg.c:283:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double hyp2f0(a, b, x, type, err) | |
^ | |
scipy/special/cephes/hyperg.c:283:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/i0.c:149:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double i0(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:40:12: note: expanded from macro 'i0' | |
#define i0 cephes_i0 | |
^ | |
scipy/special/cephes/i0.c:168:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double i0e(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:41:13: note: expanded from macro 'i0e' | |
#define i0e cephes_i0e | |
^ | |
scipy/special/cephes/i1.c:150:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double i1(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:42:12: note: expanded from macro 'i1' | |
#define i1 cephes_i1 | |
^ | |
scipy/special/cephes/i1.c:170:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double i1e(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:43:13: note: expanded from macro 'i1e' | |
#define i1e cephes_i1e | |
^ | |
2 warnings generated. | |
INFO: icx: scipy/special/cephes/igam.c | |
2 warnings generated. | |
INFO: icx: scipy/special/cephes/igami.c | |
7 warnings generated. | |
INFO: icx: scipy/special/cephes/incbet.c | |
5 warnings generated. | |
INFO: icx: scipy/special/cephes/incbi.c | |
scipy/special/cephes/incbet.c:75:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double incbet(aa, bb, xx) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:47:16: note: expanded from macro 'incbet' | |
#define incbet cephes_incbet | |
^ | |
scipy/special/cephes/incbet.c:166:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double incbcf(a, b, x) | |
^ | |
scipy/special/cephes/incbet.c:166:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/incbet.c:254:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double incbd(a, b, x) | |
^ | |
scipy/special/cephes/incbet.c:254:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/incbet.c:340:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
static double pseries(a, b, x) | |
^ | |
scipy/special/cephes/incbet.c:340:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
scipy/special/cephes/incbi.c:51:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double incbi(aa, bb, yy0) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:48:15: note: expanded from macro 'incbi' | |
#define incbi cephes_incbi | |
^ | |
7 warnings generated. | |
INFO: icx: scipy/special/cephes/j0.c | |
INFO: icx: scipy/special/cephes/j1.c | |
INFO: icx: scipy/special/cephes/jv.c | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/k0.c | |
scipy/special/cephes/j0.c:185:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double j0(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:50:12: note: expanded from macro 'j0' | |
#define j0 cephes_j0 | |
^ | |
scipy/special/cephes/j0.c:226:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double y0(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:51:12: note: expanded from macro 'y0' | |
#define y0 cephes_y0 | |
^ | |
scipy/special/cephes/j1.c:174:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double j1(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:52:12: note: expanded from macro 'j1' | |
#define j1 cephes_j1 | |
^ | |
scipy/special/cephes/j1.c:200:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double y1(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:53:12: note: expanded from macro 'y1' | |
#define y1 cephes_y1 | |
^ | |
scipy/special/cephes/k0.c:131:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double k0(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:56:12: note: expanded from macro 'k0' | |
#define k0 cephes_k0 | |
^ | |
scipy/special/cephes/k0.c:158:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double k0e(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:57:13: note: expanded from macro 'k0e' | |
#define k0e cephes_k0e | |
^ | |
2 warnings generated. | |
2 warnings generated. | |
INFO: icx: scipy/special/cephes/k1.c | |
2 warnings generated. | |
INFO: icx: scipy/special/cephes/kn.c | |
INFO: icx: scipy/special/cephes/kolmogorov.c | |
scipy/special/cephes/k1.c:133:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double k1(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:58:12: note: expanded from macro 'k1' | |
#define k1 cephes_k1 | |
^ | |
scipy/special/cephes/kn.c:86:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double kn(nn, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:60:12: note: expanded from macro 'kn' | |
#define kn cephes_kn | |
^ | |
scipy/special/cephes/k1.c:160:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double k1e(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:59:13: note: expanded from macro 'k1e' | |
#define k1e cephes_k1e | |
^ | |
INFO: icx: scipy/special/cephes/lanczos.c | |
2 warnings generated. | |
scipy/special/cephes/kolmogorov.c:723:15: warning: variable 'nxceil' set but not used [-Wunused-but-set-variable] | |
int nxfl, nxceil, n1mxfl, n1mxceil; | |
^ | |
scipy/special/cephes/kolmogorov.c:906:9: warning: variable 'function_calls' set but not used [-Wunused-but-set-variable] | |
int function_calls = 0; | |
^ | |
INFO: icx: scipy/special/cephes/nbdtr.c | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/ndtr.c | |
scipy/special/cephes/nbdtr.c:155:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double nbdtrc(k, n, p) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:61:16: note: expanded from macro 'nbdtrc' | |
#define nbdtrc cephes_nbdtrc | |
^ | |
scipy/special/cephes/nbdtr.c:176:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double nbdtr(k, n, p) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:62:15: note: expanded from macro 'nbdtr' | |
#define nbdtr cephes_nbdtr | |
^ | |
scipy/special/cephes/nbdtr.c:196:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double nbdtri(k, n, p) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:63:16: note: expanded from macro 'nbdtri' | |
#define nbdtri cephes_nbdtri | |
^ | |
scipy/special/cephes/lanczos.c:16:15: warning: unused function 'lanczos_sum' [-Wunused-function] | |
static double lanczos_sum(double x) | |
^ | |
scipy/special/cephes/lanczos.c:34:15: warning: unused function 'lanczos_sum_near_1' [-Wunused-function] | |
static double lanczos_sum_near_1(double dx) | |
^ | |
scipy/special/cephes/lanczos.c:46:15: warning: unused function 'lanczos_sum_near_2' [-Wunused-function] | |
static double lanczos_sum_near_2(double dx) | |
^ | |
3 warnings generated. | |
3 warnings generated. | |
INFO: icx: scipy/special/cephes/ndtri.c | |
INFO: icx: scipy/special/cephes/owens_t.c | |
INFO: icx: scipy/special/cephes/pdtr.c | |
scipy/special/cephes/ndtri.c:134:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double ndtri(y0) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:69:15: note: expanded from macro 'ndtri' | |
#define ndtri cephes_ndtri | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/poch.c | |
2 warnings generated. | |
INFO: icx: scipy/special/cephes/psi.c | |
scipy/special/cephes/pdtr.c:162:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double pdtri(k, y) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:72:15: note: expanded from macro 'pdtri' | |
#define pdtri cephes_pdtri | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/rgamma.c | |
INFO: icx: scipy/special/cephes/round.c | |
INFO: icx: scipy/special/cephes/scipy_iv.c | |
INFO: icx: scipy/special/cephes/shichi.c | |
scipy/special/cephes/rgamma.c:77:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double rgamma(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:75:16: note: expanded from macro 'rgamma' | |
#define rgamma cephes_rgamma | |
^ | |
INFO: icx: scipy/special/cephes/sici.c | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/sindg.c | |
scipy/special/cephes/shichi.c:174:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
int shichi(x, si, ci) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:78:16: note: expanded from macro 'shichi' | |
#define shichi cephes_shichi | |
^ | |
scipy/special/cephes/sici.c:191:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
int sici(x, si, ci) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:79:14: note: expanded from macro 'sici' | |
#define sici cephes_sici | |
^ | |
1 warning generated. | |
scipy/special/cephes/sindg.c:101:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double sindg(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:81:15: note: expanded from macro 'sindg' | |
#define sindg cephes_sindg | |
^ | |
scipy/special/cephes/sindg.c:157:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double cosdg(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:83:15: note: expanded from macro 'cosdg' | |
#define cosdg cephes_cosdg | |
^ | |
scipy/special/cephes/sindg.c:218:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double radian(d, m, s) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:80:16: note: expanded from macro 'radian' | |
#define radian cephes_radian | |
^ | |
INFO: icx: scipy/special/cephes/sinpi.c | |
1 warning generated. | |
3 warnings generated. | |
INFO: icx: scipy/special/cephes/spence.c | |
INFO: icx: scipy/special/cephes/stdtr.c | |
INFO: icx: scipy/special/cephes/struve.c | |
INFO: icx: scipy/special/cephes/tandg.c | |
scipy/special/cephes/stdtr.c:92:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double stdtr(k, t) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:87:15: note: expanded from macro 'stdtr' | |
#define stdtr cephes_stdtr | |
^ | |
scipy/special/cephes/stdtr.c:172:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double stdtri(k, p) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:88:16: note: expanded from macro 'stdtri' | |
#define stdtri cephes_stdtri | |
^ | |
scipy/special/cephes/spence.c:77:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double spence(x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:86:16: note: expanded from macro 'spence' | |
#define spence cephes_spence | |
^ | |
1 warning generated. | |
INFO: icx: scipy/special/cephes/tukey.c | |
2 warnings generated. | |
INFO: icx: scipy/special/cephes/unity.c | |
INFO: icx: scipy/special/cephes/yn.c | |
INFO: icx: scipy/special/cephes/yv.c | |
INFO: icx: scipy/special/cephes/zeta.c | |
INFO: icx: scipy/special/cephes/zetac.c | |
scipy/special/cephes/yn.c:57:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double yn(n, x) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:100:12: note: expanded from macro 'yn' | |
#define yn cephes_yn | |
^ | |
1 warning generated. | |
scipy/special/cephes/zeta.c:89:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] | |
double zeta(x, q) | |
^ | |
/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/special/cephes/cephes_names.h:101:14: note: expanded from macro 'zeta' | |
#define zeta cephes_zeta | |
^ | |
1 warning generated. | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libsc_cephes.a | |
INFO: ar: adding 15 object files to build/temp.linux-x86_64-3.9/libsc_cephes.a | |
INFO: building 'sc_mach' library | |
INFO: using additional config_fc from setup script for fortran compiler: {'noopt': ('scipy/special/setup.py', 1)} | |
INFO: customize IntelEM64TFCompiler | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -FI -fPIC | |
Fortran f90 compiler: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -FR -fPIC | |
Fortran fix compiler: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -FI -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/special/mach | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifort:f77: scipy/special/mach/i1mach.f | |
INFO: ifort:f77: scipy/special/mach/d1mach.f | |
INFO: ifort:f77: scipy/special/mach/xerror.f | |
INFO: ar: adding 3 object files to build/temp.linux-x86_64-3.9/libsc_mach.a | |
INFO: building 'sc_amos' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/special/amos | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/special/amos/dgamln.f | |
INFO: ifx:f77: scipy/special/amos/zabs.f | |
INFO: ifx:f77: scipy/special/amos/zacai.f | |
INFO: ifx:f77: scipy/special/amos/zacon.f | |
INFO: ifx:f77: scipy/special/amos/zairy.f | |
INFO: ifx:f77: scipy/special/amos/zasyi.f | |
INFO: ifx:f77: scipy/special/amos/zbesh.f | |
INFO: ifx:f77: scipy/special/amos/zbesi.f | |
INFO: ifx:f77: scipy/special/amos/zbesj.f | |
INFO: ifx:f77: scipy/special/amos/zbesk.f | |
INFO: ifx:f77: scipy/special/amos/zbesy.f | |
INFO: ifx:f77: scipy/special/amos/zbinu.f | |
INFO: ifx:f77: scipy/special/amos/zbiry.f | |
INFO: ifx:f77: scipy/special/amos/zbknu.f | |
INFO: ifx:f77: scipy/special/amos/zbuni.f | |
INFO: ifx:f77: scipy/special/amos/zbunk.f | |
INFO: ifx:f77: scipy/special/amos/zdiv.f | |
INFO: ifx:f77: scipy/special/amos/zexp.f | |
INFO: ifx:f77: scipy/special/amos/zkscl.f | |
INFO: ifx:f77: scipy/special/amos/zlog.f | |
INFO: ifx:f77: scipy/special/amos/zmlri.f | |
INFO: ifx:f77: scipy/special/amos/zmlt.f | |
INFO: ifx:f77: scipy/special/amos/zrati.f | |
INFO: ifx:f77: scipy/special/amos/zs1s2.f | |
INFO: ifx:f77: scipy/special/amos/zseri.f | |
INFO: ifx:f77: scipy/special/amos/zshch.f | |
INFO: ifx:f77: scipy/special/amos/zsqrt.f | |
INFO: ifx:f77: scipy/special/amos/zuchk.f | |
INFO: ifx:f77: scipy/special/amos/zunhj.f | |
INFO: ifx:f77: scipy/special/amos/zuni1.f | |
INFO: ifx:f77: scipy/special/amos/zuni2.f | |
INFO: ifx:f77: scipy/special/amos/zunik.f | |
INFO: ifx:f77: scipy/special/amos/zunk1.f | |
INFO: ifx:f77: scipy/special/amos/zunk2.f | |
INFO: ifx:f77: scipy/special/amos/zuoik.f | |
INFO: ifx:f77: scipy/special/amos/zwrsk.f | |
INFO: ar: adding 36 object files to build/temp.linux-x86_64-3.9/libsc_amos.a | |
INFO: building 'sc_cdf' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/special/cdflib | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/special/cdflib/algdiv.f | |
INFO: ifx:f77: scipy/special/cdflib/alngam.f | |
INFO: ifx:f77: scipy/special/cdflib/alnrel.f | |
INFO: ifx:f77: scipy/special/cdflib/apser.f | |
INFO: ifx:f77: scipy/special/cdflib/basym.f | |
INFO: ifx:f77: scipy/special/cdflib/bcorr.f | |
INFO: ifx:f77: scipy/special/cdflib/betaln.f | |
INFO: ifx:f77: scipy/special/cdflib/bfrac.f | |
INFO: ifx:f77: scipy/special/cdflib/bgrat.f | |
INFO: ifx:f77: scipy/special/cdflib/bpser.f | |
INFO: ifx:f77: scipy/special/cdflib/bratio.f | |
INFO: ifx:f77: scipy/special/cdflib/brcmp1.f | |
INFO: ifx:f77: scipy/special/cdflib/brcomp.f | |
INFO: ifx:f77: scipy/special/cdflib/bup.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfbet.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfbin.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfchi.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfchn.f | |
INFO: ifx:f77: scipy/special/cdflib/cdff.f | |
INFO: ifx:f77: scipy/special/cdflib/cdffnc.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfgam.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfnbn.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfnor.f | |
INFO: ifx:f77: scipy/special/cdflib/cdfpoi.f | |
INFO: ifx:f77: scipy/special/cdflib/cdft.f | |
INFO: ifx:f77: scipy/special/cdflib/cdftnc.f | |
INFO: ifx:f77: scipy/special/cdflib/cumbet.f | |
INFO: ifx:f77: scipy/special/cdflib/cumbin.f | |
INFO: ifx:f77: scipy/special/cdflib/cumchi.f | |
INFO: ifx:f77: scipy/special/cdflib/cumchn.f | |
INFO: ifx:f77: scipy/special/cdflib/cumf.f | |
INFO: ifx:f77: scipy/special/cdflib/cumfnc.f | |
INFO: ifx:f77: scipy/special/cdflib/cumgam.f | |
INFO: ifx:f77: scipy/special/cdflib/cumnbn.f | |
INFO: ifx:f77: scipy/special/cdflib/cumnor.f | |
INFO: ifx:f77: scipy/special/cdflib/cumpoi.f | |
INFO: ifx:f77: scipy/special/cdflib/cumt.f | |
INFO: ifx:f77: scipy/special/cdflib/cumtnc.f | |
INFO: ifx:f77: scipy/special/cdflib/devlpl.f | |
INFO: ifx:f77: scipy/special/cdflib/dinvnr.f | |
INFO: ifx:f77: scipy/special/cdflib/dinvr.f | |
INFO: ifx:f77: scipy/special/cdflib/dt1.f | |
INFO: ifx:f77: scipy/special/cdflib/dzror.f | |
INFO: ifx:f77: scipy/special/cdflib/erf.f | |
INFO: ifx:f77: scipy/special/cdflib/erfc1.f | |
INFO: ifx:f77: scipy/special/cdflib/esum.f | |
INFO: ifx:f77: scipy/special/cdflib/exparg.f | |
INFO: ifx:f77: scipy/special/cdflib/fpser.f | |
INFO: ifx:f77: scipy/special/cdflib/gam1.f | |
INFO: ifx:f77: scipy/special/cdflib/gaminv.f | |
INFO: ifx:f77: scipy/special/cdflib/gamln.f | |
INFO: ifx:f77: scipy/special/cdflib/gamln1.f | |
INFO: ifx:f77: scipy/special/cdflib/gamma_fort.f | |
INFO: ifx:f77: scipy/special/cdflib/grat1.f | |
INFO: ifx:f77: scipy/special/cdflib/gratio.f | |
INFO: ifx:f77: scipy/special/cdflib/gsumln.f | |
INFO: ifx:f77: scipy/special/cdflib/ipmpar.f | |
INFO: ifx:f77: scipy/special/cdflib/psi_fort.f | |
INFO: ifx:f77: scipy/special/cdflib/rcomp.f | |
INFO: ifx:f77: scipy/special/cdflib/rexp.f | |
INFO: ifx:f77: scipy/special/cdflib/rlog.f | |
INFO: ifx:f77: scipy/special/cdflib/rlog1.f | |
INFO: ifx:f77: scipy/special/cdflib/spmpar.f | |
INFO: ifx:f77: scipy/special/cdflib/stvaln.f | |
INFO: ar: adding 50 object files to build/temp.linux-x86_64-3.9/libsc_cdf.a | |
INFO: ar: adding 14 object files to build/temp.linux-x86_64-3.9/libsc_cdf.a | |
INFO: building 'sc_specfun' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/special/specfun | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/special/specfun/specfun.f | |
INFO: ar: adding 1 object files to build/temp.linux-x86_64-3.9/libsc_specfun.a | |
INFO: building 'statlib' library | |
INFO: compiling Fortran sources | |
INFO: Fortran f77 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran f90 compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FR -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
Fortran fix compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/ifx -FI -fPIC -fp-model strict -O1 -assume minus0 -qopenmp | |
creating build/temp.linux-x86_64-3.9/scipy/stats | |
creating build/temp.linux-x86_64-3.9/scipy/stats/statlib | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
INFO: ifx:f77: scipy/stats/statlib/ansari.f | |
INFO: ifx:f77: scipy/stats/statlib/spearman.f | |
INFO: ifx:f77: scipy/stats/statlib/swilk.f | |
INFO: ar: adding 3 object files to build/temp.linux-x86_64-3.9/libstatlib.a | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmp36w6zrye/tmp | |
creating /tmp/tmp36w6zrye/tmp/tmp36w6zrye | |
INFO: compile options: '-c' | |
extra options: '-std=c++14' | |
INFO: icx: /tmp/tmp36w6zrye/main.cpp | |
INFO: building 'test_boost_build' library | |
INFO: compiling C++ sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/_lib | |
creating build/temp.linux-x86_64-3.9/scipy/_lib/tests | |
INFO: compile options: '-I/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/_lib/boost -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -c' | |
extra options: '-std=c++14 -msse -msse2 -msse3' | |
INFO: icpx: scipy/_lib/tests/test_boost_build.cpp | |
INFO: ar: adding 1 object files to build/temp.linux-x86_64-3.9/libtest_boost_build.a | |
running build_ext | |
INFO: customize UnixCCompiler | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmp0_mltm7x/tmp | |
creating /tmp/tmp0_mltm7x/tmp/tmp0_mltm7x | |
INFO: compile options: '-MMD -MF /tmp/tmp0_mltm7x/file.c.d -c' | |
INFO: icx: /tmp/tmp0_mltm7x/file.c | |
INFO: customize UnixCCompiler using build_ext | |
INFO: CCompilerOpt.__init__[802] : hit the memory cache | |
INFO: CCompilerOpt.generate_dispatch_header[2288] : generate CPU dispatch header: (build/src.linux-x86_64-3.9/numpy/distutils/include/npy_cpu_dispatch_config.h) | |
INFO: extending extension 'scipy.optimize._highs._highs_wrapper' defined_macros with [('CMAKE_BUILD_TYPE', '"Release"'), ('HiGHSRELEASE', None), ('IPX_ON', 'ON'), ('HIGHS_GITHASH', '"n/a"'), ('HIGHS_COMPILATION_DATE', '"2022-10-13"'), ('HIGHS_VERSION_MAJOR', '1'), ('HIGHS_VERSION_MINOR', '0'), ('HIGHS_VERSION_PATCH', '0'), ('HIGHS_DIR', '"/tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/scipy/optimize/_highs"')] | |
INFO: extending extension 'scipy.sparse.linalg._dsolve._superlu' defined_macros with [('USE_VENDOR_BLAS', 1)] | |
INFO: extending extension 'scipy.sparse.linalg._propack._spropack' defined_macros with [('_OPENMP',), ('SCIPY_USE_G77_CDOTC_WRAP', 1)] | |
INFO: extending extension 'scipy.sparse.linalg._propack._dpropack' defined_macros with [('_OPENMP',), ('SCIPY_USE_G77_CDOTC_WRAP', 1)] | |
INFO: extending extension 'scipy.sparse.linalg._propack._cpropack' defined_macros with [('_OPENMP',), ('SCIPY_USE_G77_CDOTC_WRAP', 1)] | |
INFO: extending extension 'scipy.sparse.linalg._propack._zpropack' defined_macros with [('_OPENMP',), ('SCIPY_USE_G77_CDOTC_WRAP', 1)] | |
INFO: customize UnixCCompiler | |
WARN: #### ['/home/rgommers/code/spack/lib/spack/env/oneapi/icx', '-Wno-unused-result', '-Wsign-compare', '-Wunreachable-code', '-DNDEBUG', '-g', '-fwrapv', '-O3', '-Wall', '-fPIC', '-fp-model=strict'] ####### | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmpdhqy735s/tmp | |
creating /tmp/tmpdhqy735s/tmp/tmpdhqy735s | |
INFO: compile options: '-MMD -MF /tmp/tmpdhqy735s/file.c.d -c' | |
INFO: icx: /tmp/tmpdhqy735s/file.c | |
INFO: customize UnixCCompiler using build_ext | |
INFO: customize IntelEM64TFCompiler | |
INFO: customize IntelEM64TFCompiler using build_ext | |
INFO: building 'scipy.cluster._vq' extension | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/cluster | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/cluster/_vq.c | |
In file included from scipy/cluster/_vq.c:746: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] | |
#warning "Using deprecated NumPy API, disable it with " \ | |
^ | |
1 warning generated. | |
INFO: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -shared -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/bzip2-1.0.8-6mhjdcvn75dzvrv3uj6kny5jenyu5v43/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/expat-2.4.8-soybfi6ljxfwzegsjkmc5omfl2hd5ucr/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gdbm-1.19-i7k6cgxes7a3umohhzjildetyhi6e2ax/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gettext-0.21-xzu3nzv3ickjaxgznqecp3xm5p6d7n27/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/libffi-3.4.2-obewpdysvqnekov5c7xwbta5teog3ve3/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/ncurses-6.3-qtxhy7fzbmc7k55lfaedz2wqjnezmwbc/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/openssl-1.1.1q-2qjhrmxmevefpac4weh3tjiue2ryinh2/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/readline-8.1.2-r42i7bjv4tyvvbcnwmb4rlfpiubay5yg/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/sqlite-3.39.2-57mlcm37socc4zyuve2ezsqy37ieu64a/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/util-linux-uuid-2.37.4-sp2stoz5lnxdlepqptajvwd7mba2ffgz/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/xz-5.2.5-ejofgan6jylspo36ao2hhjchple452vv/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/zlib-1.2.12-4wysd7ex2pixwhih2mwp7gb5za46pny7/lib build/temp.linux-x86_64-3.9/scipy/cluster/_vq.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/scipy/cluster/_vq.cpython-39-x86_64-linux-gnu.so | |
INFO: building 'scipy.cluster._hierarchy' extension | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/cluster/_hierarchy.c | |
In file included from scipy/cluster/_hierarchy.c:746: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] | |
#warning "Using deprecated NumPy API, disable it with " \ | |
^ | |
scipy/cluster/_hierarchy.c:36497:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_hierarchy.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_hierarchy.c:36508:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_hierarchy.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_hierarchy.c:18076:18: warning: unused function '__Pyx_CFunc_double____double____double____double____int____int____int___to_py' [-Wunused-function] | |
static PyObject *__Pyx_CFunc_double____double____double____double____int____int____int___to_py(double (*__pyx_v_f)(double, double, double, int, int, int)) { | |
^ | |
4 warnings generated. | |
INFO: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -shared -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/bzip2-1.0.8-6mhjdcvn75dzvrv3uj6kny5jenyu5v43/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/expat-2.4.8-soybfi6ljxfwzegsjkmc5omfl2hd5ucr/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gdbm-1.19-i7k6cgxes7a3umohhzjildetyhi6e2ax/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gettext-0.21-xzu3nzv3ickjaxgznqecp3xm5p6d7n27/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/libffi-3.4.2-obewpdysvqnekov5c7xwbta5teog3ve3/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/ncurses-6.3-qtxhy7fzbmc7k55lfaedz2wqjnezmwbc/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/openssl-1.1.1q-2qjhrmxmevefpac4weh3tjiue2ryinh2/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/readline-8.1.2-r42i7bjv4tyvvbcnwmb4rlfpiubay5yg/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/sqlite-3.39.2-57mlcm37socc4zyuve2ezsqy37ieu64a/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/util-linux-uuid-2.37.4-sp2stoz5lnxdlepqptajvwd7mba2ffgz/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/xz-5.2.5-ejofgan6jylspo36ao2hhjchple452vv/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/zlib-1.2.12-4wysd7ex2pixwhih2mwp7gb5za46pny7/lib build/temp.linux-x86_64-3.9/scipy/cluster/_hierarchy.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/scipy/cluster/_hierarchy.cpython-39-x86_64-linux-gnu.so | |
INFO: building 'scipy.cluster._optimal_leaf_ordering' extension | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/cluster/_optimal_leaf_ordering.c | |
In file included from scipy/cluster/_optimal_leaf_ordering.c:746: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] | |
#warning "Using deprecated NumPy API, disable it with " \ | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:24004:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:24015:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:24525:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:24536:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:24896:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:24907:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/cluster/_optimal_leaf_ordering.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
7 warnings generated. | |
INFO: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -shared -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/bzip2-1.0.8-6mhjdcvn75dzvrv3uj6kny5jenyu5v43/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/expat-2.4.8-soybfi6ljxfwzegsjkmc5omfl2hd5ucr/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gdbm-1.19-i7k6cgxes7a3umohhzjildetyhi6e2ax/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gettext-0.21-xzu3nzv3ickjaxgznqecp3xm5p6d7n27/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/libffi-3.4.2-obewpdysvqnekov5c7xwbta5teog3ve3/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/ncurses-6.3-qtxhy7fzbmc7k55lfaedz2wqjnezmwbc/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/openssl-1.1.1q-2qjhrmxmevefpac4weh3tjiue2ryinh2/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/readline-8.1.2-r42i7bjv4tyvvbcnwmb4rlfpiubay5yg/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/sqlite-3.39.2-57mlcm37socc4zyuve2ezsqy37ieu64a/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/util-linux-uuid-2.37.4-sp2stoz5lnxdlepqptajvwd7mba2ffgz/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/xz-5.2.5-ejofgan6jylspo36ao2hhjchple452vv/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/zlib-1.2.12-4wysd7ex2pixwhih2mwp7gb5za46pny7/lib build/temp.linux-x86_64-3.9/scipy/cluster/_optimal_leaf_ordering.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/scipy/cluster/_optimal_leaf_ordering.cpython-39-x86_64-linux-gnu.so | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmpktewj9vd/tmp | |
creating /tmp/tmpktewj9vd/tmp/tmpktewj9vd | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-std=c++14' | |
INFO: icpx: /tmp/tmpktewj9vd/main.cpp | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmpqlewubn9/tmp | |
creating /tmp/tmpqlewubn9/tmp/tmpqlewubn9 | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
INFO: icpx: /tmp/tmpqlewubn9/main.c | |
icpx: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmpn21b4qb_/tmp | |
creating /tmp/tmpn21b4qb_/tmp/tmpn21b4qb_ | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-pthread' | |
INFO: icpx: /tmp/tmpn21b4qb_/main.c | |
icpx: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating /tmp/tmp4qx8stjc/tmp | |
creating /tmp/tmp4qx8stjc/tmp/tmp4qx8stjc | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-std=c++14 -pthread -fvisibility=hidden' | |
INFO: icpx: /tmp/tmp4qx8stjc/main.c | |
icpx: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] | |
INFO: building 'scipy.fft._pocketfft.pypocketfft' extension | |
INFO: compiling C++ sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/fft | |
creating build/temp.linux-x86_64-3.9/scipy/fft/_pocketfft | |
INFO: compile options: '-DPOCKETFFT_PTHREADS -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pybind11-2.8.1-z4ey4apc62mpxiauu6fwwco25m3gupsd/lib/python3.9/site-packages/pybind11/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pybind11-2.8.1-z4ey4apc62mpxiauu6fwwco25m3gupsd/lib/python3.9/site-packages/pybind11/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-std=c++14 -pthread -fvisibility=hidden -msse -msse2 -msse3' | |
INFO: icpx: scipy/fft/_pocketfft/pypocketfft.cxx | |
scipy/fft/_pocketfft/pypocketfft.cxx:133:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] | |
return move(res); | |
^ | |
std:: | |
scipy/fft/_pocketfft/pypocketfft.cxx:169:35: note: in instantiation of function template specialization '(anonymous namespace)::c2c_internal<double>' requested here | |
DISPATCH(a, c128, c64, clong, c2c_internal, (a, axes_, forward, | |
^ | |
scipy/fft/_pocketfft/pypocketfft.cxx:133:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] | |
return move(res); | |
^ | |
std:: | |
scipy/fft/_pocketfft/pypocketfft.cxx:169:35: note: in instantiation of function template specialization '(anonymous namespace)::c2c_internal<float>' requested here | |
DISPATCH(a, c128, c64, clong, c2c_internal, (a, axes_, forward, | |
^ | |
scipy/fft/_pocketfft/pypocketfft.cxx:133:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] | |
return move(res); | |
^ | |
std:: | |
scipy/fft/_pocketfft/pypocketfft.cxx:169:35: note: in instantiation of function template specialization '(anonymous namespace)::c2c_internal<long double>' requested here | |
DISPATCH(a, c128, c64, clong, c2c_internal, (a, axes_, forward, | |
^ | |
scipy/fft/_pocketfft/pypocketfft.cxx:162:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] | |
return move(res); | |
^ | |
std:: | |
scipy/fft/_pocketfft/pypocketfft.cxx:172:32: note: in instantiation of function template specialization '(anonymous namespace)::c2c_sym_internal<double>' requested here | |
DISPATCH(a, f64, f32, flong, c2c_sym_internal, (a, axes_, forward, | |
^ | |
scipy/fft/_pocketfft/pypocketfft.cxx:162:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] | |
return move(res); | |
^ | |
std:: | |
scipy/fft/_pocketfft/pypocketfft.cxx:172:32: note: in instantiation of function template specialization '(anonymous namespace)::c2c_sym_internal<float>' requested here | |
DISPATCH(a, f64, f32, flong, c2c_sym_internal, (a, axes_, forward, | |
^ | |
scipy/fft/_pocketfft/pypocketfft.cxx:162:10: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] | |
return move(res); | |
^ | |
std:: | |
scipy/fft/_pocketfft/pypocketfft.cxx:172:32: note: in instantiation of function template specialization '(anonymous namespace)::c2c_sym_internal<long double>' requested here | |
DISPATCH(a, f64, f32, flong, c2c_sym_internal, (a, axes_, forward, | |
^ | |
6 warnings generated. | |
INFO: /home/rgommers/code/spack/lib/spack/env/oneapi/icpx -shared build/temp.linux-x86_64-3.9/scipy/fft/_pocketfft/pypocketfft.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/scipy/fft/_pocketfft/pypocketfft.cpython-39-x86_64-linux-gnu.so -pthread | |
INFO: building 'scipy.fftpack.convolve' extension | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
creating build/temp.linux-x86_64-3.9/scipy/fftpack | |
INFO: compile options: '-I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/fftpack/convolve.c | |
In file included from scipy/fftpack/convolve.c:746: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] | |
#warning "Using deprecated NumPy API, disable it with " \ | |
^ | |
scipy/fftpack/convolve.c:3101:39: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare] | |
__pyx_t_13 = (((__pyx_v_w.shape[0]) != __pyx_v_n) != 0); | |
~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ | |
scipy/fftpack/convolve.c:3803:40: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare] | |
__pyx_t_13 = (((__pyx_v_wr.shape[0]) != __pyx_v_n) != 0); | |
~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ | |
scipy/fftpack/convolve.c:3824:40: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare] | |
__pyx_t_13 = (((__pyx_v_wi.shape[0]) != __pyx_v_n) != 0); | |
~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ | |
scipy/fftpack/convolve.c:22985:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/fftpack/convolve.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
scipy/fftpack/convolve.c:22996:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] | |
CYTHON_FALLTHROUGH; | |
^ | |
scipy/fftpack/convolve.c:341:34: note: expanded from macro 'CYTHON_FALLTHROUGH' | |
#define CYTHON_FALLTHROUGH __attribute__((fallthrough)) | |
^ | |
6 warnings generated. | |
INFO: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -shared -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/bzip2-1.0.8-6mhjdcvn75dzvrv3uj6kny5jenyu5v43/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/expat-2.4.8-soybfi6ljxfwzegsjkmc5omfl2hd5ucr/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gdbm-1.19-i7k6cgxes7a3umohhzjildetyhi6e2ax/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/gettext-0.21-xzu3nzv3ickjaxgznqecp3xm5p6d7n27/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/libffi-3.4.2-obewpdysvqnekov5c7xwbta5teog3ve3/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/ncurses-6.3-qtxhy7fzbmc7k55lfaedz2wqjnezmwbc/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/openssl-1.1.1q-2qjhrmxmevefpac4weh3tjiue2ryinh2/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/readline-8.1.2-r42i7bjv4tyvvbcnwmb4rlfpiubay5yg/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/sqlite-3.39.2-57mlcm37socc4zyuve2ezsqy37ieu64a/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/util-linux-uuid-2.37.4-sp2stoz5lnxdlepqptajvwd7mba2ffgz/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/xz-5.2.5-ejofgan6jylspo36ao2hhjchple452vv/lib -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/zlib-1.2.12-4wysd7ex2pixwhih2mwp7gb5za46pny7/lib build/temp.linux-x86_64-3.9/scipy/fftpack/convolve.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -o build/lib.linux-x86_64-3.9/scipy/fftpack/convolve.cpython-39-x86_64-linux-gnu.so | |
INFO: building 'scipy.integrate._quadpack' extension | |
INFO: compiling C sources | |
INFO: C compiler: /home/rgommers/code/spack/lib/spack/env/oneapi/icx -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -fp-model=strict -fPIC | |
INFO: compile options: '-DSCIPY_MKL_H -DHAVE_CBLAS -Iscipy/_lib/src -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0 -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/include/python3.9 -c' | |
extra options: '-msse -msse2 -msse3' | |
INFO: icx: scipy/integrate/_quadpackmodule.c | |
In file included from scipy/integrate/_quadpackmodule.c:4: | |
In file included from scipy/integrate/__quadpack.h:28: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: | |
In file included from /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960: | |
/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-numpy-1.22.4-gowlw6cmt7kijoaybvnc5etgedf2ergq/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] | |
#warning "Using deprecated NumPy API, disable it with " \ | |
^ | |
1 warning generated. | |
INFO: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -shared -shared -nofor_main build/temp.linux-x86_64-3.9/scipy/integrate/_quadpackmodule.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64 -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -Wl,-rpath=/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64 -lquadpack -lmach -lmkl_rt -lpthread -lmkl_rt -o build/lib.linux-x86_64-3.9/scipy/integrate/_quadpack.cpython-39-x86_64-linux-gnu.so | |
ifort: command line warning #10434: option '-nofor_main' use with underscore is deprecated; use '-nofor-main' instead | |
ld: /opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/../../bin/intel64/../../lib/icx-lto.so: error loading plugin: libimf.so: cannot open shared object file: No such file or directory | |
error: Command "/opt/intel/oneapi/compiler/2022.2.0/linux/bin/intel64/ifort -shared -shared -nofor_main build/temp.linux-x86_64-3.9/scipy/integrate/_quadpackmodule.o -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64 -L/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/lib -Lbuild/temp.linux-x86_64-3.9 -Wl,-rpath=/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/intel-oneapi-mkl-2022.2.0-p4ls52l7v3o5ffe3m42myrijnpbsl64l/mkl/2022.2.0/lib/intel64 -lquadpack -lmach -lmkl_rt -lpthread -lmkl_rt -o build/lib.linux-x86_64-3.9/scipy/integrate/_quadpack.cpython-39-x86_64-linux-gnu.so" failed with exit status 1 | |
INFO: | |
########### EXT COMPILER OPTIMIZATION ########### | |
INFO: Platform : | |
Architecture: x64 | |
Compiler : unix-like | |
CPU baseline : | |
Requested : 'min' | |
Enabled : SSE SSE2 SSE3 | |
Flags : -msse -msse2 -msse3 | |
Extra checks: none | |
CPU dispatch : | |
Requested : 'max -xop -fma4' | |
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL | |
Generated : none | |
INFO: CCompilerOpt.cache_flush[825] : write cache to path -> /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/build/temp.linux-x86_64-3.9/ccompiler_opt_cache_ext.py | |
INFO: | |
########### CLIB COMPILER OPTIMIZATION ########### | |
INFO: Platform : | |
Architecture: x64 | |
Compiler : unix-like | |
CPU baseline : | |
Requested : 'min' | |
Enabled : SSE SSE2 SSE3 | |
Flags : -msse -msse2 -msse3 | |
Extra checks: none | |
CPU dispatch : | |
Requested : 'max -xop -fma4' | |
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL | |
Generated : none | |
INFO: CCompilerOpt.cache_flush[825] : write cache to path -> /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src/build/temp.linux-x86_64-3.9/ccompiler_opt_cache_clib.py | |
error: subprocess-exited-with-error | |
× Building wheel for scipy (pyproject.toml) did not run successfully. | |
│ exit code: 1 | |
╰─> See above for output. | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
full command: /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/python-3.9.13-mn4ovd4dkbyg62orinqikrnvaxq6r5tf/bin/python3.9 /home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pip-22.2.2-42kbxmhhxyigyp2224oarapc3o5xxpga/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmp6p49q786 | |
cwd: /tmp/rgommers/spack-stage/spack-stage-py-scipy-1.8.1-ww5y2ruckqwn44vypo4e7yl3yzmxiwsh/spack-src | |
Building wheel for scipy (pyproject.toml): finished with status 'error' | |
ERROR: Failed building wheel for scipy | |
Failed to build scipy | |
ERROR: Could not build wheels for scipy, which is required to install pyproject.toml-based projects | |
Exception information: | |
Traceback (most recent call last): | |
File "/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pip-22.2.2-42kbxmhhxyigyp2224oarapc3o5xxpga/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper | |
status = run_func(*args) | |
File "/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pip-22.2.2-42kbxmhhxyigyp2224oarapc3o5xxpga/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper | |
return func(self, options, args) | |
File "/home/rgommers/code/spack/opt/spack/linux-endeavourosrolling-skylake_avx512/oneapi-2022.2.0/py-pip-22.2.2-42kbxmhhxyigyp2224oarapc3o5xxpga/lib/python3.9/site-packages/pip/_internal/commands/install.py", line 431, in run | |
raise InstallationError( | |
pip._internal.exceptions.InstallationError: Could not build wheels for scipy, which is required to install pyproject.toml-based projects | |
Removed build tracker: '/tmp/pip-build-tracker-h5l54x96' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment