Skip to content

Commit

Permalink
Merge branch '5.0.x' into 20240201120931_new_pr_polars01919
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Apr 26, 2024
2 parents 9232f81 + 87e8368 commit 3c579a9
Show file tree
Hide file tree
Showing 18,311 changed files with 25,019 additions and 749,431 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Expand Up @@ -28,4 +28,4 @@ jobs:
run: flake8

- name: Run flake8 to verify PEP8-compliance of Easyconfigs
run: flake8 --select W605 --filename '*.eb'
run: flake8 --select F,W605 --filename '*.eb'
22 changes: 9 additions & 13 deletions .github/workflows/unit_tests.yml
Expand Up @@ -14,12 +14,8 @@ jobs:
strategy:
matrix:
python: [3.6, '3.11']
modules_tool: [Lmod-7.8.22, Lmod-8.6.8]
modules_tool: [Lmod-8.6.8]
module_syntax: [Lua, Tcl]
# exclude some configurations: only test Tcl module syntax with Lmod 8.x and Python 3.6
exclude:
- modules_tool: Lmod-7.8.22
module_syntax: Tcl
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -60,9 +56,9 @@ jobs:
run: |
cd $HOME
# first determine which branch of easybuild-framework repo to install
BRANCH=develop
BRANCH=5.0.x
if [ "x$GITHUB_BASE_REF" = 'xmain' ]; then BRANCH=main; fi
if [ "x$GITHUB_BASE_REF" = 'x4.x' ]; then BRANCH=4.x; fi
if [ "x$GITHUB_BASE_REF" = 'x5.0.x' ]; then BRANCH=5.0.x; fi
echo "Using easybuild-framework branch $BRANCH (\$GITHUB_BASE_REF $GITHUB_BASE_REF)"
git clone -b $BRANCH --depth 10 --single-branch https://github.com/easybuilders/easybuild-framework.git
Expand Down Expand Up @@ -139,13 +135,13 @@ jobs:
grep "^robot-paths .*/easybuild/easyconfigs" eb_show_config.out
# check whether some specific easyconfig files are found
echo "eb --search 'TensorFlow-1.14.*.eb'"
eb --search 'TensorFlow-1.14.*.eb' | tee eb_search_TF.out
grep '/TensorFlow-1.14.0-foss-2019a-Python-3.7.2.eb$' eb_search_TF.out
echo "eb --search 'TensorFlow-2.13.*.eb'"
eb --search 'TensorFlow-2.13.*.eb' | tee eb_search_TF.out
grep '/TensorFlow-2.13.0-foss-2023a.eb$' eb_search_TF.out
echo "eb --search '^foss-2019b.eb'"
eb --search '^foss-2019b.eb' | tee eb_search_foss.out
grep '/foss-2019b.eb$' eb_search_foss.out
echo "eb --search '^foss-2023a.eb'"
eb --search '^foss-2023a.eb' | tee eb_search_foss.out
grep '/foss-2023a.eb$' eb_search_foss.out
# try installing M4 with system toolchain (requires ConfigureMake easyblock + easyconfig)
# use /tmp/sources because that has cached downloads (see cache step above)
Expand Down
191 changes: 190 additions & 1 deletion RELEASE_NOTES

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions easybuild/easyconfigs/0/4ti2/4ti2-1.6.9-GCC-8.2.0-2.31.1.eb

This file was deleted.

29 changes: 0 additions & 29 deletions easybuild/easyconfigs/0/4ti2/4ti2-1.6.9-intel-2018b.eb

This file was deleted.

10 changes: 0 additions & 10 deletions easybuild/easyconfigs/__archive__/README

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3c579a9

Please sign in to comment.