easyconfigs-it4i/g/GLib/GLib-2.55.0.eb
Lukáš Krupčík 81674795ae new file: a/ASE/.ASE-3.15.0-Python-3.6.2-base.eb.swp
new file:   a/ASE/ASE-3.15.0-Python-3.6.2-base.eb
	new file:   a/ATK/ATK-2.18.0.eb
	new file:   c/cairo/cairo-1.14.12.eb
	new file:   c/cairo/cairo-1.14.6.eb
	modified:   f/fontconfig/fontconfig-2.11.1.eb
	new file:   g/GLib/GLib-2.55.0.eb
	new file:   g/GObject-Introspection/GObject-Introspection-1.47.1.eb
	new file:   g/GTK+/GTK+-2.24.28.eb
	new file:   g/Gdk-Pixbuf/Gdk-Pixbuf-2.32.3.eb
	new file:   h/HarfBuzz/HarfBuzz-1.1.3.eb
	modified:   l/libXext/libXext-1.3.3.eb
	new file:   l/libXrender/libXrender-0.9.9.eb
	new file:   l/libglade/libglade-2.6.4.eb
	new file:   n/numpy/numpy-1.13.3-Python-3.6.2-base.eb
	new file:   p/Pango/Pango-1.39.0.eb
	new file:   p/PyCairo/PyCairo-1.10.0-Python-2.7.13-base.eb
	new file:   p/PyCairo/PyCairo-1.15.4-Python-2.7.13.eb
	new file:   p/PyGObject/PyGObject-2.28.6-Python-2.7.13-base.eb
	new file:   p/PyGObject/PyGObject-2.28.6-Python-2.7.13.eb
	new file:   p/PyGObject/PyGObject-2.28.6_enum-types.patch
	new file:   p/PyGTK/PyGTK-2.24.0-Python-2.7.13-base.eb
	new file:   p/PyGTK/PyGTK-2.24.0-Python-2.7.13.eb
	modified:   p/p4vasp/p4vasp-0.3.30-GNU-4.9.3-2.25.eb
	new file:   p/p4vasp/p4vasp-0.3.30.eb
	new file:   s/scipy/scipy-1.0.0-Python-3.6.2-base.eb
	deleted:    g/GObject-Introspection/GObject-Introspection-1.52.0.eb
2018-01-02 13:31:26 +01:00

37 lines
1.0 KiB
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-07-07_13-08-51
easyblock = 'ConfigureMake'
name = 'GLib'
version = '2.55.0'
homepage = 'http://www.gtk.org/'
description = """GLib is one of the base libraries of the GTK+ project"""
toolchain = {'name': 'dummy', 'version': ''}
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.8.1'),
('libxml2', '2.9.4'),
('PCRE', '8.40'),
('util-linux', '2.29.2'),
]
#builddependencies = [('Python', '2.7.13')]
configopts = "--disable-maintainer-mode --disable-silent-rules --disable-libelf --disable-systemtap "
configopts += "--enable-static --enable-shared"
#postinstallcmds = ["sed -i -e 's|#!.*python|#!/usr/bin/env python|' %(installdir)s/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'