Skip to content
Snippets Groups Projects
Commit 543b1af9 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

libelf

parent 6dfdcc73
No related branches found
No related tags found
No related merge requests found
......@@ -3,19 +3,21 @@ easyblock = 'ConfigureMake'
name = 'libelf'
version = '0.8.13'
homepage = 'http://www.mr511.de/software/english.html'
homepage = 'https://web.archive.org/web/20190223180146/http://www.mr511.de/software/english.html'
# The original existed here http://www.mr511.de/software/english.html'
# The only available source code is for an earlier version at https://github.com/WolfgangSt/libelf
description = """libelf is a free ELF object file access library
"""
site_contacts = 'sc@fz-juelich.de'
site_contacts = 'a.strube@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.mr511.de/software/']
source_urls = ['https://web.archive.org/web/20170808201535/http://www.mr511.de/software/']
builddependencies = [
('binutils', '2.32')
('binutils', '2.34')
]
sanity_check_paths = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment