Skip to content

Commit

Permalink
progress on #450 VEP
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Nov 7, 2024
1 parent 619f031 commit bf946d0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 37 deletions.
30 changes: 30 additions & 0 deletions 450_VEP/DBD-mysql-4.050-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
easyblock = 'PerlModule'

name = 'DBD-mysql'
version = '4.050'

homepage = 'https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql.pm'
description = "Perl binding for MySQL"

toolchain = {'name': 'GCC', 'version': '12.3.0'}

source_urls = ['https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN']
sources = [SOURCE_TAR_GZ]
checksums = ['4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78']

dependencies = [
('Perl', '5.36.1'),
('Perl-bundle-CPAN', '5.36.1'),
('MariaDB', '11.6.0'),
('zlib', '1.2.13'),
('OpenSSL', '1.1', '', SYSTEM),
]

options = {'modulename': 'DBD::mysql'}

sanity_check_paths = {
'files': ['lib/perl5/site_perl/%%(perlver)s/%s-linux-thread-multi/DBD/mysql.pm' % ARCH],
'dirs': ['lib/perl5/site_perl/%%(perlver)s/%s-linux-thread-multi/DBD/mysql' % ARCH],
}

moduleclass = 'data'
35 changes: 0 additions & 35 deletions 450_VEP/DBD-mysql-5.009-GCC-12.3.0.eb

This file was deleted.

4 changes: 2 additions & 2 deletions 450_VEP/VEP-113.0-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ sources = ['%(version)s.tar.gz']
checksums = ['5bb9aa8098d36c75076204693e13ef38b43c57dfce3d7d0169d119a5b4f87164']

dependencies = [
('Perl', '5.36.0'),
('Perl', '5.36.1'),
('Archive-Zip', '1.68'),
('DBD-mysql', '4.050'), # TODO
('DBD-mysql', '4.050'),
('BioPerl', '1.7.8'),
('Bio-DB-HTS', '3.01'),
# VEP requires Compress::Raw::Zlib >= 2.103
Expand Down

0 comments on commit bf946d0

Please sign in to comment.