Excerpt |
---|
When the installation of software is not supported by the Spack software manager you will have to go through every step of the associated build process yourself. |
This page provides guidance on how to build software to generate an executable from its source code when the build process is supported by tools such as Make, CMake or configure
script.
...
This example shows how to build gromacs/2021.4
on Setonix using CMake. Although the application is available through the software stack provided by Pawsey (installed with Spack), sometimes users need a custom build with particular patches or flags.
...