easyconfigs-it4i/l/libcerf/libcerf-1.5.eb
Easy Build 497770060f new file: g/gnuplot/gnuplot-5.0.5.eb
new file:   l/libcerf/libcerf-1.5.eb
	new file:   l/libgd/libgd-2.2.3.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-1.40.eb
	new file:   l/libpng/libpng-1.6.24.eb
	new file:   p/Pango/Pango-1.40.3.eb
2017-05-11 14:09:21 +02:00

29 lines
689 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libcerf'
version = '1.5'
homepage = 'http://gnuplot.sourceforge.net/'
description = """libcerf is a self-contained numeric library that provides an efficient and accurate
implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions."""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCE_TGZ]
source_urls = [
'http://apps.jcns.fz-juelich.de/src/libcerf/',
'http://apps.jcns.fz-juelich.de/src/libcerf/old',
]
builddependencies = [
('Autotools', '20150215'),
('libtool', '2.4.6'),
]
sanity_check_paths = {
'files': ['lib/libcerf.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'math'