forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
…asyconfigs into 20240628004822_new_pr_imkl-FFTW202420
- Loading branch information
Showing
42 changed files
with
1,169 additions
and
163 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
easybuild/easyconfigs/b/biom-format/biom-format-2.1.16-foss-2023b.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,49 @@ | ||
## | ||
# This is a contribution from DeepThought HPC Service, Flinders University, Adelaide, Australia | ||
# Homepage: https://staff.flinders.edu.au/research/deep-thought | ||
# | ||
# Authors:: Robert Qiao <[email protected]> | ||
# License:: Revised BSD | ||
# | ||
# Notes:: updated by Kenneth Hoste (HPC-UGent) for foss/2021b | ||
## | ||
# Updated: Petr Král (INUITS) | ||
# Updated: Lara Peeters (Ghent University) | ||
|
||
easyblock = 'PythonPackage' | ||
|
||
name = 'biom-format' | ||
version = '2.1.16' | ||
|
||
homepage = 'https://biom-format.org' | ||
description = """ | ||
The BIOM file format (canonically pronounced biome) is designed to be | ||
a general-use format for representing biological sample by observation | ||
contingency tables. BIOM is a recognized standard for the Earth Microbiome | ||
Project and is a Genomics Standards Consortium supported project. | ||
""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023b'} | ||
toolchainopts = {'usempi': True} | ||
|
||
sources = [SOURCE_TAR_GZ] | ||
checksums = ['47f88d57a94ecaa4d06f3578ca394e78db6d12e46ab0886634743181e67dcfc9'] | ||
|
||
dependencies = [ | ||
('Python', '3.11.5'), | ||
('SciPy-bundle', '2023.11'), | ||
('h5py', '3.11.0'), | ||
] | ||
|
||
use_pip = True | ||
sanity_pip_check = True | ||
download_dep_fail = True | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/biom'], | ||
'dirs': ['lib'], | ||
} | ||
|
||
options = {'modulename': 'biom'} | ||
|
||
moduleclass = 'bio' |
37 changes: 37 additions & 0 deletions
37
easybuild/easyconfigs/c/CSBDeep/CSBDeep-0.7.4-foss-2023a.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,37 @@ | ||
# This easyconfig was created by the BEAR Software team at the University of Birmingham. | ||
# Update: Petr Král (INUITS) | ||
easyblock = 'PythonBundle' | ||
|
||
name = 'CSBDeep' | ||
version = '0.7.4' | ||
|
||
homepage = "https://csbdeep.bioimagecomputing.com/" | ||
description = """CSBDeep is a toolbox for Content-aware Image Restoration (CARE).""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023a'} | ||
|
||
dependencies = [ | ||
('Python', '3.11.3'), | ||
('SciPy-bundle', '2023.07'), | ||
('TensorFlow', '2.13.0'), | ||
('matplotlib', '3.7.2'), | ||
('tqdm', '4.66.1'), | ||
] | ||
|
||
use_pip = True | ||
sanity_pip_check = True | ||
|
||
exts_list = [ | ||
('tifffile', '2024.6.18', { | ||
'source_tmpl': SOURCE_PY3_WHL, | ||
'checksums': ['67299c0445fc47463bbc71f3cb4676da2ab0242b0c6c6542a0680801b4b97d8a'], | ||
}), | ||
('%(namelower)s', version, { | ||
'source_tmpl': SOURCE_WHL, | ||
'checksums': ['155d61827439373dc9c2a730a1ef621f7e373fea16599d583e0a70f1e48bd6db'], | ||
}), | ||
] | ||
|
||
sanity_check_commands = ['care_predict'] | ||
|
||
moduleclass = 'bio' |
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,18 @@ | ||
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild | ||
easyblock = 'Toolchain' | ||
|
||
name = 'iimpi' | ||
version = '2024.06' | ||
|
||
homepage = 'https://software.intel.com/parallel-studio-xe' | ||
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI.""" | ||
|
||
toolchain = SYSTEM | ||
|
||
local_comp_ver = '2024.2.0' | ||
dependencies = [ | ||
('intel-compilers', local_comp_ver), | ||
('impi', '2021.13.0', '', ('intel-compilers', local_comp_ver)), | ||
] | ||
|
||
moduleclass = 'toolchain' |
16 changes: 16 additions & 0 deletions
16
easybuild/easyconfigs/i/impi/impi-2021.13.0-intel-compilers-2024.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name = 'impi' | ||
version = '2021.13.0' | ||
|
||
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/mpi-library.html' | ||
description = "Intel MPI Library, compatible with MPICH ABI" | ||
|
||
toolchain = {'name': 'intel-compilers', 'version': '2024.2.0'} | ||
|
||
# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html | ||
source_urls = ['https://registrationcenter-download.intel.com/akdlm/IRC_NAS/9f84e1e8-11b2-4bd1-8512-3e3343585956'] | ||
sources = ['l_mpi_oneapi_p_%(version)s.719_offline.sh'] | ||
checksums = ['5e23cf495c919e17032577e3059438f632297ee63f2cdb906a2547298823cc64'] | ||
|
||
dependencies = [('UCX', '1.16.0')] | ||
|
||
moduleclass = 'mpi' |
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
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
Oops, something went wrong.