mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
36 lines
913 B
Plaintext
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'
|