mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
new file: l/libarchive/libarchive-3.3.2.eb
new file: s/Singularity/Singularity-2.5.1.eb Former-commit-id: d8fa6728dac4e6e02018918acb6b9d7e8bd64c70
This commit is contained in:
parent
e95c890922
commit
faa60bb0a7
25
l/libarchive/libarchive-3.3.2.eb
Normal file
25
l/libarchive/libarchive-3.3.2.eb
Normal file
@ -0,0 +1,25 @@
|
||||
# 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'
|
32
s/Singularity/Singularity-2.5.1.eb
Normal file
32
s/Singularity/Singularity-2.5.1.eb
Normal file
@ -0,0 +1,32 @@
|
||||
# IT4Innovations 2018
|
||||
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'Singularity'
|
||||
version = '2.5.1'
|
||||
|
||||
homepage = 'http://singularity.lbl.gov/'
|
||||
description = """Singularity is a container platform focused on supporting \"Mobility of Compute\""""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = ['https://github.com/singularityware/singularity/releases/download/%(version)s']
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
|
||||
patches = [
|
||||
'Singularity-2.4.4-build.patch',
|
||||
'Singularity-2.4.4-functions.patch'
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('squashfs-tools', '4.3'),
|
||||
('libarchive', '3.3.2'),
|
||||
]
|
||||
|
||||
builddependencies = [('Autotools', '20150215')]
|
||||
|
||||
preconfigopts = './autogen.sh && '
|
||||
|
||||
# modluafooter = 'add_property("state","experimental")'
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user