mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
32 lines
624 B
Plaintext
32 lines
624 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'gnuplot'
|
|
version = '5.0.5'
|
|
|
|
homepage = 'http://gnuplot.sourceforge.net/'
|
|
description = """Portable interactive, function plotting utility"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [('http://sourceforge.net/projects/gnuplot/files', 'download')]
|
|
|
|
dependencies = [
|
|
('cairo', '1.12.18'),
|
|
('libjpeg-turbo', '1.4.0'),
|
|
('libpng', '1.6.24'),
|
|
('libgd', '2.2.3'),
|
|
('Pango', '1.40.3'),
|
|
('libcerf', '1.5'),
|
|
('Qt', '4.8.6'),
|
|
]
|
|
|
|
configopts = '--with-qt=qt4 '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gnuplot'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|