mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
29 lines
690 B
Plaintext
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'
|