From ffcfc0b5c91a07db5cdb7329964c12b95d90046a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Mon, 31 Aug 2026 11:12:26 +0200 Subject: [PATCH] easystacks for dev.eessi.io can now go into a dev.eessi.io subdir --- docs/adding_software/adding_development_software.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/adding_software/adding_development_software.md b/docs/adding_software/adding_development_software.md index 1225d64590..4518f7543c 100644 --- a/docs/adding_software/adding_development_software.md +++ b/docs/adding_software/adding_development_software.md @@ -32,7 +32,7 @@ dev.eessi.io-example │   │   └── gh.py* │   └── gh-devel-software-commit.eb ├── easystacks -│   └── software.eessi.io +│   └── dev.eessi.io │   ├── 2023.06 │   │ └── gh-eb-5.1.0-dev.yml │   └── 2025.06 @@ -46,10 +46,6 @@ dev.eessi.io-example They are not strictly necessary if your development build can use already existing easyblocks available through EasyBuild, and / or if nothing needs to be patched -!!! note "The `software.eessi.io` subdirectory is temporary" - - The name of this subdirectory should be `dev.eessi.io`, yet renaming it will cause builds to fail. This is a known bug and the situation should change once the relevant [issue](https://github.com/EESSI/dev.eessi.io-example/issues/29) is fixed. - ### Quick steps to build for `dev.eessi.io` @@ -210,4 +206,4 @@ module use /cvmfs/dev.eessi.io/example/versions/$EESSI_VERSION/software/linux/$E module load $MODULE_NAME ``` -There is currently no initialisation script or module for `dev.eessi.io`, but this feature is coming soon. \ No newline at end of file +There is currently no initialisation script or module for `dev.eessi.io`, but this feature is coming soon.