Installing Spglib
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the Spglib installation package.
tar -xvf spglib-1.12.2.tar.gz
- Go to the directory generated after the decompression.
cd spglib-1.12.2
- Perform the configuration.
cmake -DCMAKE_INSTALL_PREFIX="/path/to/EXTRA/SPGLIB"
- Perform the installation.
make -j &&make install
Parent topic: Configuring the Compilation Environment