easyconfigs-it4i/g/GLib/GLib-2.57.1.eb
Lukáš Krupčík c87b099cfa modified: c/CGAL/CGAL-4.12-intel-2017a.eb
modified:   g/GLib/GLib-2.57.1.eb
	modified:   l/libffi/libffi-3.2.1.eb
	new file:   m/Mesa/Mesa-18.1.3-GCC-6.3.0-2.27.eb
	new file:   n/nettle/nettle-3.3-GCC-6.3.0-2.27.eb
	modified:   p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb
	modified:   q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb


Former-commit-id: 7b0ec2df90fac8d51215991f3c27c77d3530c8d8
2018-07-13 08:51:23 +02:00

37 lines
1.0 KiB
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'GLib'
version = '2.57.1'
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.42'),
('util-linux', '2.32'),
]
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'