easyconfigs-it4i/m/motif/motif-2.3.8-GCCcore-11.3.0.eb
easybuild f00977f8fc new file: m/motif/motif-2.3.8-GCCcore-11.3.0.eb
modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-NVHPC-21.9.eb
	modified:   u/UCX/UCX-1.11.2-NVHPC-21.9-CUDA-11.4.1.eb
2022-10-23 00:37:48 +02:00

45 lines
1.2 KiB
Plaintext

# IT4Innovations 2022
# JK
easyblock = 'ConfigureMake'
name = 'motif'
version = '2.3.8'
homepage = 'https://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': 'GCCcore', 'version': '11.3.0'}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%(name)s-%(version)s.tar.gz']
checksums = ['859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7']
builddependencies = [
('Autotools', '20220317'),
('flex', '2.6.4'),
('Bison', '3.8.2'),
('binutils', '2.38'),
('util-linux', '2.38'),
]
dependencies = [
('X11', '20220504'),
('libpng', '1.6.37'),
('freetype', '2.12.1'),
('libjpeg-turbo', '2.1.3'),
('bzip2', '1.0.8'),
]
# 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'