easyconfigs-it4i/m/motif/motif-2.3.4-intel-2017a.eb
Lukáš Krupčík 42fb368b85 modified: g/grace/grace-5.1.25-intel-2017a.eb
new file:   l/libX11/libX11-1.6.5-intel-2017a.eb
	new file:   l/libXt/libXt-1.1.5-intel-2017a-libX11-1.6.5.eb
	new file:   m/motif/motif-2.3.4-intel-2017a.eb
	new file:   p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
	new file:   p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb
	new file:   p/protobuf/protobuf-3.4.0-GCC-7.1.0-2.28-Python-3.6.1.eb
	new file:   s/Singularity/Singularity-2.4.2.eb
	modified:   s/Singularity/Singularity-2.4.eb
	new file:   s/squashfs-tools/squashfs-tools-2.4.eb
2017-12-14 15:42:47 +01:00

50 lines
1.5 KiB
Plaintext

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': 'intel', 'version': '2017a'}
# use -O1 to dance around icc segfaulting
toolchainopts = {'lowopt': True}
sources = ['%(name)s-%(version)s-src.tgz']
source_urls = [SOURCEFORGE_SOURCE]
libx11ver = '1.6.5'
versionsuffix = '-libX11-%s' % libx11ver
dependencies = [
('libXt', '1.1.5', versionsuffix),
('libXau', '1.0.8', '', True),
('libX11', libx11ver),
('libXext', '1.3.3', '', True),
('libXdmcp', '1.1.2', '', True),
('libpng', '1.6.29', '', True),
('xbitmaps', '1.1.1', '', True),
('freetype', '2.6.3', '', True),
('libjpeg-turbo', '1.5.1'),
('bzip2', '1.0.6', '', True),
]
builddependencies = [
('Autotools', '20150215', '', True),
('flex', '2.6.4', '', True),
('Bison', '3.0.4', '', True),
('util-linux', '2.29.2', '', True),
]
preconfigopts = "./autogen.sh && "
# 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'