Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Conversation

albestro
Copy link
Collaborator

CMake officially has find-modules for LAPACK and SCALAPACK, which provides targets LAPACK::LAPACK and SCALAPACK::SCALAPACK.

This script is just a way to workaround them and select the implementation manually, providing anyway the same "standard" CMake targets.

If you think it is a bad idea, please let me know 😄

A small note about ScaLAPACK: since it depends on MPI, I check which language is enabled, and I use the corresponding MPI::MPI_ target as dependency.

@kabicm
Copy link

kabicm commented May 28, 2021

This is a great idea. One question, would it be possible to find scalapack, which is linked to e.g. the flame lapack and the blis blas?

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

Successfully merging this pull request may close these issues.

2 participants