easyconfigs-it4i/l/libffi/libffi-3.0.13.eb
easybuild 5ad73a9cb7 # new file: g/GLib/GLib-2.40.0.eb
#	new file:   l/libffi/libffi-3.0.13.eb
#	deleted:    o/OpenFOAM/OpenFOAM-4.1-cleanup.patch
#	deleted:    o/OpenFOAM/cleanup-OpenFOAM-2.2.2.patch
2017-03-23 09:23:17 +01:00

26 lines
682 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libffi'
version = '3.0.13'
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]
patches = ['libffi-%(version)s_include-xmmintrin.patch']
sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}
moduleclass = 'lib'