mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
516 B
Plaintext
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'
|