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

new file: d/darshan/darshan-util-3.1.4-intel-2017b.eb new file: g/gnuplot/gnuplot-5.2.0-intel-2017b.eb new file: l/libgd/libgd-2.2.4-intel-2017b.eb modified: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb new file: p/Perl/Perl-5.26.1-intel-2017b.eb
32 lines
714 B
Plaintext
32 lines
714 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'gnuplot'
|
|
version = '5.2.0'
|
|
|
|
homepage = 'http://gnuplot.sourceforge.net/'
|
|
description = """Portable interactive, function plotting utility"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017b'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [('http://sourceforge.net/projects/gnuplot/files', 'download')]
|
|
|
|
dependencies = [
|
|
('cairo', '1.14.8', '', True),
|
|
('libjpeg-turbo', '1.5.1', '', True),
|
|
('libpng', '1.6.29', '', True),
|
|
('libgd', '2.2.4'),
|
|
('Pango', '1.40.5', '', True),
|
|
('libcerf', '1.5', '', True),
|
|
('Qt', '4.8.7', '', True),
|
|
]
|
|
|
|
configopts = '--with-qt=qt4 '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gnuplot'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|