mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

modified: g/gompi/gompi-2017a.eb new file: g/grace/grace-5.1.25-intel-2015b-test.eb modified: g/grace/grace-5.1.25-intel-2017a.eb new file: h/HDF5/HDF5-1.10.1-foss-2017a.eb new file: h/HDF5/HDF5-1.8.18-foss-2017a-serial.eb modified: m/motif/motif-2.3.4-intel-2017a.eb modified: m/motif/motif-2.3.7.eb new file: m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb modified: s/Singularity/Singularity-2.4.2.eb modified: s/Singularity/Singularity-2.4.eb new file: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb modified: x/xorg-fonts/xorg-fonts-20170314.eb
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'motif'
|
|
version = '2.3.7'
|
|
|
|
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', '20160819'),
|
|
# ('libpng', '1.6.29'),
|
|
('xbitmaps', '1.1.1'),
|
|
('freetype', '2.8'),
|
|
# ('libjpeg-turbo', '1.5.1'),
|
|
('bzip2', '1.0.6'),
|
|
]
|
|
builddependencies = [
|
|
('Autotools', '20150215'),
|
|
('flex', '2.6.3'),
|
|
('Bison', '3.0.4'),
|
|
# ('util-linux', '2.29.2'),
|
|
]
|
|
|
|
# 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'
|