easyconfigs-it4i/g/GLib/GLib-2.40.0-GCC-4.9.3-binutils-2.25.eb
2019-11-06 13:27:39 +01:00

23 lines
536 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GLib'
version = '2.40.0'
homepage = 'http://www.gtk.org/'
description = """GLib is one of the base libraries of the GTK+ project"""
toolchain = {'name': 'GCC', 'version': '4.9.3-local_binutils-2.25'}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = [
'http://ftp.gnome.org/pub/gnome/sources/glib/%(version_major_minor)s/']
sources = ['glib-%(version)s.tar.xz']
dependencies = [
('libffi', '3.2.1'),
('gettext', '0.19.4'),
('libxml2', '2.9.2'),
]
moduleclass = 'vis'