Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
fbbdc337
Commit
fbbdc337
authored
3 years ago
by
Alexandre Strube
Browse files
Options
Downloads
Patches
Plain Diff
Pango
parent
7d681b10
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/p/Pango/Pango-1.48.8-GCCcore-11.2.0.eb
+42
-0
42 additions, 0 deletions
Golden_Repo/p/Pango/Pango-1.48.8-GCCcore-11.2.0.eb
bin/gcc11ize.py
+2
-0
2 additions, 0 deletions
bin/gcc11ize.py
with
44 additions
and
0 deletions
Golden_Repo/p/Pango/Pango-1.48.8-GCCcore-11.2.0.eb
0 → 100644
+
42
−
0
View file @
fbbdc337
easyblock = 'MesonNinja'
name = 'Pango'
version = '1.48.8'
homepage = 'http://www.pango.org/'
description = """Pango is a library for laying out and rendering of text, with an emphasis on internationalization.
Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the
context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
builddependencies = [
('binutils', '2.37'),
('Coreutils', '9.0'),
('GObject-Introspection', '1.68.0'),
('Meson', '0.58.2'),
('Ninja', '1.10.2'),
('pkg-config', '0.29.2'),
]
dependencies = [
('X11', '20210802'),
('GLib', '2.69.1'),
('cairo', '1.16.0'),
('HarfBuzz', '2.8.2'),
('FriBidi', '1.0.10'),
]
configopts = '-Ddefault_library=both'
modextrapaths = {
'GI_TYPELIB_PATH': 'lib64/girepository-1.0',
'XDG_DATA_DIRS': 'share',
}
moduleclass = 'vis'
This diff is collapsed.
Click to expand it.
bin/gcc11ize.py
+
2
−
0
View file @
fbbdc337
...
...
@@ -62,6 +62,8 @@ releases = {
'
Pango
'
:
[
'
1.44.7
'
,
'
1.48.8
'
],
'
HarfBuzz
'
:
[
'
2.6.7
'
,
'
2.8.2
'
],
'
freetype
'
:
[
'
2.10.1
'
,
'
2.11.0
'
],
'
FriBidi
'
:
[
'
1.0.9
'
,
'
1.0.10
'
],
'
libepoxy
'
:
[
'
1.5.4
'
,
'
1.5.8
'
],
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment