pip install pypims Defaulting to user installation because normal site-packages is not writeable Collecting pypims Using cached pypims-0.0.3.1.tar.gz (483 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: numpy in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (1.24.1) Requirement already satisfied: scipy in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (1.10.0) Requirement already satisfied: matplotlib in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (3.6.3) Requirement already satisfied: imageio in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (2.24.0) Requirement already satisfied: pandas in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (1.5.2) Requirement already satisfied: rasterio in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (1.3.4) Requirement already satisfied: pyshp in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (2.3.1) Requirement already satisfied: fiona in /home/marcelof/.local/lib/python3.10/site-packages (from pypims) (1.8.22) Requirement already satisfied: attrs>=17 in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (22.2.0) Requirement already satisfied: setuptools in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (66.0.0) Requirement already satisfied: click>=4.0 in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (8.1.3) Requirement already satisfied: six>=1.7 in /usr/lib/python3/dist-packages (from fiona->pypims) (1.16.0) Requirement already satisfied: click-plugins>=1.0 in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (1.1.1) Requirement already satisfied: munch in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (2.5.0) Requirement already satisfied: cligj>=0.5 in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (0.7.2) Requirement already satisfied: certifi in /home/marcelof/.local/lib/python3.10/site-packages (from fiona->pypims) (2022.12.7) Requirement already satisfied: pillow>=8.3.2 in /home/marcelof/.local/lib/python3.10/site-packages (from imageio->pypims) (9.4.0) Requirement already satisfied: fonttools>=4.22.0 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (4.38.0) Requirement already satisfied: packaging>=20.0 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (23.0) Requirement already satisfied: cycler>=0.10 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (0.11.0) Requirement already satisfied: contourpy>=1.0.1 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (1.0.7) Requirement already satisfied: python-dateutil>=2.7 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (2.8.2) Requirement already satisfied: kiwisolver>=1.0.1 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (1.4.4) Requirement already satisfied: pyparsing>=2.2.1 in /home/marcelof/.local/lib/python3.10/site-packages (from matplotlib->pypims) (3.0.9) Requirement already satisfied: pytz>=2020.1 in /home/marcelof/.local/lib/python3.10/site-packages (from pandas->pypims) (2022.7) Requirement already satisfied: affine in /home/marcelof/.local/lib/python3.10/site-packages (from rasterio->pypims) (2.3.1) Requirement already satisfied: snuggs>=1.4.1 in /home/marcelof/.local/lib/python3.10/site-packages (from rasterio->pypims) (1.4.7) Building wheels for collected packages: pypims Building wheel for pypims (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [365 lines of output] running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/pypims copying pypims/__init__.py -> build/lib.linux-x86_64-cpython-310/pypims copying pypims/version.py -> build/lib.linux-x86_64-cpython-310/pypims creating build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Summary.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Landcover.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Rainfall.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Raster.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/grid_show.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/OutputHipims.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/__init__.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Boundary.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/spatial_analysis.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/InputHipims.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/rainfall_processing.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/indep_functions.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/demo_functions.py -> build/lib.linux-x86_64-cpython-310/pypims/IO creating build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/DEM.gz -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/landcover.gz -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/rain_mask.gz -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/rain_source.csv -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample running build_ext The cuda toolkit root path is /usr/local/cuda-12.0 cmake /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/lib.linux-x86_64-cpython-310/pypims -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning (dev) at pypims/CMakeLists.txt:42: Syntax Warning in cmake code at column 22 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found CUDA: /usr/local/cuda-12.0 (found version "11.5") CXX Flags: -pthread -std=c++11 -fPIC -O3 NVCC Flags: -arch=sm_35--expt-extended-lambda -- Found PythonInterp: /usr/bin/python3.10 (found version "3.10.6") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found version "3.10.6") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so -- pybind11 v2.5.0 pybind11 : /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/_deps/pybind11_sources-src -- Configuring done -- Generating done -- Build files have been written to: /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310 cmake --build . --config Release -- -j16 [ 1%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/cuda_lib_generated_cuda_device_query.cu.o [ 3%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gisascii_writer.cu.o [ 5%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gauges_writer.cu.o [ 9%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/mesh/cuda_lib_generated_cuda_mesh_fv.cu.o [ 11%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_advection_NSWEs.cu.o [ 9%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/multi_threading/cuda_lib_generated_cuda_data_bank.cu.o [ 13%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_erosion_deposition.cu.o [ 15%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_friction.cu.o [ 17%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_hessian.cu.o [ 19%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_infiltration.cu.o [ 21%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_gradient.cu.o [ 23%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_limiter.cu.o [ 25%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_transport_NSWEs.cu.o [ 26%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/cuda_lib_generated_cuda_adaptive_time_control.cu.o [ 30%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/gisAsciiField_reader.cc.o [ 30%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/field_reader.cc.o nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [ 32%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/gisAsciiMesh_reader.cc.o nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_gauges_writer.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/./cuda_lib_generated_cuda_gauges_writer.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:77: pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gauges_writer.cu.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... [ 34%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/gmsh_reader.cc.o [ 36%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/boundary/boundary.cc.o [ 38%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/boundary/boundary_func_table.cc.o [ 40%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/calculate_velocity.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 42%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/ddt.cc.o CMake Error at cuda_lib_generated_cuda_device_query.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/./cuda_lib_generated_cuda_device_query.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:168: pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/cuda_lib_generated_cuda_device_query.cu.o] Error 1 [ 44%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/fluxBalanced_NSWEs.cc.o [ 46%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/fluxBalanced_SWEs.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 48%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/fluxNonUniGravity_SWEs.cc.o /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(229): warning #550-D: variable "um" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(326): warning #550-D: variable "delnorm" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(329): warning #550-D: variable "huRstar" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(329): warning #550-D: variable "huLstar" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_infiltration.cu(33): warning #177-D: variable "small_value" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(552): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(646): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(756): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(867): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(997): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(1184): warning #177-D: variable "h_tres" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_friction.cu(512): warning #550-D: variable "S_fx" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_friction.cu(513): warning #550-D: variable "S_fy" was set but never used [ 50%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/flux_SWEs.cc.o CMake Error at cuda_lib_generated_cuda_mesh_fv.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/mesh/./cuda_lib_generated_cuda_mesh_fv.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:91: pypims/lib/CMakeFiles/cuda_lib.dir/src/mesh/cuda_lib_generated_cuda_mesh_fv.cu.o] Error 1 [ 51%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/modify_gravity.cc.o [ 53%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/modify_gravityAdvanced.cc.o [ 55%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/small_depth_filter.cc.o [ 57%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/boundary/boundary_funcs.cc.o [ 59%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/element_table.cc.o [ 61%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_basic.cc.o [ 63%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv.cc.o [ 65%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv_cartesian.cc.o [ 67%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv_queries.cc.o [ 69%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv_reduced.cc.o [ 71%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/advection_NSWEs.cc.o [ 73%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/friction.cc.o [ 75%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/gradient.cc.o [ 76%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/limiter.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 78%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/mohr_columb.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 80%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/riemann.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 82%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/adaptive_time_control.cc.o [ 84%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/geometry_func.cc.o [ 86%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/hilbert.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 88%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/time_control.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_transport_NSWEs.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_transport_NSWEs.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:154: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_transport_NSWEs.cu.o] Error 1 /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 90%] Linking CXX static library liblib.a [ 90%] Built target lib CMake Error at cuda_lib_generated_cuda_erosion_deposition.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_erosion_deposition.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:112: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_erosion_deposition.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_gradient.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_gradient.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:126: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_gradient.cu.o] Error 1 /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_hessian.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_hessian.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:133: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_hessian.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_gisascii_writer.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/./cuda_lib_generated_cuda_gisascii_writer.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:84: pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gisascii_writer.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_infiltration.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_infiltration.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:140: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_infiltration.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_adaptive_time_control.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/./cuda_lib_generated_cuda_adaptive_time_control.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:161: pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/cuda_lib_generated_cuda_adaptive_time_control.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_data_bank.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/multi_threading/./cuda_lib_generated_cuda_data_bank.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:98: pypims/lib/CMakeFiles/cuda_lib.dir/src/multi_threading/cuda_lib_generated_cuda_data_bank.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_friction.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_friction.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:119: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_friction.cu.o] Error 1 /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_limiter.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_limiter.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:147: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_limiter.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_advection_NSWEs.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_advection_NSWEs.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:105: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_advection_NSWEs.cu.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:178: pypims/lib/CMakeFiles/cuda_lib.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 error: command '/home/marcelof/.local/bin/cmake' failed with exit code 2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pypims Running setup.py clean for pypims Failed to build pypims Installing collected packages: pypims Running setup.py install for pypims ... error error: subprocess-exited-with-error × Running setup.py install for pypims did not run successfully. │ exit code: 1 ╰─> [350 lines of output] running install /home/marcelof/.local/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/pypims copying pypims/__init__.py -> build/lib.linux-x86_64-cpython-310/pypims copying pypims/version.py -> build/lib.linux-x86_64-cpython-310/pypims creating build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Summary.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Landcover.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Rainfall.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Raster.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/grid_show.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/OutputHipims.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/__init__.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/Boundary.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/spatial_analysis.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/InputHipims.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/rainfall_processing.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/indep_functions.py -> build/lib.linux-x86_64-cpython-310/pypims/IO copying pypims/IO/demo_functions.py -> build/lib.linux-x86_64-cpython-310/pypims/IO creating build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/DEM.gz -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/landcover.gz -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/rain_mask.gz -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample copying pypims/IO/sample/rain_source.csv -> build/lib.linux-x86_64-cpython-310/pypims/IO/sample running build_ext The cuda toolkit root path is /usr/local/cuda-12.0 cmake /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/lib.linux-x86_64-cpython-310/pypims -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning (dev) at pypims/CMakeLists.txt:42: Syntax Warning in cmake code at column 22 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found CUDA: /usr/local/cuda-12.0 (found version "11.5") CXX Flags: -pthread -std=c++11 -fPIC -O3 NVCC Flags: -arch=sm_35--expt-extended-lambda -- Found PythonInterp: /usr/bin/python3.10 (found version "3.10.6") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found version "3.10.6") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so -- pybind11 v2.5.0 pybind11 : /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/_deps/pybind11_sources-src -- Configuring done -- Generating done -- Build files have been written to: /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310 cmake --build . --config Release -- -j16 [ 1%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gauges_writer.cu.o [ 3%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/cuda_lib_generated_cuda_device_query.cu.o [ 5%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/multi_threading/cuda_lib_generated_cuda_data_bank.cu.o [ 7%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gisascii_writer.cu.o [ 9%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_advection_NSWEs.cu.o [ 13%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_friction.cu.o [ 13%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_erosion_deposition.cu.o [ 17%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/mesh/cuda_lib_generated_cuda_mesh_fv.cu.o [ 17%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_gradient.cu.o [ 19%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_hessian.cu.o [ 21%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_limiter.cu.o [ 23%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_infiltration.cu.o [ 25%] Building NVCC (Device) object pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_transport_NSWEs.cu.o [ 28%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/field_reader.cc.o [ 28%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/gisAsciiField_reader.cc.o [ 30%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/gisAsciiMesh_reader.cc.o nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [ 32%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/IO/gmsh_reader.cc.o nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [ 34%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/boundary/boundary.cc.o nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [ 36%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/boundary/boundary_func_table.cc.o [ 38%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/calculate_velocity.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_gauges_writer.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/./cuda_lib_generated_cuda_gauges_writer.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:77: pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gauges_writer.cu.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... [ 40%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/ddt.cc.o [ 42%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/fluxBalanced_NSWEs.cc.o /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 44%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/fluxBalanced_SWEs.cc.o CMake Error at cuda_lib_generated_cuda_device_query.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/./cuda_lib_generated_cuda_device_query.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:168: pypims/lib/CMakeFiles/cuda_lib.dir/src/utilities/cuda_lib_generated_cuda_device_query.cu.o] Error 1 [ 46%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/fluxNonUniGravity_SWEs.cc.o /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(229): warning #550-D: variable "um" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(326): warning #550-D: variable "delnorm" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(329): warning #550-D: variable "huRstar" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_riemann_solvers.cuh(329): warning #550-D: variable "huLstar" was set but never used [ 48%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/flux_SWEs.cc.o /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(552): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(646): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(756): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(867): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(997): warning #177-D: variable "_h_advection_constraint" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_advection_NSWEs.cu(1184): warning #177-D: variable "h_tres" was declared but never referenced /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ [ 50%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/modify_gravity.cc.o [ 51%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/modify_gravityAdvanced.cc.o /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_infiltration.cu(33): warning #177-D: variable "small_value" was declared but never referenced /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_friction.cu(512): warning #550-D: variable "S_fx" was set but never used /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/pypims/lib/src/operators/cuda_friction.cu(513): warning #550-D: variable "S_fy" was set but never used CMake Error at cuda_lib_generated_cuda_mesh_fv.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/mesh/./cuda_lib_generated_cuda_mesh_fv.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:91: pypims/lib/CMakeFiles/cuda_lib.dir/src/mesh/cuda_lib_generated_cuda_mesh_fv.cu.o] Error 1 [ 53%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/archived/operator/small_depth_filter.cc.o [ 55%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/boundary/boundary_funcs.cc.o [ 57%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/element_table.cc.o [ 59%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_basic.cc.o [ 61%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv.cc.o [ 63%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv_cartesian.cc.o [ 65%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv_queries.cc.o [ 67%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/mesh/mesh_fv_reduced.cc.o [ 69%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/advection_NSWEs.cc.o [ 71%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/friction.cc.o [ 73%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/gradient.cc.o [ 75%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/limiter.cc.o [ 76%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/mohr_columb.cc.o [ 78%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/operators/riemann.cc.o [ 80%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/adaptive_time_control.cc.o [ 82%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/geometry_func.cc.o [ 84%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/hilbert.cc.o [ 86%] Building CXX object pypims/lib/CMakeFiles/lib.dir/src/utilities/time_control.cc.o [ 88%] Linking CXX static library liblib.a [ 88%] Built target lib /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_gisascii_writer.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/./cuda_lib_generated_cuda_gisascii_writer.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:84: pypims/lib/CMakeFiles/cuda_lib.dir/src/IO/cuda_lib_generated_cuda_gisascii_writer.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_transport_NSWEs.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_transport_NSWEs.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:154: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_transport_NSWEs.cu.o] Error 1 /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_hessian.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_hessian.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:133: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_hessian.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_infiltration.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_infiltration.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:140: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_infiltration.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_erosion_deposition.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_erosion_deposition.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:112: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_erosion_deposition.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_gradient.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_gradient.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:126: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_gradient.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_friction.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_friction.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:119: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_friction.cu.o] Error 1 /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_data_bank.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/multi_threading/./cuda_lib_generated_cuda_data_bank.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:98: pypims/lib/CMakeFiles/cuda_lib.dir/src/multi_threading/cuda_lib_generated_cuda_data_bank.cu.o] Error 1 /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ CMake Error at cuda_lib_generated_cuda_advection_NSWEs.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_advection_NSWEs.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:105: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_advection_NSWEs.cu.o] Error 1 CMake Error at cuda_lib_generated_cuda_limiter.cu.o.Release.cmake:280 (message): Error generating file /tmp/pip-install-yd1vzndh/pypims_bb256fb166944e2d8918b0ab9ba9cb8d/build/temp.linux-x86_64-cpython-310/pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/./cuda_lib_generated_cuda_limiter.cu.o gmake[2]: *** [pypims/lib/CMakeFiles/cuda_lib.dir/build.make:147: pypims/lib/CMakeFiles/cuda_lib.dir/src/operators/cuda_lib_generated_cuda_limiter.cu.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:178: pypims/lib/CMakeFiles/cuda_lib.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 error: command '/home/marcelof/.local/bin/cmake' failed with exit code 2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> pypims note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure.