easyconfigs-it4i/l/libunwind/libunwind-1.2.1.eb
Lukáš Krupčík f5bca2f879 modified: g/GTK+/GTK+-3.24.13-GCCcore-8.3.0.eb
modified:   l/LLVM/LLVM-8.0.1-GCCcore-8.3.0.eb
	modified:   l/libepoxy/libepoxy-1.5.4-GCCcore-8.3.0.eb
	modified:   l/libunwind/libunwind-1.2.1.eb
	modified:   m/Meson/Meson-0.53.0-Py-3.7.eb
	modified:   o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
2020-03-30 10:10:50 +02:00

32 lines
922 B
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'libunwind'
version = '1.2.1'
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 = SYSTEM
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SAVANNAH_SOURCE]
dependencies = [
('XZ', '5.2.4', '', True),
]
preconfigopts = 'export LIBS="$LIBS -llzma" && '
sanity_check_paths = {
'files': ["include/libunwind.h", "lib/libunwind.%s" % SHLIB_EXT],
'dirs': []
}
moduleclass = 'lib'