Skip to content

Commit

Permalink
Merge branch 'EESSI:2023.06-software.eessi.io' into 2023.06-software.…
Browse files Browse the repository at this point in the history
…eessi.io
  • Loading branch information
Neves-P authored Dec 15, 2023
2 parents ed2c446 + 2798389 commit bf5491e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-software.eessi.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
pilot:
check_missing:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
easyconfigs:
- foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ easyconfigs:
from-pr: 19261
- OpenFOAM-10-foss-2023a.eb
- OSU-Micro-Benchmarks-7.1-1-gompi-2023a.eb
- LHAPDF-6.5.4-GCC-12.3.0.eb:
options:
from-pr: 19363
- LoopTools-2.15-GCC-12.3.0.eb:
options:
from-pr: 19397
2 changes: 1 addition & 1 deletion init/bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source $(dirname "$BASH_SOURCE")/eessi_environment_variables
# only continue if setting EESSI environment variables worked fine
if [ $? -eq 0 ]; then

export PS1="[EESSI $EESSI_VERSION] $ "
export PS1="{EESSI $EESSI_VERSION} $PS1"

# add location of commands provided by compat layer to $PATH;
# see https://github.com/EESSI/software-layer/issues/52
Expand Down

0 comments on commit bf5491e

Please sign in to comment.