mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 00:12:12 +01:00

modified: f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb new file: g/GLib/GLib-2.57.1.eb modified: g/GObject-Introspection/GObject-Introspection-1.52.0.eb modified: g/GObject-Introspection/GObject-Introspection-1.56.1.eb new file: g/gnuplot/gnuplot-5.2.4-GCC-6.3.0-2.27.eb new file: g/gperf/gperf-3.1.eb modified: h/HarfBuzz/HarfBuzz-1.7.6.eb new file: h/HarfBuzz/HarfBuzz-1.8.1-GCC-6.3.0-2.27.eb new file: h/HarfBuzz/HarfBuzz-1.8.1.eb new file: l/libICU/libICU-61.1.eb new file: l/libICU/libICU-62.1-GCC-6.3.0-2.27.eb new file: o/OpenJPEG/OpenJPEG-2.3.0.eb new file: p/PCRE/PCRE-8.42.eb new file: p/Pango/Pango-1.42.1-GCC-6.3.0-2.27.eb modified: p/Pango/Pango-1.42.1.eb new file: p/poppler/poppler-0.66.0-GCC-6.3.0-2.27.eb new file: p/poppler/poppler-0.66.0.patch1 new file: p/poppler/poppler-0.66.0.patch2 new file: p/poppler/poppler-0.66.0.patch3 new file: q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb new file: u/util-linux/util-linux-2.32.eb deleted: g/GLib/GLib-2.56.1.eb Former-commit-id: 20510baf0281d1ecf9d352a2ab2eb893635f13b8
37 lines
1.0 KiB
Plaintext
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'
|