From a6ebb4c6c0cb6a216ae7da5c3a9cec3bf0d74e1e Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 5 Jun 2024 09:54:14 +0200 Subject: [PATCH] [web] Added download links for MKL container. --- web/content/releases/_index.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/web/content/releases/_index.md b/web/content/releases/_index.md index 162de446d3a..e705a9295e3 100644 --- a/web/content/releases/_index.md +++ b/web/content/releases/_index.md @@ -15,27 +15,39 @@ icon = "far fa-arrow-right" # url encode job name, https://www.w3schools.com/tags/ref_urlencode.ASP [[head_downloads]] -name = "Latest Windows CLI with Utilities" +name = "Latest Windows CLI" url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build/release?job=build+win" note = "Download and unpack .zip-file" icon = "fab fa-windows" [[head_downloads]] -name = "Latest Windows Data Explorer with Utilities" +name = "Latest Windows Data Explorer" url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build/release-gui?job=build+gui+win" note = "Download and unpack .zip-file" icon = "fab fa-windows" [[head_downloads]] -name = "Latest container CLI with Utilities" -url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs-serial.squashfs" -note = "Download and run .squashfs-file with [Singularity](/docs/userguide/basics/container/)" +name = "Latest container CLI" +url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs.squashfs" +note = "Download and run .squashfs-file with [Singularity / Apptainer](/docs/userguide/basics/container/)" icon = "far fa-container-storage" [[head_downloads]] -name = "Latest container CLI with PETSc-support and Utilities" +name = "Latest container CLI with PETSc-support" url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs-petsc.squashfs" -note = "Download and run .squashfs-file with [Singularity](/docs/userguide/basics/container/)" +note = "Download and run .squashfs-file with [Singularity / Apptainer](/docs/userguide/basics/container/)" +icon = "far fa-container-storage" + +[[head_downloads]] +name = "Latest container CLI with Intel MKL-support" +url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs-mkl.squashfs" +note = "Download and run .squashfs-file with [Singularity / Apptainer](/docs/userguide/basics/container/)" +icon = "far fa-container-storage" + +[[head_downloads]] +name = "Latest container CLI with PETSc- and Intel MKL-support" +url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs-petsc-mkl.squashfs" +note = "Download and run .squashfs-file with [Singularity / Apptainer](/docs/userguide/basics/container/)" icon = "far fa-container-storage" [[head_downloads]] -- GitLab