# 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 = 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.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'