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

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# JH 2020
|
|
|
|
easyblock = 'MesonNinja'
|
|
|
|
name = 'GObject-Introspection'
|
|
version = '1.63.1'
|
|
versionsuffix = '-Py-3.7'
|
|
|
|
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': 'GCCcore', 'version': '8.3.0'}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
checksums = ['476379bde8d080d92dd1bb1684f6aa8d79d90ddb81fc85dfa3576e36f9777ab6']
|
|
|
|
builddependencies = [
|
|
('Meson', '0.53.0', '-Py-3.7', True),
|
|
('Ninja', '1.9.0', '', True),
|
|
('flex', '2.6.4', '', True),
|
|
('Bison', '3.3.2', '', True),
|
|
('cairo', '1.17.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Py', '3.7', '', True),
|
|
('GLib', '2.64.0'),
|
|
('libffi', '3.3'),
|
|
('util-linux', '2.34'),
|
|
]
|
|
|
|
preconfigopts = "env GI_SCANNER_DISABLE_CACHE=true "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/g-ir-%s' % x for x in ['annotation-tool', 'compiler', 'generate', 'scanner']] +
|
|
['lib/libgirepository-1.0.' + SHLIB_EXT],
|
|
'dirs': ['include', 'share']
|
|
}
|
|
|
|
moduleclass = 'devel'
|