easyconfigs-it4i/l/libarchive/libarchive-3.3.2.eb
Lukáš Krupčík faa60bb0a7 new file: l/libarchive/libarchive-3.3.2.eb
new file:   s/Singularity/Singularity-2.5.1.eb


Former-commit-id: d8fa6728dac4e6e02018918acb6b9d7e8bd64c70
2018-05-28 13:56:30 +02:00

26 lines
469 B
Plaintext

# IT4Innovations
easyblock = 'CMakeMake'
name = 'libarchive'
version = '3.3.2'
homepage = 'https://www.libarchive.org/'
description = "Multi-format archive and compression library"
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/libarchive/libarchive/archive/']
sources = ['v3.3.2.tar.gz']
builddependencies = [
('CMake', '3.9.1'),
]
dependencies = [
('zlib', '1.2.11'),
]
moduleclass = 'lib'