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

Closed
hermitguo opened this issue Apr 21, 2025 · 2 comments
Closed

How to compile on centos8.5 #1123

hermitguo opened this issue Apr 21, 2025 · 2 comments

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 

@angsch
Copy link
Collaborator

angsch commented Jun 3, 2025

Closing due to inactivity. Feel free to reopen if the answer above is not clear.

@angsch angsch closed this as completed Jun 3, 2025
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

3 participants