Skip to content

Commit

Permalink
Merge branch '2023.06' into 2023.06_SciPy_2022a
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Oct 6, 2023
2 parents 7456377 + c5e47be commit 59953c3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 242 deletions.
7 changes: 5 additions & 2 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,11 @@ else
echo_green ">> MODULEPATH set up: ${MODULEPATH}"
fi

# use 'git diff' to determine which easystack files were changed
for easystack_file in $(git diff --name-only | grep '^eessi.*yml$'); do
# assume there's only one diff file that corresponds to the PR patch file
pr_diff=$(ls [0-9]*.diff | head -1)

# use PR patch file to determine in which easystack files stuff was added
for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^eessi.*yml$'); do

echo -e "Processing easystack file ${easystack_file}...\n\n"

Expand Down
238 changes: 0 additions & 238 deletions bot/bot-eessi-aws-citc.cfg

This file was deleted.

3 changes: 3 additions & 0 deletions check_missing_installations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ source $TOPDIR/scripts/utils.sh

source $TOPDIR/configure_easybuild

echo ">> Active EasyBuild configuration when checking for missing installations:"
${EB:-eb} --show-config

echo ">> Checking for missing installations in ${EASYBUILD_INSTALLPATH}..."
eb_missing_out=$LOCAL_TMPDIR/eb_missing.out
${EB:-eb} --easystack ${easystack} --missing 2>&1 | tee ${eb_missing_out}
Expand Down
1 change: 1 addition & 0 deletions eessi-2023.06-eb-4.8.1-2022a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ easyconfigs:
from-pr: 18870
- foss-2022a
- SciPy-bundle-2022.05-foss-2022a
- BAMM-2.5.0-foss-2022a.eb
4 changes: 2 additions & 2 deletions eessi-2023.06-known-issues.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- aarch64/neoverse_v1:
- FFTW/3.3.10-3.3.10-GCC-11.3.0:
- FFTW/3.3.10-GCC-11.3.0:
- issue: https://github.com/EESSI/software-layer/issues/325
- info: "Flaky FFTW tests, random failures"
- FFTW/3.3.10-3.3.10-gompi-2021b:
- FFTW/3.3.10-gompi-2021b:
- issue: https://github.com/EESSI/software-layer/issues/325
- info: "Flaky FFTW tests, random failures"
- OpenBLAS/0.3.18-GCC-11.2.0:
Expand Down

0 comments on commit 59953c3

Please sign in to comment.