mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
23 lines
587 B
Plaintext
23 lines
587 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 = {'name': 'intel', 'version': '2015b'}
|
|
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.1'),
|
|
('gettext', '0.19.2'),
|
|
]
|
|
builddependencies = [('Python', '2.7.8')]
|
|
|
|
moduleclass = 'vis'
|