easyconfigs-it4i/archive/l/libmatheval/libmatheval-1.1.8-foss-2015b.eb
2019-09-23 07:19:27 +02:00

36 lines
913 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-08-17_09-22-15
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': 'foss', 'version': '2015b'}
toolchainopts = {'pic': True}
dependencies = [
('flex', '2.5.39'),
('Bison', '2.7'),
('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'