_configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_rng_knuthran2002; | ^~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_deriv_central; | ^~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_multifit_fdfsolver_lmniel; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_multifit_fdfsolver_jac; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:33: error: ‘gsl_multifit_fdfsolver’ has no member named ‘J’ 4 | ((gsl_multifit_fdfsolver *) 0)->J; | ^~ _configtest.c: In function ‘main’: _configtest.c:4:40: warning: statement with no effect [-Wunused-value] 4 | ((gsl_multifit_linear_workspace *) 0)->nmax; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:40: warning: statement with no effect [-Wunused-value] 4 | ((gsl_multifit_linear_workspace *) 0)->pmax; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:40: warning: statement with no effect [-Wunused-value] 4 | ((gsl_multifit_linear_workspace *) 0)->n; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ _configtest.c: In function ‘main’: _configtest.c:4:40: warning: statement with no effect [-Wunused-value] 4 | ((gsl_multifit_linear_workspace *) 0)->p; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ _configtest.c: In function ‘main’: _configtest.c:4:3: error: ‘gsl_multimin_fsolver’ undeclared (first use in this function); did you mean ‘gsl_multimin_fminimizer’? 4 | gsl_multimin_fsolver; | ^~~~~~~~~~~~~~~~~~~~ | gsl_multimin_fminimizer _configtest.c:4:3: note: each undeclared identifier is reported only once for each function it appears in _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_multimin_fminimizer_nmsimplex; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_multimin_fminimizer_nmsimplex2; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_multimin_fminimizer_nmsimplex2rand; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_multimin_fdfminimizer_vector_bfgs2; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: useless type name in empty declaration 4 | gsl_multifit_robust_type; | ^~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_permutation_linear_to_canonical; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_permutation_canonical_to_linear; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_permutation_inversions; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_permutation_canonical_cycles; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_permutation_linear_cycles; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_permutation_mul; | ^~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_complex_householder_mh; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_hessenberg_decomp; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_hessenberg_unpack; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_hessenberg_unpack_accum; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_hessenberg_set_zero; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_hessenberg_submatrix; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: error: ‘gsl_linalg_hessenberg’ undeclared (first use in this function); did you mean ‘gsl_linalg_tri_invert’? 4 | gsl_linalg_hessenberg; | ^~~~~~~~~~~~~~~~~~~~~ | gsl_linalg_tri_invert _configtest.c:4:3: note: each undeclared identifier is reported only once for each function it appears in _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_hesstri_decomp; | ^~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_SV_leverage; | ^~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_QR_QTmat; | ^~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_QR_matQ; | ^~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_cholesky_invert; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_complex_cholesky_decomp; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_complex_cholesky_solve; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_complex_cholesky_svx; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_complex_cholesky_invert; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_balance_matrix; | ^~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_linalg_balance_accum; | ^~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: useless type name in empty declaration 4 | gsl_eigen_francis_workspace; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ _configtest.c: In function ‘main’: _configtest.c:4:3: warning: statement with no effect [-Wunused-value] 4 | gsl_eigen_nonsymm_params; | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from Include/pygsl/error_helpers.h:7, from src/init/errorno.c:9: Include/pygsl/intern.h:43:15: warning: ‘PyGSL_API’ defined but not used [-Wunused-variable] 43 | static void **PyGSL_API; | ^~~~~~~~~ In file included from src/init/initmodule.c:20: src/init/block_helpers_numpy.ic: In function ‘PyGSL_numpy_convert’: Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/init/block_helpers.c:282, from src/init/initmodule.c:77: src/init/block_helpers_numpy.ic:122:6: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 122 | DEBUG_MESS(8, "Char type %d", NPY_CHAR); | ^~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from src/init/block_helpers.c:15, from src/init/initmodule.c:77: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from src/init/initmodule.c:20: src/init/block_helpers_numpy.ic: In function ‘PyGSL_PyArray_prepare_gsl_matrix_view’: Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/init/block_helpers.c: In function ‘PyGSL_copy_pyarray_to_gslmatrix’: Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘PyGSL_array_index_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘PyGSL_array_index_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/init/initmodule.c:77: src/init/block_helpers.c:484:27: warning: variable ‘dimensions’ set but not used [-Wunused-but-set-variable] 484 | PyGSL_array_index_t *dimensions, *strides, i, j; | ^~~~~~~~~~ src/init/block_helpers.c:483:10: warning: variable ‘argnum’ set but not used [-Wunused-but-set-variable] 483 | int argnum=-1; | ^~~~~~ In file included from src/init/initmodule.c:20: src/init/block_helpers.c: In function ‘PyGSL_vector_check’: Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 9 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/init/initmodule.c:77: src/init/block_helpers.c:591:27: warning: unused variable ‘dimensions’ [-Wunused-variable] 591 | PyGSL_array_index_t *dimensions, *strides; | ^~~~~~~~~~ src/init/block_helpers.c: In function ‘PyGSL_matrix_check’: src/init/block_helpers.c:715:27: warning: unused variable ‘dimensions’ [-Wunused-variable] 715 | PyGSL_array_index_t *dimensions, *strides; | ^~~~~~~~~~ In file included from src/init/initmodule.c:78: src/init/function_helpers.c: In function ‘PyGSL_function_wrap_helper’: src/init/function_helpers.c:31:6: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 31 | object = PyEval_CallObject(callback, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from Include/pygsl/intern.h:9, from src/init/initmodule.c:19: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/init/inittestmodule.c:2: src/init/inittestmodule.c: In function ‘PyGSL_test_GetPTR1’: Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘PyGSL_array_index_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘PyGSL_array_index_t’ {aka ‘int’} [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/gslwrap_wrap.c:3087: ./typemaps/convert_block_description.h:163:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 163 | gsl_vector_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/gslwrap_wrap.c:3086: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/gslwrap_wrap.c:3087: ./typemaps/convert_block_description.h:180:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 180 | gsl_vector_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/gslwrap_wrap.c:3086: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/gslwrap_wrap.c:3087: ./typemaps/convert_block_description.h:446:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 446 | gsl_matrix_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/gslwrap_wrap.c:3086: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/gslwrap_wrap.c:3087: ./typemaps/convert_block_description.h:463:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 463 | gsl_matrix_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/gslwrap_wrap.c:3086: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ swig_src/gslwrap_wrap.c: In function ‘pygsl_linalg_LU_decomp’: swig_src/gslwrap_wrap.c:3764:3: warning: label ‘fail’ defined but not used [-Wunused-label] 3764 | fail: | ^~~~ swig_src/gslwrap_wrap.c:3752:27: warning: unused variable ‘p2’ [-Wunused-variable] 3752 | gsl_permutation * p2 = NULL; | ^~ swig_src/gslwrap_wrap.c: In function ‘_wrap_gsl_interp_bsearch’: swig_src/gslwrap_wrap.c:37955:13: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 37955 | if(arg3 >= _PyVectorLength){ | ^~ swig_src/gslwrap_wrap.c:37965:13: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 37965 | if(arg4 >= _PyVectorLength){ | ^~ At top level: swig_src/gslwrap_wrap.c:3070:19: warning: ‘_pygsl_gsl_unimpl_feature’ defined but not used [-Wunused-const-variable=] 3070 | static const char _pygsl_gsl_unimpl_feature[] = "Feature not implemented in your version of GSL"; | ^~~~~~~~~~~~~~~~~~~~~~~~~ swig_src/hankel_wrap.c: In function ‘SwigPyStaticVar_dealloc’: swig_src/hankel_wrap.c:3096:3: warning: implicit declaration of function ‘_PyObject_GC_UNTRACK’; did you mean ‘PyObject_GC_UnTrack’? [-Wimplicit-function-declaration] 3096 | _PyObject_GC_UNTRACK(descr); | ^~~~~~~~~~~~~~~~~~~~ | PyObject_GC_UnTrack swig_src/hankel_wrap.c: In function ‘_wrap_delete_DiscreteHankelTransform’: swig_src/hankel_wrap.c:4179:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4179 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/hankel_wrap.c: In function ‘_wrap_DiscreteHankelTransform_get_size’: swig_src/hankel_wrap.c:4317:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4317 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/sum_wrap.c: In function ‘SwigPyStaticVar_dealloc’: swig_src/sum_wrap.c:3096:3: warning: implicit declaration of function ‘_PyObject_GC_UNTRACK’; did you mean ‘PyObject_GC_UnTrack’? [-Wimplicit-function-declaration] 3096 | _PyObject_GC_UNTRACK(descr); | ^~~~~~~~~~~~~~~~~~~~ | PyObject_GC_UnTrack swig_src/sum_wrap.c: In function ‘_wrap_delete__levin’: swig_src/sum_wrap.c:4102:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4102 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/sum_wrap.c: In function ‘_wrap__levin_get_terms_used’: swig_src/sum_wrap.c:4198:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4198 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/sum_wrap.c: In function ‘_wrap__levin_sum_plain’: swig_src/sum_wrap.c:4220:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4220 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/sum_wrap.c: In function ‘_wrap_delete__levin_utrunc’: swig_src/sum_wrap.c:4362:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4362 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/sum_wrap.c: In function ‘_wrap__levin_utrunc_get_terms_used’: swig_src/sum_wrap.c:4458:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4458 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/sum_wrap.c: In function ‘_wrap__levin_utrunc_sum_plain’: swig_src/sum_wrap.c:4480:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4480 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘SwigPyStaticVar_dealloc’: swig_src/bspline_wrap.c:3096:3: warning: implicit declaration of function ‘_PyObject_GC_UNTRACK’; did you mean ‘PyObject_GC_UnTrack’? [-Wimplicit-function-declaration] 3096 | _PyObject_GC_UNTRACK(descr); | ^~~~~~~~~~~~~~~~~~~~ | PyObject_GC_UnTrack In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/bspline_wrap.c:3780: ./typemaps/convert_block_description.h: At top level: ./typemaps/convert_block_description.h:163:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 163 | gsl_vector_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/bspline_wrap.c:3779: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/bspline_wrap.c:3780: ./typemaps/convert_block_description.h:180:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 180 | gsl_vector_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/bspline_wrap.c:3779: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/bspline_wrap.c:3780: ./typemaps/convert_block_description.h:446:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 446 | gsl_matrix_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/bspline_wrap.c:3779: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/bspline_wrap.c:3780: ./typemaps/convert_block_description.h:463:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 463 | gsl_matrix_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/bspline_wrap.c:3779: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘pygsl_bspline_knots’: swig_src/bspline_wrap.c:4059:22: warning: comparison of integer expressions of different signedness: ‘PyGSL_array_index_t’ {aka ‘int’} and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare] 4059 | if(sample_len != self->w->nbreak){ | ^~ swig_src/bspline_wrap.c: In function ‘pygsl_bspline_eval_vector’: swig_src/bspline_wrap.c:4079:56: warning: unused variable ‘strides’ [-Wunused-variable] 4079 | PyGSL_array_index_t n, sample_len, tmp[2], i=0, strides; | ^~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_cov_get’: swig_src/bspline_wrap.c:4290:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4290 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_coeffs_get’: swig_src/bspline_wrap.c:4312:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4312 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_tmp_get’: swig_src/bspline_wrap.c:4342:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4342 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_w_get’: swig_src/bspline_wrap.c:4372:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4372 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_knots_a_get’: swig_src/bspline_wrap.c:4394:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4394 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_coeffs_a_get’: swig_src/bspline_wrap.c:4416:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4416 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_cov_a_get’: swig_src/bspline_wrap.c:4438:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4438 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_tmp_a_get’: swig_src/bspline_wrap.c:4460:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4460 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_delete_bspline’: swig_src/bspline_wrap.c:4516:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4516 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/bspline_wrap.c: In function ‘_wrap_bspline_get_internal_knots’: swig_src/bspline_wrap.c:4537:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4537 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘SwigPyStaticVar_dealloc’: swig_src/interpolation2d_wrap_wrap.c:3096:3: warning: implicit declaration of function ‘_PyObject_GC_UNTRACK’; did you mean ‘PyObject_GC_UnTrack’? [-Wimplicit-function-declaration] 3096 | _PyObject_GC_UNTRACK(descr); | ^~~~~~~~~~~~~~~~~~~~ | PyObject_GC_UnTrack In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/interpolation2d_wrap_wrap.c:3790: ./typemaps/convert_block_description.h: At top level: ./typemaps/convert_block_description.h:163:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 163 | gsl_vector_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from swig_src/interpolation2d_wrap_wrap.c:3769: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/interpolation2d_wrap_wrap.c:3790: ./typemaps/convert_block_description.h:180:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 180 | gsl_vector_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from swig_src/interpolation2d_wrap_wrap.c:3769: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/interpolation2d_wrap_wrap.c:3790: ./typemaps/convert_block_description.h:446:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 446 | gsl_matrix_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from swig_src/interpolation2d_wrap_wrap.c:3769: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/interpolation2d_wrap_wrap.c:3790: ./typemaps/convert_block_description.h:463:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 463 | gsl_matrix_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from swig_src/interpolation2d_wrap_wrap.c:3769: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_delete_interp2d’: swig_src/interpolation2d_wrap_wrap.c:4774:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4774 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_interp2d_reset’: swig_src/interpolation2d_wrap_wrap.c:4795:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4795 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_interp2d_name’: swig_src/interpolation2d_wrap_wrap.c:4826:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4826 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_interp2d_min_size’: swig_src/interpolation2d_wrap_wrap.c:4848:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4848 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_delete_spline2d’: swig_src/interpolation2d_wrap_wrap.c:6182:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 6182 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_spline2d_reset’: swig_src/interpolation2d_wrap_wrap.c:6203:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 6203 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_spline2d_name’: swig_src/interpolation2d_wrap_wrap.c:6234:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 6234 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/interpolation2d_wrap_wrap.c: In function ‘_wrap_spline2d_min_size’: swig_src/interpolation2d_wrap_wrap.c:6256:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 6256 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘SwigPyStaticVar_dealloc’: swig_src/multifit_robust_wrap.c:3096:3: warning: implicit declaration of function ‘_PyObject_GC_UNTRACK’; did you mean ‘PyObject_GC_UnTrack’? [-Wimplicit-function-declaration] 3096 | _PyObject_GC_UNTRACK(descr); | ^~~~~~~~~~~~~~~~~~~~ | PyObject_GC_UnTrack In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/multifit_robust_wrap.c:3780: ./typemaps/convert_block_description.h: At top level: ./typemaps/convert_block_description.h:163:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 163 | gsl_vector_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/multifit_robust_wrap.c:3775: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/multifit_robust_wrap.c:3780: ./typemaps/convert_block_description.h:180:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 180 | gsl_vector_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/multifit_robust_wrap.c:3775: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/multifit_robust_wrap.c:3780: ./typemaps/convert_block_description.h:446:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 446 | gsl_matrix_char_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/multifit_robust_wrap.c:3775: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ In file included from ./typemaps/block_conversion_functions.h:14, from swig_src/multifit_robust_wrap.c:3780: ./typemaps/convert_block_description.h:463:1: warning: ‘NPY_CHAR’ is deprecated: Use NPY_STRING [-Wdeprecated-declarations] 463 | gsl_matrix_char_view_py_array_type = NPY_CHAR , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:4, from Include/pygsl/block_helpers.h:79, from swig_src/multifit_robust_wrap.c:3775: /usr/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:84:21: note: declared here 84 | NPY_CHAR NPY_ATTR_DEPRECATE("Use NPY_STRING"), | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_sigma_ols’: swig_src/multifit_robust_wrap.c:4247:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4247 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_sigma_mad’: swig_src/multifit_robust_wrap.c:4269:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4269 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_sigma_rob’: swig_src/multifit_robust_wrap.c:4291:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4291 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_sigma’: swig_src/multifit_robust_wrap.c:4313:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4313 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_Rsq’: swig_src/multifit_robust_wrap.c:4335:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4335 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_adj_Rsq’: swig_src/multifit_robust_wrap.c:4357:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4357 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_rmse’: swig_src/multifit_robust_wrap.c:4379:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4379 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_sse’: swig_src/multifit_robust_wrap.c:4401:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4401 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_dof’: swig_src/multifit_robust_wrap.c:4423:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4423 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_numit’: swig_src/multifit_robust_wrap.c:4445:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4445 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_weights’: swig_src/multifit_robust_wrap.c:4467:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4467 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_stats_residuals’: swig_src/multifit_robust_wrap.c:4489:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4489 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_delete_stats’: swig_src/multifit_robust_wrap.c:4524:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4524 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_delete_workspace’: swig_src/multifit_robust_wrap.c:4590:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4590 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_workspace_name’: swig_src/multifit_robust_wrap.c:4653:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4653 | PyObject *swig_obj[1] ; | ^~~~~~~~ swig_src/multifit_robust_wrap.c: In function ‘_wrap_workspace_statistics’: swig_src/multifit_robust_wrap.c:4748:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] 4748 | PyObject *swig_obj[1] ; | ^~~~~~~~ In file included from swig_src/odeiv2_wrap.c:3428: src/callback/odeiv_func2.ic: In function ‘PyGSL_odeiv_func’: src/callback/odeiv_func2.ic:45:5: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 45 | result = PyEval_CallObject(p->py_func, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from swig_src/odeiv2_wrap.c:155: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from swig_src/odeiv2_wrap.c:3428: src/callback/odeiv_func2.ic: In function ‘PyGSL_odeiv_jac’: src/callback/odeiv_func2.ic:106:5: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 106 | result = PyEval_CallObject(p->py_jac, arglist); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from swig_src/odeiv2_wrap.c:155: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ swig_src/odeiv2_wrap.c: In function ‘pygsl_odeiv2_control_hadjust’: swig_src/odeiv2_wrap.c:4110:24: warning: comparison of integer expressions of different signedness: ‘PyGSL_array_index_t’ {aka ‘int’} and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare] 4110 | if(dim != self->dimension){ | ^~ swig_src/odeiv2_wrap.c: In function ‘pygsl_odeiv2_evolve_apply’: swig_src/odeiv2_wrap.c:4206:40: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘unsigned int’} and ‘PyGSL_array_index_t’ {aka ‘int’} [-Wsign-compare] 4206 | if(sys->dydt.dimension != dim){ | ^~ swig_src/odeiv2_wrap.c: In function ‘pygsl_odeiv2_evolve_apply_fixed_step’: swig_src/odeiv2_wrap.c:4287:40: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘unsigned int’} and ‘PyGSL_array_index_t’ {aka ‘int’} [-Wsign-compare] 4287 | if(sys->dydt.dimension != dim){ | ^~ swig_src/odeiv2_wrap.c:4292:66: warning: passing argument 2 of ‘_pygsl_odeiv2_check_step_jacobian’ from incompatible pointer type [-Wincompatible-pointer-types] 4292 | status = _pygsl_odeiv2_check_step_jacobian(step, &sys->dydt); | ^~~~~~~~~~ | | | const gsl_odeiv2_system * swig_src/odeiv2_wrap.c:3504:104: note: expected ‘const pygsl_odeiv2_system *’ but argument is of type ‘const gsl_odeiv2_system *’ 3504 | static int _pygsl_odeiv2_check_step_jacobian(const pygsl_odeiv2_step *step, const pygsl_odeiv2_system *sys) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ swig_src/odeiv2_wrap.c: In function ‘pygsl_odeiv2_driver_apply_fixed_step’: swig_src/odeiv2_wrap.cgcc -pthread -shared build/temp.linux-i686-3.9/swig_src/odeiv2_wrap.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/_odeiv2.cpython-39-i386-linux-gnu.so building '__poly' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -Isrc/poly -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: swig_src/poly_wrap.c gcc -pthread -shared build/temp.linux-i686-3.9/swig_src/poly_wrap.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/__poly.cpython-39-i386-linux-gnu.so building '__block' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: swig_src/block_wrap.c gcc -pthread -shared build/temp.linux-i686-3.9/swig_src/block_wrap.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/__block.cpython-39-i386-linux-gnu.so building '_siman' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/simanmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/simanmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/_siman.cpython-39-i386-linux-gnu.so building 'const' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/constmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/constmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/const.cpython-39-i386-linux-gnu.so building '__callback' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -Isrc/callback -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: swig_src/callback_wrap.c gcc -pthread -shared build/temp.linux-i686-3.9/swig_src/callback_wrap.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/__callback.cpython-39-i386-linux-gnu.so building 'deriv' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/derivmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/derivmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/deriv.cpython-39-i386-linux-gnu.so building '_transform' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-i686-3.9/src/transform compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/transform/transformmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/transform/transformmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/_transform.cpython-39-i386-linux-gnu.so building 'rng' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-i686-3.9/src/rng compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/rng/rngmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/rng/rngmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/rng.cpython-39-i386-linux-gnu.so building 'ieee' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/ieeemodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/ieeemodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/ieee.cpython-39-i386-linux-gnu.so building '_qrng' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/qrng_module.c gcc -pthread -shared build/temp.linux-i686-3.9/src/qrng_module.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/_qrng.cpython-39-i386-linux-gnu.so building 'statistics._stat' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-i686-3.9/src/statistics compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/_statmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/_statmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/_stat.cpython-39-i386-linux-gnu.so building 'statistics.uchar' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/ucharmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/ucharmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/uchar.cpython-39-i386-linux-gnu.so building 'statistics.char' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/charmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/charmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/char.cpython-39-i386-linux-gnu.so building 'statistics.double' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/doublemodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/doublemodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/double.cpython-39-i386-linux-gnu.so building 'statistics.float' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/floatmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/floatmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/float.cpython-39-i386-linux-gnu.so building 'statistics.long' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/longmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/longmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/long.cpython-39-i386-linux-gnu.so building 'statistics.int' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/intmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/intmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/int.cpython-39-i386-linux-gnu.so building 'statistics.short' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/statistics/shortmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/statistics/shortmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/statistics/short.cpython-39-i386-linux-gnu.so building 'errortest' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: src/errortestmodule.c gcc -pthread -shared build/temp.linux-i686-3.9/src/errortestmodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/errortest.cpython-39-i386-linux-gnu.so building 'testing.solver' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-i686-3.9/testing creating build/temp.linux-i686-3.9/testing/src creating build/temp.linux-i686-3.9/testing/src/solvers compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DONEFILE=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: testing/src/solvers/solvermodule.c gcc -pthread -shared build/temp.linux-i686-3.9/testing/src/solvers/solvermodule.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/testing/solver.cpython-39-i386-linux-gnu.so building 'testing._ufuncs' extension C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC creating build/temp.linux-i686-3.9/testing/src/sf compile options: '-DSWIG_COBJECT_TYPES=1 -DDEBUG=1 -DPyGSL_SET_GSL_ERROR_HANDLER=1 -DNUMERIC=0 -UNDEBUG -I/usr/include -IInclude -I. -I/usr/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c' gcc: testing/src/sf/sfmodule_testing.c gcc -pthread -shared build/temp.linux-i686-3.9/testing/src/sf/sfmodule_testing.o -L/usr/lib -L/usr/lib -lgsl -lgslcblas -lm -o build/lib.linux-i686-3.9/pygsl/testing/_ufuncs.cpython-39-i386-linux-gnu.so Building testing ufuncs! #31 extension modules running install running build running build_py running build_ext running install_lib creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9 creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/__init__.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_block.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_callback.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_generic_solver.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_numobj.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_poly.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_version.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/blas.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/block.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/bspline.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/chebyshev.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/combination.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/eigen.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/errors.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/fft.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/fit.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/gsl_function.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/gslwrap.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/hankel.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/integrate.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/interpolation.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/interpolation2d.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/interpolation2d_wrap.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/linalg.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/math.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/matrix_pierre.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/minimize.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/monte.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/multifit.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/multifit_nlin.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/multifit_robust.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/multiminimize.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/multiroots.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/odeiv.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/odeiv2.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/permutation.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/poly.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/qrng.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/roots.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/siman.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/spline.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/sum.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/vector.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/wavelet.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing copying build/lib.linux-i686-3.9/pygsl/testing/__init__.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing copying build/lib.linux-i686-3.9/pygsl/testing/complex.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing copying build/lib.linux-i686-3.9/pygsl/testing/sf.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing copying build/lib.linux-i686-3.9/pygsl/testing/solver.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing copying build/lib.linux-i686-3.9/pygsl/testing/_ufuncs.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/__init__.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/_stat.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/uchar.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/char.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/double.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/float.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/long.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/int.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics copying build/lib.linux-i686-3.9/pygsl/statistics/short.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/__init__.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/array_includes.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_CodeGenerator.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_CodeGenerator2.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_CodeGenerator3.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_Config.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_Extension.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_Location.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_features.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/gsl_site_example.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/gsl_dist/swig_extension.py -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist copying build/lib.linux-i686-3.9/pygsl/errno.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/init.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/inittest.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_gslwrap.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_hankel.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_sum.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_bspline.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_interpolation2d_wrap.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_multifit_robust.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_odeiv2.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/__poly.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/__block.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_siman.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/const.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/__callback.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/deriv.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_transform.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/rng.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/ieee.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/_qrng.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl copying build/lib.linux-i686-3.9/pygsl/errortest.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/_block.py to _block.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/_callback.py to _callback.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/_generic_solver.py to _generic_solver.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/_numobj.py to _numobj.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/_poly.py to _poly.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/_version.py to _version.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/blas.py to blas.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/block.py to block.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/bspline.py to bspline.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/chebyshev.py to chebyshev.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/combination.py to combination.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/eigen.py to eigen.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/errors.py to errors.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/fft.py to fft.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/fit.py to fit.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_function.py to gsl_function.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gslwrap.py to gslwrap.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/hankel.py to hankel.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/integrate.py to integrate.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/interpolation.py to interpolation.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/interpolation2d.py to interpolation2d.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/interpolation2d_wrap.py to interpolation2d_wrap.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/linalg.py to linalg.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/math.py to math.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/matrix_pierre.py to matrix_pierre.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/minimize.py to minimize.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/monte.py to monte.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/multifit.py to multifit.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/multifit_nlin.py to multifit_nlin.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/multifit_robust.py to multifit_robust.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/multiminimize.py to multiminimize.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/multiroots.py to multiroots.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/odeiv.py to odeiv.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/odeiv2.py to odeiv2.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/permutation.py to permutation.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/poly.py to poly.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/qrng.py to qrng.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/roots.py to roots.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/siman.py to siman.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/spline.py to spline.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/sum.py to sum.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/vector.py to vector.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/wavelet.py to wavelet.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing/complex.py to complex.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/testing/sf.py to sf.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/statistics/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/array_includes.py to array_includes.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_CodeGenerator.py to gsl_CodeGenerator.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_CodeGenerator2.py to gsl_CodeGenerator2.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_CodeGenerator3.py to gsl_CodeGenerator3.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_Config.py to gsl_Config.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_Extension.py to gsl_Extension.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_Location.py to gsl_Location.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_features.py to gsl_features.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_site_example.py to gsl_site_example.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl/gsl_dist/swig_extension.py to swig_extension.cpython-39.pyc running install_headers creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9 creating /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/arrayobject.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/block_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/block_helpers_numpy.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/capsuletrunk.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/compilers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/complex_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/error_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/errorno.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/function_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/general_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/intern.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/old_numpy_compat.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/profile.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/pygsl.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/pygsl_features.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/rng.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/rng_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/solver.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/string_helpers.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/transition.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/utils.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl copying Include/pygsl/pygsl_features_config.h -> /usr/src/slapt-src/python/pygsl/package-pygsl/usr/include/python3.9/pygsl running install_egg_info running egg_info writing pygsl.egg-info/PKG-INFO writing dependency_links to pygsl.egg-info/dependency_links.txt writing requirements to pygsl.egg-info/requires.txt writing top-level names to pygsl.egg-info/top_level.txt reading manifest file 'pygsl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'src/obsolete/fftmodule.c' warning: no previously-included files found matching 'src/histogram/histogrammodule.c' warning: no files found matching '*.pdf' under directory 'doc' warning: no files found matching 'MANIFEST' adding license file 'COPYING' writing manifest file 'pygsl.egg-info/SOURCES.txt' Copying pygsl.egg-info to /usr/src/slapt-src/python/pygsl/package-pygsl/usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info running install_scripts Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/python/pygsl/pygsl-2.3.2-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/pygsl/pygsl-2.3.2-i586-1salix15.0.txz created. Installing package pygsl-2.3.2-i586-1salix15.0... | pygsl (python interface for GSL) | | PyGSL is a Python interface for the GNU scientific library (GSL). | The wrapper covers nearly everything GSL provides. | | | | | | | | | from Include/pygsl/solver.h:3, from testing/src/solvers/solver_intern.h:5, from testing/src/solvers/solvermodule.c:1: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Include/pygsl/error_helpers.h:8, from testing/src/sf/sfmodule_testing.c:5: testing/src/sf/sfmodule_testing.c: In function ‘_pygsl_sf_long_to_unsigned_int’: Include/pygsl/utils.h:48:9: warning: too many arguments for format [-Wformat-extra-args] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘unsigned int’ [-Wformat=] 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Include/pygsl/utils.h:48:9: note: in definition of macro ‘DEBUG_MESS’ 48 | "In Function %s from File %s at line %d " mess "\n" , \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ testing/src/sf/sfmodule_testing.c: In function ‘PyGSL_sf_ufunc_qi_dd_D’: testing/src/sf/sfmodule_testing.c:124:13: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable] 124 | int tmp; | ^~~ testing/src/sf/sfmodule_testing.c: In function ‘PyGSL_sf_ufunc_qi_dd_D_as_ff_F’: testing/src/sf/sfmodule_testing.c:141:59: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable] 141 | int i, is0=steps[0], is1=steps[1], os0=steps[2], tmp; | ^~~ testing/src/sf/sfmodule_testing.c: In function ‘PyGSL_sf_ufunc_qi_D_dd’: testing/src/sf/sfmodule_testing.c:162:13: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable] 162 | int tmp; | ^~~ testing/src/sf/sfmodule_testing.c: In function ‘PyGSL_sf_ufunc_qi_D_dd_as_F_ff’: testing/src/sf/sfmodule_testing.c:184:76: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable] 184 | PyGSL_array_index_t i, is0=steps[0], os0=steps[1], os1=steps[2], tmp; | ^~~ listing git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/pygsl-2.3.2/ usr/doc/pygsl-2.3.2/COPYING usr/doc/pygsl-2.3.2/CREDITS.rst usr/doc/pygsl-2.3.2/ChangeLog usr/doc/pygsl-2.3.2/README.rst usr/doc/pygsl-2.3.2/TODO.rst usr/doc/pygsl-2.3.2/pygsl.SlackBuild usr/include/ usr/include/python3.9/ usr/include/python3.9/pygsl/ usr/include/python3.9/pygsl/arrayobject.h usr/include/python3.9/pygsl/block_helpers.h usr/include/python3.9/pygsl/block_helpers_numpy.h usr/include/python3.9/pygsl/capsuletrunk.h usr/include/python3.9/pygsl/compilers.h usr/include/python3.9/pygsl/complex_helpers.h usr/include/python3.9/pygsl/error_helpers.h usr/include/python3.9/pygsl/errorno.h usr/include/python3.9/pygsl/function_helpers.h usr/include/python3.9/pygsl/general_helpers.h usr/include/python3.9/pygsl/intern.h usr/include/python3.9/pygsl/old_numpy_compat.h usr/include/python3.9/pygsl/profile.h usr/include/python3.9/pygsl/pygsl.h usr/include/python3.9/pygsl/pygsl_features.h usr/include/python3.9/pygsl/pygsl_features_config.h usr/include/python3.9/pygsl/rng.h usr/include/python3.9/pygsl/rng_helpers.h usr/include/python3.9/pygsl/solver.h usr/include/python3.9/pygsl/string_helpers.h usr/include/python3.9/pygsl/transition.h usr/include/python3.9/pygsl/utils.h usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/pygsl/ usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info/ usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info/requires.txt usr/lib/python3.9/site-packages/pygsl-2.3.2-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/pygsl/__block.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/__callback.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/__init__.py usr/lib/python3.9/site-packages/pygsl/__poly.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/__pycache__/ usr/lib/python3.9/site-packages/pygsl/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/_block.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/_callback.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/_generic_solver.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/_numobj.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/_poly.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/_version.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/blas.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/block.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/bspline.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/chebyshev.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/combination.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/eigen.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/errors.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/fft.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/fit.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/gsl_function.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/gslwrap.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/hankel.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/integrate.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/interpolation.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/interpolation2d.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/interpolation2d_wrap.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/linalg.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/math.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/matrix_pierre.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/minimize.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/monte.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/multifit.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/multifit_nlin.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/multifit_robust.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/multiminimize.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/multiroots.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/odeiv.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/odeiv2.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/permutation.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/poly.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/qrng.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/roots.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/siman.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/spline.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/sum.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/vector.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/__pycache__/wavelet.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/_block.py usr/lib/python3.9/site-packages/pygsl/_bspline.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_callback.py usr/lib/python3.9/site-packages/pygsl/_generic_solver.py usr/lib/python3.9/site-packages/pygsl/_gslwrap.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_hankel.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_interpolation2d_wrap.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_multifit_robust.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_numobj.py usr/lib/python3.9/site-packages/pygsl/_odeiv2.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_poly.py usr/lib/python3.9/site-packages/pygsl/_qrng.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_siman.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_sum.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_transform.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/_version.py usr/lib/python3.9/site-packages/pygsl/blas.py usr/lib/python3.9/site-packages/pygsl/block.py usr/lib/python3.9/site-packages/pygsl/bspline.py usr/lib/python3.9/site-packages/pygsl/chebyshev.py usr/lib/python3.9/site-packages/pygsl/combination.py usr/lib/python3.9/site-packages/pygsl/const.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/deriv.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/eigen.py usr/lib/python3.9/site-packages/pygsl/errno.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/errors.py usr/lib/python3.9/site-packages/pygsl/errortest.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/fft.py usr/lib/python3.9/site-packages/pygsl/fit.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/ usr/lib/python3.9/site-packages/pygsl/gsl_dist/__init__.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/ usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/array_includes.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_CodeGenerator.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_CodeGenerator2.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_CodeGenerator3.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_Config.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_Extension.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_Location.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_features.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/gsl_site_example.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/__pycache__/swig_extension.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/gsl_dist/array_includes.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_CodeGenerator.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_CodeGenerator2.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_CodeGenerator3.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_Config.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_Extension.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_Location.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_features.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/gsl_site_example.py usr/lib/python3.9/site-packages/pygsl/gsl_dist/swig_extension.py usr/lib/python3.9/site-packages/pygsl/gsl_function.py usr/lib/python3.9/site-packages/pygsl/gslwrap.py usr/lib/python3.9/site-packages/pygsl/hankel.py usr/lib/python3.9/site-packages/pygsl/ieee.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/init.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/inittest.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/integrate.py usr/lib/python3.9/site-packages/pygsl/interpolation.py usr/lib/python3.9/site-packages/pygsl/interpolation2d.py usr/lib/python3.9/site-packages/pygsl/interpolation2d_wrap.py usr/lib/python3.9/site-packages/pygsl/linalg.py usr/lib/python3.9/site-packages/pygsl/math.py usr/lib/python3.9/site-packages/pygsl/matrix_pierre.py usr/lib/python3.9/site-packages/pygsl/minimize.py usr/lib/python3.9/site-packages/pygsl/monte.py usr/lib/python3.9/site-packages/pygsl/multifit.py usr/lib/python3.9/site-packages/pygsl/multifit_nlin.py usr/lib/python3.9/site-packages/pygsl/multifit_robust.py usr/lib/python3.9/site-packages/pygsl/multiminimize.py usr/lib/python3.9/site-packages/pygsl/multiroots.py usr/lib/python3.9/site-packages/pygsl/odeiv.py usr/lib/python3.9/site-packages/pygsl/odeiv2.py usr/lib/python3.9/site-packages/pygsl/permutation.py usr/lib/python3.9/site-packages/pygsl/poly.py usr/lib/python3.9/site-packages/pygsl/qrng.py usr/lib/python3.9/site-packages/pygsl/rng.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/roots.py usr/lib/python3.9/site-packages/pygsl/siman.py usr/lib/python3.9/site-packages/pygsl/spline.py usr/lib/python3.9/site-packages/pygsl/statistics/ usr/lib/python3.9/site-packages/pygsl/statistics/__init__.py usr/lib/python3.9/site-packages/pygsl/statistics/__pycache__/ usr/lib/python3.9/site-packages/pygsl/statistics/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/statistics/_stat.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/char.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/double.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/float.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/int.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/long.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/short.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/statistics/uchar.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/sum.py usr/lib/python3.9/site-packages/pygsl/testing/ usr/lib/python3.9/site-packages/pygsl/testing/__init__.py usr/lib/python3.9/site-packages/pygsl/testing/__pycache__/ usr/lib/python3.9/site-packages/pygsl/testing/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/testing/__pycache__/complex.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/testing/__pycache__/sf.cpython-39.pyc usr/lib/python3.9/site-packages/pygsl/testing/_ufuncs.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/testing/complex.py usr/lib/python3.9/site-packages/pygsl/testing/sf.py usr/lib/python3.9/site-packages/pygsl/testing/solver.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/pygsl/vector.py usr/lib/python3.9/site-packages/pygsl/wavelet.py