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

new file: m/Molden/Molden-6.3-intel-2020a.eb new file: o/OpenBabel/OpenBabel-3.1.1-Py-3.7.eb
36 lines
793 B
Plaintext
36 lines
793 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'gnuplot'
|
|
version = '5.2.8'
|
|
|
|
homepage = 'http://gnuplot.sourceforge.net/'
|
|
description = """Portable interactive, function plotting utility"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'}
|
|
|
|
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'
|