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 20240313114329_new_pr_ResistanceGA425
- Loading branch information
Showing
707 changed files
with
29,262 additions
and
545 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,70 @@ | ||
# easybuild easyconfig | ||
# | ||
# John Dey <[email protected]> Fred Hutchinson Cancer Center | ||
# Thomas Eylenbosch - Gluo NV | ||
# Update: Petr Král (INUITS) | ||
# | ||
easyblock = 'Bundle' | ||
|
||
name = 'AGAT' | ||
version = '1.4.0' | ||
|
||
homepage = 'https://agat.readthedocs.io/en/latest/' | ||
description = """AGAT: Another GTF/GFF Analysis Toolkit. Suite of tools to handle gene annotations | ||
in any GTF/GFF format.""" | ||
|
||
toolchain = {'name': 'GCC', 'version': '12.3.0'} | ||
|
||
builddependencies = [('binutils', '2.40')] | ||
|
||
dependencies = [ | ||
('Perl', '5.36.1'), | ||
('BioPerl', '1.7.8'), | ||
] | ||
|
||
exts_defaultclass = 'PerlModule' | ||
exts_filter = ("perl -e 'require %(ext_name)s'", '') | ||
|
||
exts_list = [ | ||
('Set::Object', '1.42', { | ||
'source_tmpl': 'Set-Object-%(version)s.tar.gz', | ||
'source_urls': ['https://cpan.metacpan.org/authors/id/R/RU/RURBAN'], | ||
'checksums': ['d18c5a8a233eabbd0206cf3da5b00fcdd7b37febf12a93dcc3d1c026e6fdec45'], | ||
}), | ||
('File::Share', '0.27', { | ||
'source_tmpl': 'File-Share-%(version)s.tar.gz', | ||
'source_urls': ['https://cpan.metacpan.org/authors/id/I/IN/INGY'], | ||
'checksums': ['d6e8f4b55ebd38e0bb45e44392e3fa27dc1fde16abc5d1ff53e157e19a5755be'], | ||
}), | ||
('Sort::Naturally', '1.03', { | ||
'source_tmpl': 'Sort-Naturally-%(version)s.tar.gz', | ||
'source_urls': ['https://cpan.metacpan.org/authors/id/B/BI/BINGOS'], | ||
'checksums': ['eaab1c5c87575a7826089304ab1f8ffa7f18e6cd8b3937623e998e865ec1e746'], | ||
}), | ||
('Class::MethodMaker', '2.24', { | ||
'source_tmpl': 'Class-MethodMaker-%(version)s.tar.gz', | ||
'source_urls': ['https://cpan.metacpan.org/authors/id/S/SC/SCHWIGON/class-methodmaker'], | ||
'checksums': ['5eef58ccb27ebd01bcde5b14bcc553b5347a0699e5c3e921c7780c3526890328'], | ||
}), | ||
('Term::ProgressBar', '2.23', { | ||
'source_tmpl': 'Term-ProgressBar-%(version)s.tar.gz', | ||
'source_urls': ['https://cpan.metacpan.org/authors/id/M/MA/MANWAR'], | ||
'checksums': ['defc03fb9f4ac1c9df1359d312bff3c0865ddefbf3aba64cd42a69a86215d49d'], | ||
}), | ||
(name, version, { | ||
'modulename': 'AGAT::Utilities', | ||
'source_urls': ['https://github.com/NBISweden/AGAT/archive/refs/tags'], | ||
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}], | ||
'checksums': ['d5e30db44b5d05ed51c606a823894c01c85c1ed85580148ad5473cb2f2b2ac77'], | ||
}), | ||
] | ||
|
||
modextrapaths = {'PERL5LIB': 'lib/perl5/site_perl/%(perlver)s/'} | ||
|
||
sanity_check_paths = { | ||
'files': [], | ||
'dirs': ['bin', 'lib/perl5/site_perl/%(perlver)s/%(name)s'], | ||
} | ||
|
||
sanity_check_commands = ['agat_convert_bed2gff.pl --help'] | ||
moduleclass = 'bio' |
51 changes: 51 additions & 0 deletions
51
easybuild/easyconfigs/a/APOST3D/APOST3D-20240527-intel-compilers-2023.1.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,51 @@ | ||
easyblock = 'CmdCp' | ||
|
||
name = 'APOST3D' | ||
version = '20240527' | ||
local_commit = 'e06c8b0' | ||
|
||
description = """ | ||
Open-source APOST-3D software features a large number of wavefunction analysis tools developed | ||
over the past 20 years, aiming at connecting classical chemical concepts with the electronic | ||
structure of molecules. APOST-3D relies on the identification of the atom in the molecule | ||
(AIM), and several analysis tools are implemented in the most general way so that they can be | ||
used in combination with any chosen AIM. | ||
A Fortran-based code developed at the Universitat de Girona (UdG) by P. Salvador and collaborators. | ||
""" | ||
homepage = 'https://github.com/mgimferrer/APOST3D' | ||
|
||
toolchain = {'name': 'intel-compilers', 'version': '2023.1.0'} | ||
|
||
builddependencies = [ | ||
('make', '4.4.1'), | ||
] | ||
|
||
source_urls = ['https://github.com/mgimferrer/APOST3D/archive'] | ||
sources = [{'download_filename': '%s.tar.gz' % local_commit, 'filename': SOURCE_TAR_GZ}] | ||
checksums = ['1eb9a0f97b4dd135b782b96cadc37b3acfc27c69521cf3aab6cc10d4fc9292af'] | ||
|
||
local_cmds = ' export APOST3D_PATH=%(start_dir)s && ' | ||
# Compile provided Libxc version 4.2.3 | ||
# (it is not possible to couple APOST-3D with newer Libxc libraries): | ||
local_cmds += 'bash compile_libxc.sh && ' | ||
# Compile | ||
local_cmds += 'make -f Makefile_profgen && ' | ||
# Run test calculations on single-processor: | ||
local_cmds += 'bash compiler-runtest && ' | ||
# Recompile using info geneated in previous step | ||
local_cmds += 'make -f Makefile_profuse && ' | ||
# Run test calculations in parallel: | ||
local_cmds += 'bash compiler-runtest2' | ||
|
||
cmds_map = [('.*', local_cmds)] | ||
|
||
local_bin_files = ['apost3d', 'apost3d-eos', 'eos_aom'] | ||
|
||
files_to_copy = [(local_bin_files, 'bin')] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/%s' % f for f in local_bin_files], | ||
'dirs': [''], | ||
} | ||
|
||
moduleclass = 'chem' |
32 changes: 32 additions & 0 deletions
32
easybuild/easyconfigs/a/APR-util/APR-util-1.6.3-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,32 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'APR-util' | ||
version = '1.6.3' | ||
|
||
homepage = 'https://apr.apache.org/' | ||
description = "Apache Portable Runtime (APR) util libraries." | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
source_urls = ['https://archive.apache.org/dist/apr/'] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['2b74d8932703826862ca305b094eef2983c27b39d5c9414442e9976a9acf1983'] | ||
|
||
builddependencies = [('binutils', '2.42')] | ||
|
||
dependencies = [ | ||
('APR', '1.7.4'), | ||
('SQLite', '3.45.3'), | ||
('expat', '2.6.2'), | ||
] | ||
|
||
configopts = "--with-apr=$EBROOTAPR/bin/apr-1-config --with-sqlite3=$EBROOTSQLITE --with-expat=$EBROOTEXPAT " | ||
|
||
sanity_check_paths = { | ||
'files': ["bin/apu-1-config", "lib/libaprutil-1.%s" % SHLIB_EXT, "lib/libaprutil-1.a"], | ||
'dirs': ["include/apr-1"], | ||
} | ||
|
||
parallel = 1 | ||
|
||
moduleclass = 'tools' |
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,22 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'APR' | ||
version = '1.7.4' | ||
|
||
homepage = 'https://apr.apache.org/' | ||
description = "Apache Portable Runtime (APR) libraries." | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
source_urls = ['https://archive.apache.org/dist/apr/'] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['a4137dd82a185076fa50ba54232d920a17c6469c30b0876569e1c2a05ff311d9'] | ||
|
||
builddependencies = [('binutils', '2.42')] | ||
|
||
sanity_check_paths = { | ||
'files': ["bin/apr-1-config", "lib/libapr-1.%s" % SHLIB_EXT, "lib/libapr-1.a"], | ||
'dirs': ["include/apr-1"], | ||
} | ||
|
||
moduleclass = 'tools' |
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,39 @@ | ||
easyblock = 'MesonNinja' | ||
|
||
name = 'ATK' | ||
version = '2.38.0' | ||
|
||
homepage = 'https://developer.gnome.org/atk/' | ||
description = """ | ||
ATK provides the set of accessibility interfaces that are implemented by other | ||
toolkits and applications. Using the ATK interfaces, accessibility tools have | ||
full access to view and control running applications. | ||
""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '13.3.0'} | ||
|
||
source_urls = [FTPGNOME_SOURCE] | ||
sources = [SOURCELOWER_TAR_XZ] | ||
checksums = ['ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36'] | ||
|
||
builddependencies = [ | ||
('binutils', '2.42'), | ||
('Meson', '1.4.0'), | ||
('Ninja', '1.12.1'), | ||
('pkgconf', '2.2.0'), | ||
('GObject-Introspection', '1.80.1'), | ||
] | ||
|
||
dependencies = [ | ||
('GLib', '2.80.4'), | ||
] | ||
|
||
configopts = "--buildtype=release --default-library=both " | ||
configopts += "-Dintrospection=true " | ||
|
||
sanity_check_paths = { | ||
'files': ['lib/libatk-1.0.%s' % SHLIB_EXT], | ||
'dirs': [], | ||
} | ||
|
||
moduleclass = 'vis' |
Oops, something went wrong.