easyconfigs-it4i/l/libmatheval/libmatheval-1.1.8-ictce-5.3.0.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

35 lines
854 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libmatheval'
version = '1.1.8'
homepage = 'http://www.gnu.org/software/libmatheval/'
description = """GNU libmatheval is a library (callable from C and Fortran) to parse
and evaluate symbolic expressions input as text."""
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
toolchain = {'name': 'ictce', 'version': '5.3.0'}
toolchainopts = {'pic': True}
dependencies = [
('flex', '2.5.35'),
('Bison', '2.5'),
('byacc', '20120526'),
('guile', '1.8.8'),
]
configopts = '--with-pic '
# fix for guile-config being broken because shebang line contains full
# path to bin/guile
configopts += 'GUILE_CONFIG="$EBROOTGUILE/bin/guile -e main -s $EBROOTGUILE/bin/guile-config"'
sanity_check_paths = {
'files': ['lib/libmatheval.a', 'include/matheval.h'],
'dirs': [],
}
moduleclass = 'lib'