mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb modified: g/gnuplot/gnuplot-5.2.4-GCC-6.3.0-2.27.eb modified: h/HDF5/HDF5-1.8.17-intel-2017a.eb modified: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb modified: q/Qt/Qt-4.8.7.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch modified: r/Ruby/Ruby-2.4.2.eb
35 lines
777 B
Plaintext
35 lines
777 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'gnuplot'
|
|
version = '5.2.4'
|
|
|
|
homepage = 'http://gnuplot.sourceforge.net/'
|
|
description = """Portable interactive, function plotting utility"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [('http://sourceforge.net/projects/gnuplot/files', 'download')]
|
|
|
|
dependencies = [
|
|
('cairo', '1.14.12', '', True),
|
|
('libjpeg-turbo', '1.5.3', '', True),
|
|
('libpng', '1.6.34', '', True),
|
|
('libgd', '2.2.5', '', True),
|
|
('Pango', '1.42.1'),
|
|
('libcerf', '1.5', '', True),
|
|
('Qt', '4.8.7', '', True),
|
|
('LibTIFF', '4.0.7', '', True),
|
|
]
|
|
|
|
configopts = '--with-qt=qt4 '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gnuplot'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|