We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
The text was updated successfully, but these errors were encountered:
Use
cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/lapack3.12.1 make
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: