From 45941cb2436dc81d30c84b87900fbacb33d334b6 Mon Sep 17 00:00:00 2001 From: germann_e Date: Mon, 28 Apr 2025 12:00:16 +0200 Subject: [PATCH] FIX: Spack PSI README.md link --- pages/merlin7/02-How-To-Use-Merlin/software-repositories.md | 2 +- pages/merlin7/05-Software-Support/spack.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/merlin7/02-How-To-Use-Merlin/software-repositories.md b/pages/merlin7/02-How-To-Use-Merlin/software-repositories.md index 7452d40..dc931a5 100644 --- a/pages/merlin7/02-How-To-Use-Merlin/software-repositories.md +++ b/pages/merlin7/02-How-To-Use-Merlin/software-repositories.md @@ -28,7 +28,7 @@ For further information about Pmodules on Merlin7 please refer to the ### Spack Modules -Merlin7 also provides Spack modules, offering a modern and flexible package management system. Spack supports a wide variety of software packages and versions. For more information, refer to the **external [PSI Spack](https://gitlab.psi.ch/lsm-hpce/spack-psi) documentation**. +Merlin7 also provides Spack modules, offering a modern and flexible package management system. Spack supports a wide variety of software packages and versions. For more information, refer to the **external [PSI Spack](https://gitea.psi.ch/HPCE/spack-psi) documentation**. {{site.data.alerts.tip}} For further information about Spack on Merlin7 please refer to the Spack chapter. diff --git a/pages/merlin7/05-Software-Support/spack.md b/pages/merlin7/05-Software-Support/spack.md index 77a1aa2..e35a019 100644 --- a/pages/merlin7/05-Software-Support/spack.md +++ b/pages/merlin7/05-Software-Support/spack.md @@ -10,9 +10,9 @@ permalink: /merlin7/spack.html For Merlin7 the *package manager for supercomputing* [Spack](https://spack.io/) is available. It is meant to compliment the existing PModules solution, giving users the opertunity to manage their own software environments. -Documentation for how to use Spack on Merlin7 is provided [here](https://gitlab.psi.ch/lsm-hpce/spack-psi/-/blob/main/README.md). +Documentation for how to use Spack on Merlin7 is provided [here](https://gitea.psi.ch/HPCE/spack-psi/src/branch/main/README.md). ## The Spack PSI packages -An initial collection of packages (and Spack reciepes) are located at **[Spack PSI](https://gitlab.psi.ch/lsm-hpce/spack-psi)**, users can directly use these +An initial collection of packages (and Spack reciepes) are located at **[Spack PSI](https://gitea.psi.ch/HPCE/spack-psi)**, users can directly use these through calls like `spack add ...`.