mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
easyblock = 'Binary'
|
|
|
|
name = 'QtiPlot'
|
|
version = '1.0.0'
|
|
|
|
homepage = "https://www.qtiplot.com/"
|
|
description = """QtiPlot is a cross-platform scientific application for data analysis and visualisation."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ["qtiplot-1.0.0-rc14.tar.gz"]
|
|
checksums = ['3996b7d29c2d0c650dd49146f8a42c57d41820483a40fad918d6824e34f73b2d']
|
|
|
|
extract_sources = True
|
|
|
|
sanity_check_paths = {
|
|
'files': ['qtiplot', 'assistant'],
|
|
'dirs': ['fitPlugins', 'jodconverter', 'manual'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|
|
|