Skip to content
Cheol Ho Choi edited this page Jun 30, 2024 · 1 revision

The CentOS and its variants requires special attention to the installation of prerequisites.

  1. Updating and Upgrading CentOS.
sudo dnf config-manager --set-enabled crb
sudo dnf -y install epel-release epel-next-release
  1. Installations by dnf.
sudo dnf -y install git python3 pip python-devel gfortran g++ openblas-devel vim lapack-devel meson libomp 
  1. Installations by pip.
sudo pip install scipy ninja cffi cmake dftd4
  1. Setting Intel Math Library, if you have installed it.
source ~/intel/oneapi/setvars.sh

Going back to Installation

Clone this wiki locally