mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/byacc/byacc-20170509.eb new file: c/CP2K/CP2K-5.1-intel-2017a.eb new file: g/GMP/GMP-5.0.5.eb new file: g/guile/guile-1.8.8.eb new file: l/Libint/Libint-1.1.6-intel-2017a.eb new file: l/libmatheval/libmatheval-1.1.11.eb new file: l/libtool/libtool-2.4.2.eb new file: l/libxc/libxc-2.2.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4.eb new file: p/PLUMED/PLUMED-2.3.0-intel-2017a.eb deleted: b/byacc/byacc-20160606.eb
36 lines
872 B
Plaintext
36 lines
872 B
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libmatheval'
|
|
version = '1.1.11'
|
|
|
|
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."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
dependencies = [
|
|
('flex', '2.6.4'),
|
|
('Bison', '3.0.4'),
|
|
('byacc', '20170509'),
|
|
('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'
|