easyconfigs-it4i/l/libffi/libffi-3.0.5.eb
Lukáš Krupčík 3150ade2ea new file: l/libffi/libffi-3.0.5.eb
modified:   v/VASP/VASP-5.4.4-intel-2017b-mkl=cluster.eb
2018-05-07 11:09:08 +02:00

24 lines
714 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libffi'
version = '3.0.5'
homepage = 'http://sourceware.org/libffi/'
description = """The libffi library provides a portable, high level programming interface to various calling
conventions. This allows a programmer to call any function specified by a call interface description at run-time."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [
'ftp://sourceware.org/pub/libffi/',
'http://www.mirrorservice.org/sites/sourceware.org/pub/libffi/',
]
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': [('lib/libffi.%s' % SHLIB_EXT, 'lib64/libffi.%s' % SHLIB_EXT), ('lib/libffi.a', 'lib64/libffi.a')],
'dirs': [],
}
moduleclass = 'lib'