easyconfigs-it4i/l/libffi/libffi-3.2.1.eb
Lukáš Krupčík c87b099cfa modified: c/CGAL/CGAL-4.12-intel-2017a.eb
modified:   g/GLib/GLib-2.57.1.eb
	modified:   l/libffi/libffi-3.2.1.eb
	new file:   m/Mesa/Mesa-18.1.3-GCC-6.3.0-2.27.eb
	new file:   n/nettle/nettle-3.3-GCC-6.3.0-2.27.eb
	modified:   p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb
	modified:   q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb


Former-commit-id: 7b0ec2df90fac8d51215991f3c27c77d3530c8d8
2018-07-13 08:51:23 +02:00

24 lines
714 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libffi'
version = '3.2.1'
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'