easyconfigs-it4i/g/gtest/gtest-1.7.0-CrayGNU-2015.11.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

20 lines
444 B
Plaintext

easyblock = "Tarball"
name = 'gtest'
version = '1.7.0'
homepage = 'https://code.google.com/p/googletest/'
description = "Google's framework for writing C++ tests on a variety of platforms"
toolchain = {'name': 'CrayGNU', 'version': '2015.11'}
sources = [SOURCE_ZIP]
source_urls = ['https://googletest.googlecode.com/files']
sanity_check_paths = {
'files': ['CMakeLists.txt', ],
'dirs': ['include', 'src'],
}
moduleclass = 'devel'