easyconfigs-it4i/l/libunwind/libunwind-1.2.eb
Easy Build 308398159f new file: a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb
new file:   g/glibc/glibc-2.14.eb
	new file:   l/libICU/libICU-59.1.eb
	new file:   l/libunwind/libunwind-1.2.eb
	new file:   s/Singularity/Singularity-2.3.eb
2017-06-02 09:54:59 +02:00

30 lines
925 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libunwind'
version = '1.2'
homepage = 'http://www.nongnu.org/libunwind/'
description = """The primary goal of libunwind is to define a portable and efficient C programming interface
(API) to determine the call-chain of a program. The API additionally provides the means to manipulate the
preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain
(non-local goto). The API supports both local (same-process) and remote (across-process) operation.
As such, the API is useful in a number of applications"""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SAVANNAH_SOURCE]
dependencies = [
('XZ', '5.2.3'),
]
preconfigopts = 'export LIBS="$LIBS -llzma" && '
sanity_check_paths = {
'files': ["include/libunwind.h", "lib/libunwind.%s" % SHLIB_EXT],
'dirs': []
}
moduleclass = 'lib'