eclipse / xacc

XACC - eXtreme-scale Accelerator programming framework
https://xacc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
165 stars 85 forks source link

XACC on centos8 #583

Open Sraj4063 opened 8 months ago

Sraj4063 commented 8 months ago

i am trying to install xacc on centos 8 on my A100 GPU, I am facing issues in installing the command like "sudo yum install libcurl-devel python3-devel git centos-release-scl make \ devtoolset-8-gcc devtoolset-8-gcc-c++ blas-devel lapack-devel" , , It is saying package not found for this packages - "python3-devel, centos-release-scl, devtoolsets-8-gcc, gcc-c++". At the end "scl enable devtoolset-8 -- bash [ you might put this in your .bashrc ]"

I need to ask is it possible to install xacc on centos8, then what are the procedures, how it is different from centos7, Is there any other documentation to install it on centos8