mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
565 B
Plaintext
24 lines
565 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-07-07_13-08-51
|
|
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 = SYSTEM
|
|
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.0.13'),
|
|
('gettext', '0.19.4'),
|
|
]
|
|
builddependencies = [('Python', '2.7.13')]
|
|
|
|
moduleclass = 'vis'
|