easyconfigs-it4i/l/libmatheval/libmatheval-1.1.8-foss-2017a.eb
Lukáš Krupčík e8edf1a12c modified: archive/g/GROMACS/GROMACS-5.1.2-foss-2015g-hybrid-single-CUDA-7.5-PLUMED.eb
modified:   archive/g/GROMACS/GROMACS-5.1.2-foss-2016a-hybrid-single-CUDA-7.5-PLUMED-2.3b.eb
	modified:   archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-CUDA-7.5-PLUMED-2.2.1.eb
	modified:   archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-cuda.eb
	modified:   archive/g/GROMACS/GROMACS-5.1.2-intel-2016a-hybrid-single-cuda.eb
	modified:   archive/p/PLUMED/PLUMED-2.3.0-foss-2016a.eb
	modified:   e/EasyBuild/EasyBuild-4.1.0.eb
	modified:   g/GROMACS/GROMACS-5.1.4-foss-2017a-hybrid-single-PLUMED.eb
	modified:   l/libmatheval/libmatheval-1.1.8-foss-2017a.eb
	new file:   o/OVITO/OVITO-3.0.0.628.eb
	new file:   o/OVITO/OVITO-3.0.0.794-basic.eb
	modified:   o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-5.4.0-2.26.eb
	modified:   o/OpenMPI/OpenMPI-2.0.1.eb
	modified:   p/PSBLAS/PSBLAS-ext-1.0-4.eb
	modified:   p/Py/Py-2.7.old.eb
	modified:   p/pscom/pscom-5.0.48-1.eb
	modified:   s/spGPU/spGPU-master.eb
	deleted:    o/OVITO/OVITO-3.0.0.eb
2020-05-19 09:52:32 +02:00

35 lines
916 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': 'foss', 'version': '2017a'}
toolchainopts = {'pic': True}
dependencies = [
('flex', '2.6.3', '', ('GCCcore', '6.3.0')),
('Bison', '3.0.4', '', ('GCCcore', '6.3.0')),
('byacc', '20160606', '', True),
('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'