dev-zero / cp2k

Quantum chemistry and solid state physics software package
https://www.cp2k.org
GNU General Public License v2.0
0 stars 0 forks source link

cmake: upstream FindBLAS.cmake changes #40

Open dev-zero opened 3 years ago

dev-zero commented 3 years ago

currently there is a patched FindBLAS (and thus FindLAPACK) module, this is made such that we can detect a separately provided OpenMP-safe OpenBLAS. Ideally we should factor that out as a COMPONENTS argument for FindBLAS and send it to upstream for inclusion. At the same time possibly also implement the same for Intel MKL (which also provides different sets of threaded/non-thread libraries).