easyconfigs-it4i/i/ISL/ISL-0.14-GNU-5.1.0-2.25.eb
2017-03-09 11:57:40 +01:00

22 lines
516 B
Plaintext

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'