<div dir="ltr">Hi all. <br><br>I am a volunteer contributor for the software project [Spack](<a href="https://github.com/spack">https://github.com/spack</a>), an HPC package manager. Using this tool, it is possible to build QGIS and all of its direct and indirect dependencies from scratch using a single line of command as shown below. I thought this might be useful to some, especially to QGIS developers, and accordingly it might be considered to be added to the list of QGIS build/installation methods.<br><br>Once Spack is setup like:<br>    <br><span style="font-family:monospace">    $ git clone <a href="https://github.com/spack/spack.git">https://github.com/spack/spack.git</a><br>    $ source spack/share/spack/setup-env.sh<br></span>    <br>One can build QGIS and all its dependencies via a single line of command like<br>    <br> <span style="font-family:monospace">   $ spack install qgis</span><br>    <br>In practice, one might need to issue a command involving some hints for dependency resolution:<br>    <br><span style="font-family:monospace">    $ spack install qgis ^gdal@2.4.2 ^libgeotiff@1.4.3 ^py-pyproj@1.9.6 ^netcdf-c+mpi ^mesa~llvm</span><br>    <br>This will not be necessary in the upcoming releases of Spack.<br><br>Once it is built, one can use the package like<br>    <br><span style="font-family:monospace">    $ spack find qgis<br>    ==> 7 installed packages<br>    -- linux-centos7-skylake / gcc@7.4.0 ----------------------------<br>    qgis@3.8.1  qgis@3.10.3  qgis@3.10.3  qgis@3.10.3  qgis@3.10.4<br><br>    -- linux-centos7-x86_64 / gcc@8.2.0 -----------------------------<br>    qgis@3.8.1  qgis@3.8.1<br><br>    $ spack load qgis@3.10.4<br><br>    $ which qgis<br>    /mnt/local/spack/opt/spack/linux-centos7-skylake/gcc-7.4.0/qgis-3.10.4-hc7uhdochwjmx4v2dzy2zzewit2vr2ov/bin/qgis</span><br>    <br><div>Hope this will be useful to some.</div><div><br></div>Sinan<br></div>