Skip to content

update README to reflect changes made when splitting off EESSI/software-layer-scripts repository #1124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ The software layer of the EESSI project uses [EasyBuild](https://docs.easybuild.

See also https://www.eessi.io/docs/software_layer .

## Pilot software stack
## Recent changes

**Wed 11 June 2025**

- Code & scripts that are used to build the EESSI software layer have been relocated to a separate repository:
[`EESSI/software-layer-scripts`](https://github.com/EESSI/software-layer-scripts).

- The minimal `bot/build.sh` script in this repository pulls in the latest `main` branch of the `EESSI/software-layer-scripts` repository,
symlinks the files in there, and then calls out to the `bot/build.sh` script located in that separate repository.

- The default branch of this repository has been changed to `main` (was `2023.06-software.eessi.io`),
and houses [easystack files](https://docs.easybuild.io/easystack-files) for all versions of EESSI (not just `2023.06`).

For more details, see https://gitlab.com/eessi/support/-/issues/139 .

## Setting up your environment

You can set up your environment by sourcing the init script:

Expand Down