Compilation and Installation
Procedure
- Decompress the source package.
cd /path/to/singularity tar -xvf singularity-ce-3.9.9.tar.gz cd singularity-ce-3.9.9
- Create Makefile.
./mconfig -c clang -x clang++
- Perform the compilation and installation.
make -C builddir make -C builddir install
Parent topic: Singularity 3.9.9 Porting Guide (Kylin V10)