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

new file: f/fontconfig/fontconfig-2.12.1-GCCcore-6.3.0-libpng-1.6.29.eb new file: f/freeglut/freeglut-3.0.0-intel-2017a.eb new file: g/GL2PS/GL2PS-1.4.0-intel-2017a.eb new file: g/GLPK/GLPK-4.61-intel-2017a.eb new file: g/GObject-Introspection/GObject-Introspection-1.52.0.eb new file: g/Ghostscript/Ghostscript-9.21-intel-2017a.eb new file: g/GraphicsMagick/GraphicsMagick-1.3.25-intel-2017a.eb new file: g/gnuplot/gnuplot-5.0.6-GCC-6.3.0-2.27.eb new file: g/gnuplot/gnuplot-5.0.6-intel-2017a.eb new file: g/gnuplot/gnuplot-5.0.6.eb new file: h/HDF5/HDF5-1.8.18-intel-2017a-serial.eb new file: h/HarfBuzz/HarfBuzz-1.3.1.eb new file: l/libgd/libgd-2.2.4-GCC-6.3.0-2.27.eb new file: l/libgd/libgd-2.2.4-intel-2017a.eb new file: l/libgd/libgd-2.2.4.eb new file: o/Octave/.Octave-4.2.1-intel-2017a.eb.swp modified: o/Octave/Octave-4.2.1-intel-2017a.eb modified: o/OpenCoarrays/OpenCoarrays-1.8.10-GCC-6.3.0-2.27.eb new file: p/Pango/Pango-1.40.5-intel-2017a.eb new file: p/Pango/Pango-1.40.5.eb new file: q/Qhull/Qhull-2015.2.eb modified: q/Qt/Qt-4.8.7.eb new file: s/SuiteSparse/SuiteSparse-4.5.5-intel-2017a-METIS-5.1.0.eb
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GObject-Introspection'
|
|
version = '1.52.0'
|
|
|
|
homepage = 'https://wiki.gnome.org/GObjectIntrospection/'
|
|
description = """GObject introspection is a middleware layer between C libraries
|
|
(using GObject) and language bindings. The C library can be scanned at
|
|
compile time and generate a metadata file, in addition to the actual
|
|
native C library. Then at runtime, language bindings can read this
|
|
metadata and automatically provide bindings to call into the C library."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
dependencies = [
|
|
('Python', '2.7.13'),
|
|
('GLib', '2.52.0'),
|
|
('libffi', '3.2.1'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Autotools', '20150215'),
|
|
('flex', '2.6.4'),
|
|
('Bison', '3.0.4'),
|
|
('cairo', '1.14.8'),
|
|
]
|
|
|
|
preconfigopts = "env GI_SCANNER_DISABLE_CACHE=true "
|
|
|
|
# avoid using hard-coded path to 'python' in shebang of scripts
|
|
buildopts = "PYTHON=python"
|
|
|
|
modextrapaths = {
|
|
'GI_TYPELIB_PATH': 'share',
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/g-ir-%s' % x for x in ['annotation-tool', 'compiler', 'generate', 'scanner']] +
|
|
['lib/libgirepository-1.0.%s' % x for x in ['so', 'a']],
|
|
'dirs': ['include', 'share']
|
|
}
|
|
|
|
moduleclass = 'devel'
|