forked from EESSI/software-layer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from bedroge/R_fixes
Sync with 2023.06-software.eessi.io branch and move R-bundle-CRAN to EB 4.9.0 2023a easystack
- Loading branch information
Showing
27 changed files
with
1,121 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions | ||
name: Test software licenses | ||
on: [push, pull_request] | ||
permissions: | ||
contents: read # to fetch code (actions/checkout) | ||
jobs: | ||
build: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Check out software-layer repository | ||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 | ||
|
||
- name: set up Python | ||
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0 | ||
with: | ||
python-version: '3.9' | ||
|
||
- name: Check software licenses | ||
run: | | ||
python licenses/spdx.py licenses/licenses.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
File naming matters, since it determines the order in which easystack files are processed. | ||
|
||
Software installed with system toolchain should be installed first, | ||
this includes EasyBuild itself, see `eessi-2023.06-eb-4.8.2-001-system.yml` . | ||
|
||
CUDA installations must be done before CUDA is required as dependency for something | ||
built with a non-system toolchain, see `eessi-2023.06-eb-4.8.2-010-CUDA.yml` . |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.8.2-010-CUDA.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
easyconfigs: | ||
- CUDA-12.1.1.eb: | ||
options: | ||
include-easyblocks-from-pr: 3045 | ||
accept-eula-for: CUDA |
4 changes: 4 additions & 0 deletions
4
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.8.2-2022b.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
easyconfigs: | ||
- foss-2022b.eb | ||
- HarfBuzz-5.3.1-GCCcore-12.2.0.eb: | ||
options: | ||
from-pr: 19339 | ||
- Qt5-5.15.7-GCCcore-12.2.0.eb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.0-001-system.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
easyconfigs: | ||
- EasyBuild-4.9.0.eb: | ||
options: | ||
from-pr: 19464 | ||
- ReFrame-4.3.3.eb |
2 changes: 2 additions & 0 deletions
2
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.0-2022b.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
easyconfigs: | ||
- SciPy-bundle-2023.02-gfbf-2022b.eb |
11 changes: 11 additions & 0 deletions
11
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.0-2023a.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
easyconfigs: | ||
- OpenFOAM-11-foss-2023a.eb: | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19545 | ||
options: | ||
from-pr: 19545 | ||
- at-spi2-core-2.49.91-GCCcore-12.3.0.eb | ||
- ESPResSo-4.2.1-foss-2023a.eb: | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19592 | ||
options: | ||
from-pr: 19592 | ||
- R-bundle-CRAN-2023.12-foss-2023a.eb |
7 changes: 7 additions & 0 deletions
7
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.0-2023b.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
easyconfigs: | ||
- GCC-13.2.0.eb | ||
- foss-2023b.eb | ||
- SciPy-bundle-2023.11-gfbf-2023b.eb | ||
- netCDF-4.9.2-gompi-2023b.eb: | ||
options: | ||
from-pr: 19534 |
Oops, something went wrong.