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

modified: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1.eb new file: c/cURL/cURL-7.56.1.eb new file: e/ELPA/ELPA-2017.05.002-foss-2017a.eb new file: e/expat/expat-2.2.5.eb new file: g/git/git-2.14.1-GCC-7.1.0-2.28.eb new file: g/gzip/gzip-1.8.eb modified: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: t/tmux/tmux-2.6.eb deleted: c/CP2K/CP2K-5.1-intel-2017a-test2.eb
32 lines
868 B
Plaintext
32 lines
868 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'CMake'
|
|
version = '3.10.0'
|
|
|
|
homepage = 'http://www.cmake.org'
|
|
description = """CMake, the cross-platform, open-source build system.
|
|
CMake is a family of tools designed to build, test and package software."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://www.cmake.org/files/v%(version_major_minor)s']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
configopts = '-- -DCMAKE_USE_OPENSSL=1'
|
|
|
|
dependencies = [
|
|
('ncurses', '6.0'),
|
|
# OS dependency should be preferred if the os version is more recent then this version,
|
|
# it's nice to have an up to date openssl for security reasons
|
|
#('OpenSSL', '1.0.2j'),
|
|
]
|
|
|
|
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/%s" % x for x in ['cmake', 'cpack', 'ctest']],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|