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

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
29 lines
689 B
Plaintext
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'
|