mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
24 lines
517 B
Plaintext
24 lines
517 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ISL'
|
|
version = '0.15'
|
|
|
|
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.0.0a')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libisl.%s' % SHLIB_EXT, 'lib/libisl.a'],
|
|
'dirs': ['include/isl']
|
|
}
|
|
|
|
moduleclass = 'math'
|