Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install broken #99

Closed
rbeucher opened this issue Jan 5, 2022 · 9 comments
Closed

Pip install broken #99

rbeucher opened this issue Jan 5, 2022 · 9 comments

Comments

@rbeucher
Copy link
Contributor

rbeucher commented Jan 5, 2022

I tried to install the package today to look at issue #98

I drop the log for reference:

Click to expand!
Processing ./stripy
  DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
   pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
Requirement already satisfied: numpy>=1.16.0 in ./venv/lib/python3.10/site-packages (from stripy==2.0.5b2) (1.22.0)
Requirement already satisfied: scipy>=1.0.0 in ./venv/lib/python3.10/site-packages (from stripy==2.0.5b2) (1.7.3)
Using legacy 'setup.py install' for stripy, since package 'wheel' is not installed.
Installing collected packages: stripy
    Running setup.py install for stripy ... error
    ERROR: Command errored out with exit status 1:
     command: /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-mudgok7k/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-mudgok7k/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-40rhhhjt/install-record.txt --single-version-externally-managed --compile --install-headers /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include/site/python3.10/stripy
         cwd: /tmp/pip-req-build-mudgok7k/
    Complete output (605 lines):
    /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
      warnings.warn(
    running install
    running build
    running config_cc
    INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
    running config_fc
    INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
    running build_src
    INFO: build_src
    INFO: building extension "stripy._stripack" sources
    INFO: f2py options: []
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c' to sources.
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src' to include_dirs.
    INFO:   adding 'build/src.linux-x86_64-3.10/src/_stripack-f2pywrappers.f' to sources.
    INFO: building extension "stripy._tripack" sources
    INFO: f2py options: []
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c' to sources.
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src' to include_dirs.
    INFO:   adding 'build/src.linux-x86_64-3.10/src/_tripack-f2pywrappers.f' to sources.
    INFO: building extension "stripy._srfpack" sources
    INFO: f2py options: []
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c' to sources.
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src' to include_dirs.
    INFO: building extension "stripy._ssrfpack" sources
    INFO: f2py options: []
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c' to sources.
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src' to include_dirs.
    INFO:   adding 'build/src.linux-x86_64-3.10/src/_ssrfpack-f2pywrappers.f' to sources.
    INFO: building extension "stripy._fortran" sources
    INFO: f2py options: []
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c' to sources.
    INFO:   adding 'build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src' to include_dirs.
    INFO:   adding 'build/src.linux-x86_64-3.10/src/_fortran-f2pywrappers.f' to sources.
    INFO: build_src: building npy-pkg config files
    running build_py
    creating build/lib.linux-x86_64-3.10
    creating build/lib.linux-x86_64-3.10/stripy
    copying stripy/spherical_meshes.py -> build/lib.linux-x86_64-3.10/stripy
    copying stripy/documentation.py -> build/lib.linux-x86_64-3.10/stripy
    copying stripy/cartesian_meshes.py -> build/lib.linux-x86_64-3.10/stripy
    copying stripy/hybrid_st_meshes.py -> build/lib.linux-x86_64-3.10/stripy
    copying stripy/cartesian.py -> build/lib.linux-x86_64-3.10/stripy
    copying stripy/spherical.py -> build/lib.linux-x86_64-3.10/stripy
    copying stripy/__init__.py -> build/lib.linux-x86_64-3.10/stripy
    creating build/lib.linux-x86_64-3.10/stripy/Notebooks
    copying stripy/Notebooks/0-StartHere.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks
    creating build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex1-Cartesian-Triangulations.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex2-CartesianGrids.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex4-Gradients.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex7-Refinement-of-Triangulations.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex5-Smoothing.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex9-Voronoi-Diagram.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex8-Spline-Tension.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex6-Scattered-Data.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    copying stripy/Notebooks/CartesianTriangulations/Ex3-Interpolation.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/CartesianTriangulations
    creating build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex4-Gradients.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex7-Refinement-of-Triangulations.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex2-SphericalGrids.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex5-Smoothing.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex1-Spherical-Triangulations.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex9-Voronoi-Diagram.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex8-Spline-Tension.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex6-Scattered-Data.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    copying stripy/Notebooks/SphericalTriangulations/Ex3-Interpolation.ipynb -> build/lib.linux-x86_64-3.10/stripy/Notebooks/SphericalTriangulations
    creating build/lib.linux-x86_64-3.10/stripy/Notebooks/Data
    copying stripy/Notebooks/Data/MillerEtAl-Alaska.txt -> build/lib.linux-x86_64-3.10/stripy/Notebooks/Data
    copying stripy/Notebooks/Data/EQ-M5.5-IRIS-ALL.txt -> build/lib.linux-x86_64-3.10/stripy/Notebooks/Data
    copying stripy/Notebooks/Data/HeatFlowGlobal2010.csv -> build/lib.linux-x86_64-3.10/stripy/Notebooks/Data
    copying stripy/Notebooks/Data/HeatFlowSEAustralia.csv -> build/lib.linux-x86_64-3.10/stripy/Notebooks/Data
    running build_ext
    INFO: customize UnixCCompiler
    INFO: customize UnixCCompiler using build_ext
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-march=native)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    creating /tmp/tmp9ift_i0d/home
    creating /tmp/tmp9ift_i0d/home/romain
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/distutils
    creating /tmp/tmp9ift_i0d/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/distutils/checks
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-march=native'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-O3)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-O3'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-Werror)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-Werror'
    INFO: CCompilerOpt.__init__[1709] : check requested baseline
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse2'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE2' with flags (-msse -msse2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -Werror'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE' with flags (-msse -msse2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse3)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse3'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -Werror'
    INFO: CCompilerOpt.__init__[1718] : check requested dispatch-able features
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mssse3)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mssse3'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse4.1)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse4.1'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mpopcnt)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mpopcnt'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse4.2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse4.2'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mf16c)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mf16c'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx2'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mfma)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mfma'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512f)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512f'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512cd)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512cd'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512er -mavx512pf)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512er -mavx512pf'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512vl -mavx512bw -mavx512dq'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512ifma -mavx512vbmi)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512ifma -mavx512vbmi'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512vnni)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512vnni'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
    INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
    INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
    INFO: CCompilerOpt.__init__[1730] : skip features (SSE3 SSE2 SSE) since its part of baseline
    INFO: CCompilerOpt.__init__[1734] : initialize targets groups
    INFO: CCompilerOpt.__init__[1736] : parse target group simd_test
    INFO: CCompilerOpt._parse_target_tokens[1947] : skip targets (ASIMD FMA4 VSX NEON VSX3 VSX2 XOP) not part of baseline or dispatch-able features
    INFO: CCompilerOpt._parse_policy_not_keepbase[2059] : skip baseline features (SSE2)
    INFO: CCompilerOpt.generate_dispatch_header[2280] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
    WARN: CCompilerOpt.generate_dispatch_header[2289] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it
    INFO: CCompilerOpt.feature_extra_checks[1554] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
    INFO: CCompilerOpt.feature_extra_checks[1554] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
    INFO: get_default_fcompiler: matching types: '['arm', 'gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu']'
    INFO: customize ArmFlangCompiler
    WARN: Could not locate executable armflang
    INFO: customize Gnu95FCompiler
    INFO: Found executable /usr/bin/gfortran
    INFO: customize Gnu95FCompiler
    INFO: customize Gnu95FCompiler using build_ext
    INFO: building 'stripy._stripack' extension
    INFO: compiling C sources
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    creating build/temp.linux-x86_64-3.10/build
    creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10
    creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src
    creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/build
    creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10
    creating build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3'
    INFO: gcc: build/src.linux-x86_64-3.10/src/_stripackmodule.c
    INFO: gcc: build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c
    In file included from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5,
                     from build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.h:13,
                     from build/src.linux-x86_64-3.10/src/_stripackmodule.c:20:
    /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
       17 | #warning "Using deprecated NumPy API, disable it with " \
          |  ^~~~~~~
    In file included from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5,
                     from build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.h:13,
                     from build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.c:2:
    /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
       17 | #warning "Using deprecated NumPy API, disable it with " \
          |  ^~~~~~~
    build/src.linux-x86_64-3.10/src/_stripackmodule.c:153:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
      153 | static int f2py_size(PyArrayObject* var, ...)
          |            ^~~~~~~~~
    INFO: compiling Fortran sources
    INFO: Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    creating build/temp.linux-x86_64-3.10/src
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    INFO: gfortran:f90: src/stripack.f90
    src/stripack.f90:6162:27:
    
     6162 |     1   Y(I) = -S*XI + C*YI
          |                           1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
    src/stripack.f90:6363:27:
    
     6363 |     1   UN(I) = UN(I)/UNORM
          |                           1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
    src/stripack.f90:6750:26:
    
     6750 |     1   G3(I) = GRAD(I,I3)
          |                          1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
    src/stripack.f90:6846:26:
    
     6846 |     7   GQ(I) = GRAD(I,N2)
          |                          1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 7 at (1)
    src/stripack.f90:6882:33:
    
     6882 |    11   QNORM = QNORM + Q(I)*Q(I)
          |                                 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 11 at (1)
    src/stripack.f90:6885:25:
    
     6885 |    12   Q(I) = Q(I)/QNORM
          |                         1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 12 at (1)
    src/stripack.f90:6892:26:
    
     6892 |    13   G2(I) = GRAD(I,N2)
          |                          1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 13 at (1)
    src/stripack.f90:7227:30:
    
     7227 |     1   SUM = SUM + 1. - DF*DF
          |                              1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
    src/stripack.f90:7235:30:
    
     7235 |     2   SUM = SUM + 1. - RF*RF
          |                              1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 2 at (1)
    src/stripack.f90:7270:49:
    
     7270 |     4     CALL ROTATE (L,C,S, A(JP1,J),A(JP1,I) )
          |                                                 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 4 at (1)
    src/stripack.f90:7286:49:
    
     7286 |     7     CALL ROTATE (L,C,S, A(JP1,J),A(JP1,6) )
          |                                                 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 7 at (1)
    src/stripack.f90:7314:21:
    
     7314 |    10     A(J,6) = 0.
          |                     1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
    src/stripack.f90:7315:21:
    
     7315 |         DO 11 J = I,5
          |                     1
    Warning: Fortran 2018 deleted feature: Shared DO termination label 11 at (1)
    src/stripack.f90:7319:49:
    
     7319 |    11     CALL ROTATE (L,C,S, A(JP1,J),A(JP1,6) )
          |                                                 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 11 at (1)
    src/stripack.f90:7465:46:
    
     7465 |     1   PG(I) = B1*G1(I) + B2*G2(I) + B3*G3(I)
          |                                              1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
    src/stripack.f90:7485:31:
    
     7485 |     3   U3N = U3N + U3(I)*U3(I)
          |                               1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 3 at (1)
    src/stripack.f90:7495:25:
    
     7495 |     4   Q3(I) = U3(I)/U3N
          |                         1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 4 at (1)
    src/stripack.f90:7882:1:
    
     7882 | 9     continue
          | 1
    Warning: Label 9 at (1) defined but not used [-Wunused-label]
    src/stripack.f90:8155:1:
    
     8155 | 9     continue
          | 1
    Warning: Label 9 at (1) defined but not used [-Wunused-label]
    src/stripack.f90:6547:12:
    
     6547 | npts(l) = np
          |            ^
    Warning: ‘np’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    src/stripack.f90:7240:24:
    
     7240 |       RF = 1.05*RF + .05
          |                        ^
    Warning: ‘rf’ may be used uninitialized [-Wmaybe-uninitialized]
    src/stripack.f90:7118:41:
    
     7118 |       REAL( kind = 8 )    WK, SUM, DF, RF, RTOL, AVSQ, AV, RIN, CX, SX, &
          |                                         ^
    note: ‘rf’ declared here
    src/stripack.f90:5563:26:
    
     5563 |           next(i0) = nexti
          |                          ^
    Warning: ‘i0’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    INFO: gfortran:f77: build/src.linux-x86_64-3.10/src/_stripack-f2pywrappers.f
    INFO: /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/_stripackmodule.o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.o build/temp.linux-x86_64-3.10/src/stripack.o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/_stripack-f2pywrappers.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/usr/lib -lgfortran -o build/lib.linux-x86_64-3.10/stripy/_stripack.cpython-310-x86_64-linux-gnu.so
    INFO: building 'stripy._tripack' extension
    INFO: compiling C sources
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3'
    INFO: gcc: build/src.linux-x86_64-3.10/src/_tripackmodule.c
    In file included from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5,
                     from build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.h:13,
                     from build/src.linux-x86_64-3.10/src/_tripackmodule.c:20:
    /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
       17 | #warning "Using deprecated NumPy API, disable it with " \
          |  ^~~~~~~
    build/src.linux-x86_64-3.10/src/_tripackmodule.c: In function ‘f2py_rout__tripack_trprnt’:
    build/src.linux-x86_64-3.10/src/_tripackmodule.c:4069:43: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
     4069 |     if (prntx_capi == Py_None) prntx = 1; else
          |                                           ^~~~
    build/src.linux-x86_64-3.10/src/_tripackmodule.c:4071:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
     4071 |         f2py_success = 1;
          |         ^~~~~~~~~~~~
    At top level:
    build/src.linux-x86_64-3.10/src/_tripackmodule.c:153:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
      153 | static int f2py_size(PyArrayObject* var, ...)
          |            ^~~~~~~~~
    INFO: compiling Fortran 90 module sources
    creating build/temp.linux-x86_64-3.10/stripy
    INFO: Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-Jbuild/temp.linux-x86_64-3.10/stripy -Ibuild/temp.linux-x86_64-3.10/stripy'
    INFO: gfortran:f90: src/tripack.f90
    src/tripack.f90:4430:1:
    
     4430 | 5 continue
          | 1
    Warning: Label 5 at (1) defined but not used [-Wunused-label]
    src/tripack.f90:3624:10:
    
     3624 |   jrand = real ( n, kind = 8 ) * u + 1.0D+00
          |          1
    Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
    src/tripack.f90:5929:1:
    
     5929 | 9     continue
          | 1
    Warning: Label 9 at (1) defined but not used [-Wunused-label]
    src/tripack.f90:3144:14:
    
     3144 |   npts(l) = nl
          |              ^
    Warning: ‘nl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    src/tripack.f90:2899:10:
    
     2899 |       if (nk < ilast) then
          |          ^
    Warning: ‘ilast’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    src/tripack.f90:6586:24:
    
     6586 |         next(i0) = nexti
          |                        ^
    Warning: ‘i0’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    INFO: compiling Fortran sources
    INFO: Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-Jbuild/temp.linux-x86_64-3.10/stripy -Ibuild/temp.linux-x86_64-3.10/stripy'
    INFO: gfortran:f77: build/src.linux-x86_64-3.10/src/_tripack-f2pywrappers.f
    INFO: /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/_tripackmodule.o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.o build/temp.linux-x86_64-3.10/src/tripack.o build/temp.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/_tripack-f2pywrappers.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/usr/lib -lgfortran -o build/lib.linux-x86_64-3.10/stripy/_tripack.cpython-310-x86_64-linux-gnu.so
    INFO: building 'stripy._srfpack' extension
    INFO: compiling C sources
    INFO: C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC
    
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    extra options: '-msse -msse2 -msse3'
    INFO: gcc: build/src.linux-x86_64-3.10/src/_srfpackmodule.c
    In file included from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                     from /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5,
                     from build/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src/fortranobject.h:13,
                     from build/src.linux-x86_64-3.10/src/_srfpackmodule.c:20:
    /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
       17 | #warning "Using deprecated NumPy API, disable it with " \
          |  ^~~~~~~
    build/src.linux-x86_64-3.10/src/_srfpackmodule.c:199:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
      199 | static int f2py_size(PyArrayObject* var, ...)
          |            ^~~~~~~~~
    INFO: compiling Fortran sources
    INFO: Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
    INFO: compile options: '-Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c'
    INFO: gfortran:f77: src/srfpack.f
    tripack.f:2854:14:
    
    Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
    src/srfpack.f:7364:37:
    
     7364 |          CALL intrc0(xs(i),ys(i),ncc,lcc,n,x,y,zdata,lst,lptr,lend,
          |                                     1
    Error: Rank mismatch in argument ‘lcc’ at (1) (rank-1 and scalar)
    src/srfpack.f:7391:37:
    
     7391 |          CALL intrc1(xs(i),ys(i),ncc,lcc,n,x,y,zdata,lst,lptr,lend,
          |                                     1
    Error: Rank mismatch in argument ‘lcc’ at (1) (rank-1 and scalar)
    error: Command "/usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -Ibuild/src.linux-x86_64-3.10/build/src.linux-x86_64-3.10/src -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include -I/usr/include/python3.10 -c -c src/srfpack.f -o build/temp.linux-x86_64-3.10/src/srfpack.o" failed with exit status 1
    INFO:
    ########### EXT COMPILER OPTIMIZATION ###########
    INFO: Platform      :
      Architecture: x64
      Compiler    : gcc
    
    CPU baseline  :
      Requested   : 'min'
      Enabled     : SSE SSE2 SSE3
      Flags       : -msse -msse2 -msse3
      Extra checks: none
    
    CPU dispatch  :
      Requested   : 'max -xop -fma4'
      Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
      Generated   : none
    INFO: CCompilerOpt.cache_flush[817] : write cache to path -> /tmp/pip-req-build-mudgok7k/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py
    ----------------------------------------
ERROR: Command errored out with exit status 1: /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-mudgok7k/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-mudgok7k/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-40rhhhjt/install-record.txt --single-version-externally-managed --compile --install-headers /home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/include/site/python3.10/stripy Check the logs for full command output.
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/home/romain/PROJECTS/Project_underworld_quagmire_stripy/venv/bin/python -m pip install --upgrade pip' command.

@lmoresi are you aware of that?

I have moved to python 3.10 so could be related.,... Lots of Fortran warnings too...

@rbeucher
Copy link
Contributor Author

rbeucher commented Jan 5, 2022

```
 7364 |          CALL intrc0(xs(i),ys(i),ncc,lcc,n,x,y,zdata,lst,lptr,lend,
      |                                     1
Error: Rank mismatch in argument ‘lcc’ at (1) (rank-1 and scalar)
src/srfpack.f:7391:37:

 7391 |          CALL intrc1(xs(i),ys(i),ncc,lcc,n,x,y,zdata,lst,lptr,lend,
      |                                     1
Error: Rank mismatch in argument ‘lcc’ at (1) (rank-1 and scalar)

rbeucher added a commit that referenced this issue Jan 5, 2022
@rbeucher
Copy link
Contributor Author

rbeucher commented Jan 5, 2022

I don't want to mess too much with the fortran code so that should do...

@jccurtis
Copy link
Contributor

@rbeucher were you able to build for python 3.10?

@rbeucher
Copy link
Contributor Author

Hi @jccurtis
Yes I have. You should use the master or Dev branch though. I don't think the version on pypi has the fix. @lmoresi ?

@lmoresi
Copy link
Member

lmoresi commented Jan 25, 2022 via email

@jccurtis
Copy link
Contributor

@lmoresi and @rbeucher thanks for getting back to me. Yes, a beta version on pypi would be very useful. In fact the version on pypi is from Nov 2020.

@jccurtis
Copy link
Contributor

Let me know if this is something you would like me to add. 😄

@lmoresi
Copy link
Member

lmoresi commented Feb 2, 2022

Any help we can get would be most welcome, @jccurtis. I agree that it is time for a release, and we should auto-upload the betas to pypi.

@rbeucher
Copy link
Contributor Author

I managed to build for python 3.10 on Windows, Linux and MacOSX. See Version 2.1.2

I have tested on the M1 and looks good on my side.

Let me know if there is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants