From 92b77cb3210280315c47d18f3c87cdd2c59021bc Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Sun, 24 Nov 2019 00:13:54 -0500 Subject: deps: add scalapack Scalapack uses a library stack that can be challenging to manage. Not least of all since many Scalapacks ship with broken / incomplete pkg-config files and CMake FindScalapack.cmake This resolves those issues for typical Scalapack setups including: * Linux: Intel MKL or OpenMPI + Netlib * MacOS: Intel MKL or OpenMPI + Netlib * Windows: Intel MKL (OpenMPI not available on Windows) --- docs/markdown/snippets/scalapack.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/markdown/snippets/scalapack.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/scalapack.md b/docs/markdown/snippets/scalapack.md new file mode 100644 index 0000000..03ddbd4 --- /dev/null +++ b/docs/markdown/snippets/scalapack.md @@ -0,0 +1,14 @@ +## Scalapack + +added in **0.53.0**: + +```meson +scalapack = dependency('scalapack') +``` + +Historically and through today, typical Scalapack setups have broken and incomplete pkg-config or +FindScalapack.cmake. Meson handles finding Scalapack on setups including: + +* Linux: Intel MKL or OpenMPI + Netlib +* MacOS: Intel MKL or OpenMPI + Netlib +* Windows: Intel MKL (OpenMPI not available on Windows) \ No newline at end of file -- cgit v1.1