easyconfigs-it4i/ARCHIVE/d/DBD-mysql/DBD-mysql-4.033-intel-2016b-Perl-5.24.0.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

38 lines
1.2 KiB
Plaintext

easyblock = 'PerlModule'
name = 'DBD-mysql'
version = '4.033'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'http://search.cpan.org/~capttofu/DBD-mysql-%(version)s/'
description = """Perl binding for MySQL"""
toolchain = {'name': 'intel', 'version': '2016b'}
source_urls = ['http://cpan.metacpan.org/authors/id/C/CA/CAPTTOFU/']
sources = [SOURCE_TAR_GZ]
dependencies = [
('Perl', '5.24.0'),
('MariaDB', '10.1.17'),
('zlib', '1.2.8'),
# OS dependency should be preferred if the os version is more recent then this version
# it's nice to have an up to date openssl for security reasons
#('OpenSSL', '1.0.1q'),
]
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
# force static linking of libmysqlclient to dance around problem with
# unresolved symbols
configopts = '--libs="-L$EBROOTMARIADB/lib -Wl,-Bstatic -lmysqlclient -Wl,-Bdynamic -lpthread -lz -lrt -lssl -lcrypto"'
options = {'modulename': 'DBD::mysql'}
sanity_check_paths = {
'files': ['lib/perl5/site_perl/%(perlver)s/x86_64-linux-thread-multi/DBD/mysql.pm'],
'dirs': ['lib/perl5/site_perl/%(perlver)s/x86_64-linux-thread-multi/DBD/mysql'],
}
moduleclass = 'data'