easyconfigs-it4i/c/CMake/CMake-3.9.0.eb
Lukáš Krupčík 3d4a8c963b new file: c/CMake/CMake-3.9.0.eb
modified:   c/CNTK/CNTK-2.0-Python-3.6.1.eb
	modified:   o/OpenMPI/OpenMPI-2.1.0-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.1-GCC-6.3.0-2.27.eb
	new file:   p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
2017-07-27 12:01:14 +02:00

32 lines
867 B
Plaintext

easyblock = 'ConfigureMake'
name = 'CMake'
version = '3.9.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'