easyconfigs-it4i/m/motif/motif-2.3.8.eb
Lukáš Krupčík 9c8b6da631 new file: g/GDAL/GDAL-2.2.3-intel-2017a-Py-2.7.eb
new file:   g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb
	new file:   g/GDAL/GDAL-2.4.0-intel-2017a-Py-2.7.eb
	new file:   g/grace/grace-5.1.25-intel-2017c.eb
	new file:   m/motif/motif-2.3.8.eb
	new file:   n/netCDF/netCDF-4.6.3-intel-2017a.eb
	new file:   r/R/Makevars
	modified:   r/R/R-3.5.3-intel-2017a.eb
	new file:   s/SAMtools/SAMtools-1.9-intel-2017a.eb
	new file:   s/SWIG/SWIG-3.0.8-Py-2.7.eb
	new file:   s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-ParMETIS-4.0.3.eb
	modified:   t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb
	new file:   t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
2019-04-18 15:32:25 +02:00

52 lines
1.2 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'motif'
version = '2.3.8'
homepage = 'http://motif.ics.com/'
description = """Motif refers to both a graphical user interface (GUI) specification and the widget toolkit for building
applications that follow that specification under the X Window System on Unix and other POSIX-compliant systems.
It was the standard toolkit for the Common Desktop Environment and thus for Unix."""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['%(name)s-%(version)s.tar.gz']
source_urls = [SOURCEFORGE_SOURCE]
dependencies = [
('X11', '20180604'),
('libpng', '1.6.34'),
('xbitmaps', '1.1.1'),
('freetype', '2.9.1'),
('libjpeg-turbo', '2.0.2'),
('bzip2', '1.0.6'),
]
builddependencies = [
('Autotools', '20180311'),
('flex', '2.6.4'),
('Bison', '3.0.5'),
('util-linux', '2.33.1'),
]
# makefile is not parallel safe
parallel = 1
sanity_check_paths = {
'files': [
'lib/libMrm.a',
'lib/libUil.a',
'lib/libXm.a',
'bin/mwm',
'bin/uil',
'bin/xmbind'],
'dirs': [
'include/Mrm',
'include/uil',
'include/X11',
'include/Xm'],
}
moduleclass = 'vis'