jan109@jan109-None:~$ cd Documents jan109@jan109-None:~/Documents$ curl -O https://raw.githubusercontent.com/firedrakeproject/firedrake/master/scripts/firedrake-install % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 93832 100 93832 0 0 11959 0 0:00:07 0:00:07 --:--:-- 23060 jan109@jan109-None:~/Documents$ python3 firedrake-install /home/jan109/Documents/firedrake-install:27: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources.extern.packaging.version import Version, InvalidVersion Running firedrake-install Checking for presence of package build-essential... installed. Checking for presence of package autoconf... installed. Checking for presence of package automake... installed. Checking for presence of package bison... installed. Checking for presence of package flex... installed. Checking for presence of package cmake... installed. Checking for presence of package gfortran... installed. Checking for presence of package pkg-config... installed. Checking for presence of package git... installed. Checking for presence of package libcurl4-openssl-dev... installed. Checking for presence of package pkgconf... installed. Checking for presence of package libtool... installed. Checking for presence of package libxml2-dev... installed. Checking for presence of package ninja-build... installed. Checking for presence of package python3-dev... installed. Checking for presence of package python3-pip... installed. Checking for presence of package python3-tk... installed. Checking for presence of package python3-venv... installed. Checking for presence of package zlib1g-dev... installed. Checking for presence of package libboost-dev... installed. Checking for presence of package libopenblas-dev... installed. Specified venv '/home/jan109/Documents/firedrake' already exists Can't install into existing venv '/home/jan109/Documents/firedrake' Install log saved in /home/jan109/Documents/firedrake-install.log jan109@jan109-None:~/Documents$ python3 firedrake-install /home/jan109/Documents/firedrake-install:27: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources.extern.packaging.version import Version, InvalidVersion Running firedrake-install Checking for presence of package build-essential... installed. Checking for presence of package autoconf... installed. Checking for presence of package automake... installed. Checking for presence of package bison... installed. Checking for presence of package flex... installed. Checking for presence of package cmake... installed. Checking for presence of package gfortran... installed. Checking for presence of package pkg-config... installed. Checking for presence of package git... installed. Checking for presence of package libcurl4-openssl-dev... installed. Checking for presence of package pkgconf... installed. Checking for presence of package libtool... installed. Checking for presence of package libxml2-dev... installed. Checking for presence of package ninja-build... installed. Checking for presence of package python3-dev... installed. Checking for presence of package python3-pip... installed. Checking for presence of package python3-tk... installed. Checking for presence of package python3-venv... installed. Checking for presence of package zlib1g-dev... installed. Checking for presence of package libboost-dev... installed. Checking for presence of package libopenblas-dev... installed. Creating firedrake venv in '/home/jan109/Documents/firedrake'. BLAS config is {} Configuration saved to /home/jan109/Documents/firedrake/.configuration.json Cloning firedrake Failed to clone firedrake using ssh, falling back to https. Successfully cloned repository firedrake. Checking out branch master Successfully checked out branch master Updating submodules. Successfully updated submodules. Creating firedrake-update script. Pip installing VTK to venv Cloning the dependencies of firedrake Cloning ufl Failed to clone ufl using ssh, falling back to https. Successfully cloned repository ufl. Checking out branch master Successfully checked out branch master Updating submodules. Successfully updated submodules. Cloning fiat Failed to clone fiat using ssh, falling back to https. Successfully cloned repository fiat. Checking out branch master Successfully checked out branch master Updating submodules. Successfully updated submodules. Cloning pyadjoint Failed to clone pyadjoint using ssh, falling back to https. Successfully cloned repository pyadjoint. Checking out branch master Successfully checked out branch master Updating submodules. Successfully updated submodules. Cloning loopy Failed to clone loopy using ssh, falling back to https. Successfully cloned repository loopy. Checking out branch main Successfully checked out branch main Updating submodules. Successfully updated submodules. Cloning pytest-mpi Failed to clone pytest-mpi using ssh, falling back to https. Successfully cloned repository pytest-mpi. Checking out branch main Successfully checked out branch main Updating submodules. Successfully updated submodules. Cloning petsc Failed to clone petsc using ssh, falling back to https. Successfully cloned repository petsc. Checking out branch firedrake Successfully checked out branch firedrake Updating submodules. Successfully updated submodules. Cloning libsupermesh Failed to clone libsupermesh using ssh, falling back to https. Successfully cloned repository libsupermesh. Checking out branch master Successfully checked out branch master Updating submodules. Successfully updated submodules. Installing petsc/ Depending on your platform, PETSc may take an hour or more to build! Traceback (most recent call last): File "/home/jan109/Documents/firedrake-install", line 1821, in install("petsc/") File "/home/jan109/Documents/firedrake-install", line 1065, in install build_and_install_petsc() File "/home/jan109/Documents/firedrake-install", line 1177, in build_and_install_petsc check_call([python, "./configure", "PETSC_DIR={}".format(petsc_dir), "PETSC_ARCH={}".format(petsc_arch)] + petsc_options) File "/home/jan109/Documents/firedrake-install", line 680, in check_call log.debug(subprocess.check_output(arguments, stderr=subprocess.STDOUT, env=os.environ).decode()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/jan109/Documents/firedrake/bin/python', './configure', 'PETSC_DIR=/home/jan109/Documents/firedrake/src/petsc', 'PETSC_ARCH=default', '--with-fortran-bindings=0', '--with-debugging=0', '--download-superlu_dist', '--download-mpich', '--download-ptscotch', '--with-c2html=0', '--download-pastix', '--download-metis', '--download-netcdf', '--download-pnetcdf', '--download-hwloc', '--download-scalapack', '--download-cmake', '--download-mumps', '--with-zlib', '--download-suitesparse', '--download-hypre', '--with-netlib-lapack-c-bindings', '--with-shared-libraries=1', '--download-netlib-lapack', '--download-bison', '--download-hdf5', '--with-strict-petscerrorcode']' returned non-zero exit status 1. Install log saved in /home/jan109/Documents/firedrake-install.log jan109@jan109-None:~/Documents$