easyconfigs-it4i/ARCHIVE/m/MDSplus/MDSplus-7.0.67-foss-2016a-Java-1.7.0_79-Python-2.7.11.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

36 lines
928 B
Plaintext

easyblock = 'ConfigureMake'
name = 'MDSplus'
version = '7.0.67'
versionsuffix = '-Java-%(javaver)s-Python-%(local_pyver)s'
homepage = 'http://mdsplus.org/'
description = """MDSplus is a set of software tools for data acquisition and storage and a
methodology for management of local_complex scientific data."""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = ['https://github.com/%(name)s/%(namelower)s/archive']
sources = ['stable_release-%s.zip' % version.replace('.', '-')]
dependencies = [
('Java', '1.7.0_79', '', True),
('Python', '2.7.11'),
('HDF5', '1.8.16'),
('libxml2', '2.9.3', '-Python-%(local_pyver)s'),
('zlib', '1.2.8')
]
configopts = '--with-jdk=$JAVA_HOME'
preconfigopts = 'export CFLAGS="$CFLAGS -I$EBROOTLIBXML2/include/libxml2 " && '
parallel = 1
modextravars = {
'MDSPLUS_DIR': '%(installdir)s',
'MDS_PATH': '%(installdir)s/tdi',
}
moduleclass = 'data'