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.
- Loading branch information
Showing
8 changed files
with
100 additions
and
14 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
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 |
---|---|---|
@@ -1,2 +1,35 @@ | ||
easyconfigs: | ||
- BAMM-2.5.0-foss-2022a.eb | ||
- BamTools-2.5.2-GCC-11.3.0.eb | ||
- BCFtools-1.15.1-GCC-11.3.0.eb | ||
- Bowtie2-2.4.5-GCC-11.3.0.eb | ||
- FastTree-2.1.11-GCCcore-11.3.0.eb | ||
- SAMtools-1.16.1-GCC-11.3.0.eb | ||
- gzip-1.12-GCCcore-11.3.0.eb | ||
- lz4-1.9.3-GCCcore-11.3.0.eb | ||
- zstd-1.5.2-GCCcore-11.3.0.eb | ||
- Boost.Python-1.79.0-GCC-11.3.0.eb | ||
- netCDF-4.9.0-gompi-2022a.eb: | ||
# use updated CMakeMake easyblock to avoid that -DCMAKE_SKIP_RPATH=ON is used, which breaks the netCDF test step | ||
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3012 | ||
options: | ||
include-easyblocks-from-pr: 3012 | ||
- NCO-5.1.0-foss-2022a.eb | ||
- AdapterRemoval-2.3.3-GCC-11.3.0.eb | ||
- BEDTools-2.30.0-GCC-11.3.0.eb | ||
- Pysam-0.20.0-GCC-11.3.0.eb | ||
- TransDecoder-5.5.0-GCC-11.3.0.eb | ||
- VCFtools-0.1.16-GCC-11.3.0.eb | ||
- XML-LibXML-2.0207-GCCcore-11.3.0.eb | ||
- CMake-3.24.3-GCCcore-11.3.0.eb | ||
- elfutils-0.187-GCCcore-11.3.0.eb | ||
- Ninja-1.10.2-GCCcore-11.3.0.eb | ||
- Z3-4.10.2-GCCcore-11.3.0.eb | ||
- SciPy-bundle-2022.05-foss-2022a.eb | ||
- Xvfb-21.1.3-GCCcore-11.3.0.eb: | ||
# enable exec permissions for xvfb-run after copying; | ||
# need to also enable user write permissions on xvfb-run to ensure that copying with preserved permissions works | ||
options: | ||
from-pr: 18834 | ||
- tbb-2021.5.0-GCCcore-11.3.0.eb | ||
- GROMACS-2023.1-foss-2022a.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
easyconfigs: | ||
# wraps around Java/11.0.20 | ||
- Java-11.eb |