-
Notifications
You must be signed in to change notification settings - Fork 703
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 20241112092506_new_pr_pyWannier9020240128
- Loading branch information
Showing
119 changed files
with
5,657 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name = 'Advisor' | ||
version = '2025.0.0' | ||
|
||
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/advisor.html' | ||
description = """Vectorization Optimization and Thread Prototyping | ||
- Vectorize & thread code or performance “dies” | ||
- Easy workflow + data + tips = faster code faster | ||
- Prioritize, Prototype & Predict performance gain | ||
""" | ||
|
||
toolchain = SYSTEM | ||
|
||
source_urls = [ | ||
'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fe95ae4a-3692-4e31-919d-3e7bdf5832f1/'] | ||
sources = ['intel-advisor-%(version)s.798_offline.sh'] | ||
checksums = ['bf85d4b0bd199a2babdff6b4bd3885ce569a3ad0e992b99b2e14dbb30af88cd4'] | ||
|
||
dontcreateinstalldir = True | ||
|
||
sanity_check_paths = { | ||
'files': ['%(namelower)s/%(version_major_minor)s/bin64/advisor'], | ||
'dirs': ['%(namelower)s/%(version_major_minor)s/bin64', | ||
'%(namelower)s/%(version_major_minor)s/lib64', | ||
'%(namelower)s/%(version_major_minor)s/include/intel64'] | ||
} | ||
|
||
moduleclass = 'perf' |
28 changes: 28 additions & 0 deletions
28
easybuild/easyconfigs/a/absl-py/absl-py-2.1.0-GCCcore-13.3.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,28 @@ | ||
easyblock = 'PythonBundle' | ||
|
||
name = 'absl-py' | ||
version = '2.1.0' | ||
|
||
homepage = 'https://github.com/abseil/abseil-py' | ||
description = """absl-py is a collection of Python library code for building Python | ||
applications. The code is collected from Google's own Python code base, and has | ||
been extensively tested and used in production.""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
builddependencies = [('binutils', '2.42')] | ||
|
||
dependencies = [('Python', '3.12.3')] | ||
|
||
use_pip = True | ||
|
||
exts_list = [ | ||
('absl-py', version, { | ||
'modulename': 'absl', | ||
'checksums': ['7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff'], | ||
}), | ||
] | ||
|
||
sanity_pip_check = True | ||
|
||
moduleclass = 'tools' |
73 changes: 73 additions & 0 deletions
73
easybuild/easyconfigs/b/BGEN-enkre/BGEN-enkre-1.1.7-GCC-12.3.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,73 @@ | ||
# Contribution from the NIHR Biomedical Research Centre | ||
# Guy's and St Thomas' NHS Foundation Trust and King's College London | ||
# uploaded by J. Sassmannshausen | ||
# we recommend to use --download-timeout=1000 when fetching the files | ||
|
||
easyblock = 'CmdCp' | ||
|
||
name = 'BGEN-enkre' | ||
version = '1.1.7' | ||
|
||
homepage = 'https://enkre.net/cgi-bin/code/bgen/dir?ci=trunk' | ||
description = """This repository contains a reference implementation | ||
of the BGEN format, written in C++. The library can be used as the | ||
basis for BGEN support in other software, or as a reference for | ||
developers writing their own implementations of the BGEN format. | ||
Please cite: | ||
Band, G. and Marchini, J., "BGEN: a binary file format for imputed genotype and haplotype data", | ||
bioArxiv 308296; doi: https://doi.org/10.1101/308296 | ||
""" | ||
|
||
toolchain = {'name': 'GCC', 'version': '12.3.0'} | ||
|
||
source_urls = ['https://code.enkre.net/bgen/tarball/v%(version)s/'] | ||
sources = ['v%(version)s.tgz'] | ||
patches = [ | ||
'3rd-party-removal.patch', | ||
'BGEN-enkre_streampos.patch', | ||
] | ||
|
||
checksums = [ | ||
('6476b077af6c8e98e85fd7e09f58cb3fdf143ff91850c984248fd4dc2d74a8c3', # v1.1.7.tgz | ||
'b922ac22c1c0e365d0de6054f6ce2ad911bc81db5bcd8ca915bae750f57bd0a7'), | ||
'0269b91d21976f38a9cf9bf7811375d16bf35be587d903ab1d846b2001b7d767', # 3rd-party-removal.patch | ||
'61c05ae5f7363d5b7b6015f0a015b93f149dbda4b23b9f48f9517a6ce93d5869', # BGEN-enkre_streampos.patch | ||
] | ||
|
||
builddependencies = [ | ||
('Python', '3.11.3'), | ||
] | ||
|
||
dependencies = [ | ||
('SQLite', '3.42.0'), | ||
('zstd', '1.5.5'), | ||
('Boost', '1.55.0'), | ||
] | ||
|
||
cmds_map = [ | ||
('.*', "./waf configure && echo LIB_zstd = [\\'zstd\\'] >> build/c4che/_cache.py &&" | ||
" echo LIB_sqlite3 = [\\'sqlite3\\'] >> build/c4che/_cache.py &&" | ||
"echo LIB_boost = [\\'boost_system\\', \\'boost_filesystem\\', \\'boost_thread\\', \\'boost_timer\\'] " | ||
" >> build/c4che/_cache.py && ./waf"), | ||
] | ||
|
||
files_to_copy = [ | ||
(['build/apps/edit-bgen', 'build/apps/bgenix', 'build/apps/cat-bgen'], 'bin'), | ||
(['build/db/libdb.a', 'build/libbgen.a'], 'lib'), | ||
(['genfile/include/*', 'db/include/*'], 'include'), | ||
] | ||
|
||
postinstallcmds = ['./build/test/unit/test_bgen'] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/edit-bgen', 'bin/bgenix', 'bin/cat-bgen'], | ||
'dirs': ['bin', 'lib', 'include'], | ||
} | ||
|
||
sanity_check_commands = [ | ||
'bgenix -help', | ||
'cat-bgen -help', | ||
'edit-bgen -help', | ||
] | ||
|
||
moduleclass = 'bio' |
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/b/Bazel/Bazel-7.4.1-GCCcore-13.3.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,26 @@ | ||
name = 'Bazel' | ||
version = '7.4.1' | ||
|
||
homepage = 'https://bazel.io/' | ||
description = """Bazel is a build tool that builds code quickly and reliably. | ||
It is used to build the majority of Google's software.""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
source_urls = ['https://github.com/bazelbuild/%(namelower)s/releases/download/%(version)s'] | ||
sources = ['%(namelower)s-%(version)s-dist.zip'] | ||
checksums = ['83386618bc489f4da36266ef2620ec64a526c686cf07041332caff7c953afaf5'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.42'), | ||
('Python', '3.12.3'), | ||
('Zip', '3.0'), | ||
] | ||
dependencies = [ | ||
('Java', '21.0.2', '', SYSTEM), | ||
] | ||
|
||
runtest = True | ||
testopts = "-- //examples/cpp:hello-success_test //examples/py/... //examples/py_native:test //examples/shell/..." | ||
|
||
moduleclass = 'devel' |
89 changes: 89 additions & 0 deletions
89
easybuild/easyconfigs/b/BindCraft/BindCraft-1.1.0-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,89 @@ | ||
easyblock = 'Tarball' | ||
|
||
name = 'BindCraft' | ||
version = '1.1.0' | ||
|
||
homepage = 'https://github.com/martinpacesa/BindCraft' | ||
description = """Simple binder design pipeline using AlphaFold2 backpropagation, MPNN, and PyRosetta. | ||
Select your target and let the script do the rest of the work and finish once you have enough designs to order!""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023a'} | ||
|
||
source_urls = ['https://github.com/martinpacesa/BindCraft/archive/refs/tags/'] | ||
sources = [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}] | ||
checksums = ['c682f59501f0bcfbb8289fd066362dcea37ed8553cdff5c794a2baa6d4149ce7'] | ||
|
||
dependencies = [ | ||
('Python', '3.11.3'), | ||
('SciPy-bundle', '2023.07'), | ||
('Biopython', '1.83'), | ||
('Seaborn', '0.13.2'), | ||
('tqdm', '4.66.1'), | ||
('OpenMM', '8.0.0'), | ||
('FFmpeg', '6.0'), | ||
('matplotlib', '3.7.2'), | ||
('PyRosetta', '4.release-387'), | ||
('jax', '0.4.25'), | ||
('dm-haiku', '0.0.13'), | ||
('dm-tree', '0.1.8'), | ||
('ml-collections', '0.1.1'), | ||
('Optax', '0.2.2'), | ||
('py3Dmol', '2.1.0'), | ||
('JupyterLab', '4.0.5'), | ||
('hatchling', '1.18.0'), | ||
('Flax', '0.8.4'), | ||
] | ||
|
||
exts_defaultclass = 'PythonPackage' | ||
exts_default_options = { | ||
'source_urls': [PYPI_SOURCE], | ||
'download_dep_fail': True, | ||
'use_pip': True, | ||
'sanity_pip_check': True, | ||
} | ||
exts_list = [ | ||
('PDBFixer', '1.9', { | ||
'source_urls': ['https://github.com/openmm/pdbfixer/archive/'], | ||
'sources': [{'download_filename': '%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}], | ||
'checksums': ['88b9a77e50655f89d0eb2075093773e82c27a4cef842cb7d735c877b20cd39fb'], | ||
}), | ||
('jupyter_console', '6.6.3', { | ||
'source_tmpl': SOURCE_PY3_WHL, | ||
'checksums': ['309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485'], | ||
}), | ||
# older version compatible with `jupyterlab-4.0.5` | ||
('notebook', '7.0.8', { | ||
'source_tmpl': SOURCE_PY3_WHL, | ||
'checksums': ['7f421b3fd46a17d91830e724b94e8e9ae922af152ebfd48b1e13ae4a07d8193c'], | ||
}), | ||
('jupyter', '1.1.1', { | ||
'source_tmpl': SOURCE_WHL, | ||
'checksums': ['7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83'], | ||
}), | ||
('immutabledict', '4.2.0', { | ||
'source_tmpl': SOURCE_PY3_WHL, | ||
'checksums': ['d728b2c2410d698d95e6200237feb50a695584d20289ad3379a439aa3d90baba'], | ||
}), | ||
('colabdesign', '1.1.1', { | ||
'source_tmpl': SOURCE_PY3_WHL, | ||
'checksums': ['8f556fb575d2bbef79fa1789698d55221f2cc51df38f2cc054f38cb6ecc08e27'], | ||
}), | ||
] | ||
|
||
fix_python_shebang_for = ['bindcraft.py'] | ||
|
||
postinstallcmds = ['chmod a+x %(installdir)s/bindcraft.py'] | ||
|
||
modextrapaths = { | ||
'PATH': '', | ||
'PYTHONPATH': ['', 'lib/python%(pyshortver)s/site-packages'], | ||
} | ||
|
||
sanity_check_paths = { | ||
'files': ['bindcraft.py'], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = ["bindcraft.py --help"] | ||
|
||
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,21 @@ | ||
name = 'Boost' | ||
version = '1.55.0' | ||
|
||
homepage = 'http://www.boost.org/' | ||
description = """Boost provides free peer-reviewed portable C++ source libraries.""" | ||
|
||
toolchain = {'name': 'GCC', 'version': '12.3.0'} | ||
toolchainopts = {'pic': True} | ||
|
||
source_urls = [SOURCEFORGE_SOURCE] | ||
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))] | ||
checksums = ['19c4305cd6669f2216260258802a7abc73c1624758294b2cad209d45cc13a767'] | ||
|
||
dependencies = [ | ||
('bzip2', '1.0.8'), | ||
('zlib', '1.2.13'), | ||
] | ||
|
||
configopts = '--without-libraries=python' | ||
|
||
moduleclass = 'devel' |
Oops, something went wrong.