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

new file: s/Singularity/Singularity-2.5.1.eb Former-commit-id: d8fa6728dac4e6e02018918acb6b9d7e8bd64c70
26 lines
469 B
Plaintext
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'
|