mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

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
24 lines
714 B
Plaintext
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'
|