easyconfigs-it4i/g/GLib/GLib-2.64.0-GCCcore-8.3.0.eb
Lukáš Krupčík 29e6f71402 new file: g/GLib/GLib-2.64.0-GCCcore-8.3.0.eb
new file:   g/GSL/GSL-2.6-GCCcore-8.3.0.eb
	new file:   g/GST-plugins-base/GST-plugins-base-1.16.2-GCCcore-8.3.0.eb
	new file:   g/GStreamer/GStreamer-1.16.2-GCCcore-8.3.0.eb
	new file:   n/Ninja/Ninja-1.9.0-GCCcore-8.3.0.eb
	new file:   w/wxWidgets/wxWidgets-3.1.3-Py-3.7.eb
2020-06-25 13:03:12 +02:00

45 lines
1.1 KiB
Plaintext

# JH 2020 and LK
easyblock = 'MesonNinja'
name = 'GLib'
version = '2.64.0'
homepage = 'http://www.gtk.org/'
description = """GLib is one of the base libraries of the GTK+ project"""
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
toolchainopts = {'pic': True}
source_urls = ['http://ftp.gnome.org/pub/gnome/sources/glib/%(version_major_minor)s/']
sources = ['glib-%(version)s.tar.xz']
builddependencies = [
('Meson', '0.53.0', '-Py-3.7', True),
('Ninja', '1.9.0', '', True),
('binutils', '2.32'),
('pkg-config', '0.29.2'),
]
dependencies = [
('libffi', '3.3'),
('gettext', '0.20.1'),
('libxml2', '2.9.9'),
('PCRE', '8.43'),
('util-linux', '2.34'),
]
# avoid using hardcoded path to Python binary in build step
preconfigopts = "export PYTHON=python && "
configopts = "--buildtype=release --default-library=both "
fix_python_shebang_for = ['bin/*']
sanity_check_paths = {
'files': ['lib/libglib-%(version_major)s.0.a', 'lib/libglib-%%(version_major)s.0.%s' % SHLIB_EXT],
'dirs': ['bin', 'include'],
}
moduleclass = 'vis'