name = "SALOME_CONFIGURATION" easyblock = "Binary" version = "9.10.0" homepage = 'https://www.salome-platform.org' description = """Configuration files and other utilities for SALOME platform.""" sources = [{ "filename": SOURCE_TAR_GZ, "git_config": { "url": "http://git.salome-platform.org/gitpub/tools", "repo_name": "configuration", "tag": "V9_10_0", "recursive": True } }] checksums = ['ceae0071f5a6700331fbc901352e726a8f9735da1ad335f52466ed2bf9407799'] sanity_check_paths = { 'files': [], 'dirs': ['cmake', 'autotools'], } extract_sources = True toolchain = SYSTEM moduleclass = 'tools'