easyconfigs-it4i/l/libcerf/libcerf-1.5.eb

29 lines
690 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': 'system', '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'