-
Notifications
You must be signed in to change notification settings - Fork 705
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 20240725192235_new_pr_RAPIDS244
- Loading branch information
Showing
788 changed files
with
32,247 additions
and
642 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# easybuild easyconfig | ||
# | ||
# John Dey <jfdey@fredhutch.org> 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' |
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,41 @@ | ||
easyblock = 'CMakeMake' | ||
|
||
name = 'ALL' | ||
version = '0.9.2' | ||
|
||
homepage = 'https://gitlab.jsc.fz-juelich.de/SLMS/loadbalancing' | ||
description = """A Load Balancing Library (ALL) aims to provide an easy way to include dynamic | ||
domain-based load balancing into particle based simulation codes. The library | ||
is developed in the Simulation Laboratory Molecular Systems of the Jülich | ||
Supercomputing Centre at Forschungszentrum Jülich.""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023b'} | ||
toolchainopts = {'usempi': True} | ||
|
||
source_urls = ["https://gitlab.jsc.fz-juelich.de/SLMS/loadbalancing/-/archive/v%(version)s/"] | ||
sources = ['loadbalancing-v%(version)s.tar.gz'] | ||
checksums = ['2b4ef52c604c3c0c467712d0912a33c82177610b67edc14df1e034779c6ddb71'] | ||
|
||
builddependencies = [ | ||
('CMake', '3.27.6'), | ||
('Boost', '1.83.0'), # only needed for tests | ||
] | ||
|
||
dependencies = [ | ||
('VTK', '9.3.0'), | ||
] | ||
|
||
configopts = '-DCM_ALL_FORTRAN=ON -DCM_ALL_USE_F08=ON -DCM_ALL_VORONOI=ON -DCM_ALL_VTK_OUTPUT=ON ' | ||
configopts += '-DCM_ALL_TESTS=ON -DCM_ALL_AUTO_DOC=OFF -DVTK_DIR=$EBROOTVTK ' | ||
|
||
runtest = 'test' | ||
|
||
sanity_check_paths = { | ||
'files': [ | ||
'include/ALL.hpp', 'include/ALL_Voronoi.hpp', 'lib/all_module.mod', | ||
'lib/libALL.a', 'lib/libALL_fortran.a' | ||
], | ||
'dirs': ['lib/cmake'], | ||
} | ||
|
||
moduleclass = 'lib' |
Oops, something went wrong.