CentOS - Open-Quantum-Platform/openqp GitHub Wiki
The CentOS and its variants requires special attention to the installation of prerequisites.
- Updating and Upgrading CentOS.
sudo dnf config-manager --set-enabled crb
sudo dnf -y install epel-release epel-next-release
- Installations by dnf.
sudo dnf -y install git python3 pip python-devel gfortran g++ openblas-devel vim lapack-devel meson libomp
- Installations by pip.
sudo pip install scipy ninja cffi cmake dftd4
- Setting Intel Math Library, if you have installed it.
source ~/intel/oneapi/setvars.sh