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

new file: c/CGAL/CGAL-5.2-iimpi-2020b.eb new file: g/gnuplot/gnuplot-5.4.1-GCCcore-10.2.0.eb new file: h/HDF5/HDF5-1.10.7-iimpi-2020b.eb new file: m/Mako/Mako-1.1.3-GCCcore-10.2.0.eb modified: o/OpenFOAM/OpenFOAM-v2106-foss-2020b.eb new file: o/OpenFOAM/OpenFOAM-v2106-intel-2020b.eb new file: p/ParaView/ParaView-5.9.1-intel-2020b-mpi.eb new file: q/Qt5/Qt5-5.14.2-GCCcore-10.2.0.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-intel-2020b.eb modified: s/SciPy-bundle/SciPy-bundle-2021.05-intel-2020b.eb
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# # LK 2021
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'gnuplot'
|
|
version = '5.4.1'
|
|
|
|
homepage = 'http://gnuplot.sourceforge.net/'
|
|
description = """Portable interactive, function plotting utility"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|
|
|
source_urls = [('https://sourceforge.net/projects/gnuplot/files/gnuplot/%(version)s', 'download')]
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.35'),
|
|
('pkg-config', '0.29.2'),
|
|
('Autotools', '20200321'),
|
|
]
|
|
|
|
dependencies = [
|
|
('ncurses', '6.2'),
|
|
('cairo', '1.16.0'),
|
|
('libjpeg-turbo', '2.0.5'),
|
|
('libpng', '1.6.37'),
|
|
('libgd', '2.3.0'),
|
|
('Pango', '1.47.0'),
|
|
('libcerf', '1.14'),
|
|
('X11', '20201008'),
|
|
('Qt5', '5.14.2'),
|
|
('Lua', '5.4.2'),
|
|
]
|
|
|
|
preconfigopts = 'autoreconf && '
|
|
|
|
configopts = '--with-qt=qt5 --without-latex '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gnuplot'],
|
|
'dirs': []
|
|
}
|
|
# make sure that pdf terminal type is available
|
|
sanity_check_commands = ["gnuplot -e 'set terminal pdf'"]
|
|
|
|
moduleclass = 'vis'
|