Skip to content

How to compile on centos8.5 #1123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hermitguo opened this issue Apr 21, 2025 · 1 comment
Open

How to compile on centos8.5 #1123

hermitguo opened this issue Apr 21, 2025 · 1 comment

Comments

@hermitguo
Copy link

hermitguo commented Apr 21, 2025

Centos8.5 + lapack-13.12.1.tar.gz, Download the compressed package manually.

tar -xzvf lapack-13.12.1.tar.gz
cd lapack-3.12.1
cp make.inc.example make.inc
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/lapack13.2.1
cmake --build . -j --target install

Image

@grisuthedragon
Copy link
Contributor

Use

cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/lapack3.12.1
make 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants