aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-12-07 21:17:53 +0200
committerGitHub <noreply@github.com>2019-12-07 21:17:53 +0200
commit06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9 (patch)
treef99e9a8af251e3d8adc9a88418ff6926d48bb0b4 /docs
parent1031c96d311f8e6aa6d768987ab7c88b69ea2566 (diff)
parent44ab23dff89fac913b4823a2089c602f6d3a7791 (diff)
downloadmeson-06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9.zip
meson-06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9.tar.gz
meson-06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9.tar.bz2
Merge pull request #6228 from scivision/scalapack
deps: add Scalapack
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/scalapack.md14
1 files changed, 14 insertions, 0 deletions
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