easyconfigs-it4i/i/ISL/ISL-0.20.eb
2019-11-06 13:27:39 +01:00

24 lines
516 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'ISL'
version = '0.20'
homepage = 'http://isl.gforge.inria.fr/'
description = """isl is a library for manipulating sets and relations of integer points bounded by linear constraints."""
toolchain = SYSTEM
source_urls = ['http://isl.gforge.inria.fr/']
sources = [SOURCELOWER_TAR_BZ2]
dependencies = [('GMP', '6.1.2')]
sanity_check_paths = {
'files': ['lib/libisl.%s' % SHLIB_EXT, 'lib/libisl.a'],
'dirs': ['include/isl']
}
moduleclass = 'math'