easyblock = 'ConfigureMake' name = 'ISL' version = '0.14' homepage = 'http://isl.gforge.inria.fr/' description = """isl is a library for manipulating sets and relations of integer points bounded by linear constraints.""" toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} source_urls = ['http://isl.gforge.inria.fr/'] sources = [SOURCELOWER_TAR_BZ2] dependencies = [('GMP', '6.0.0a')] sanity_check_paths = { 'files': ['lib/libisl.so', 'lib/libisl.a'], 'dirs': ['include/isl'] } moduleclass = 'math'