mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
24 lines
829 B
Plaintext
24 lines
829 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'BLCR'
|
|
version = '0.8.5'
|
|
|
|
homepage = 'http://crd.lbl.gov/departments/computer-science/CLaSS/research/BLCR/'
|
|
description = """Berkeley Lab Checkpoint/Restart (BLCR) for LINUX. Future Technologies Group researchers
|
|
are developing a hybrid kernel/user implementation of checkpoint/restart. Their goal is to provide
|
|
a robust, production quality implementation that checkpoints a wide range of applications,
|
|
without requiring changes to be made to application code. """
|
|
|
|
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [('http://crd.lbl.gov/assets/Uploads/FTG/Projects/CheckpointRestart/downloads')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/libcr.h'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lib'
|