Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
eic_tools
Spack
Commits
dbd9f1c5
Commit
dbd9f1c5
authored
8 years ago
by
Gregory L. Lee
Committed by
Todd Gamblin
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
updated gtk and gobject dependences (#2126)
parent
ef2c42a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
var/spack/repos/builtin/packages/gobject-introspection/package.py
+2
-0
2 additions, 0 deletions
...k/repos/builtin/packages/gobject-introspection/package.py
var/spack/repos/builtin/packages/gtkplus/package.py
+1
-0
1 addition, 0 deletions
var/spack/repos/builtin/packages/gtkplus/package.py
with
3 additions
and
0 deletions
var/spack/repos/builtin/packages/gobject-introspection/package.py
+
2
−
0
View file @
dbd9f1c5
...
...
@@ -39,6 +39,8 @@ class GobjectIntrospection(Package):
depends_on
(
"
glib@2.48.1
"
)
depends_on
(
"
python
"
)
depends_on
(
"
cairo
"
)
depends_on
(
"
bison
"
,
type
=
"
build
"
)
depends_on
(
"
flex
"
,
type
=
"
build
"
)
def
install
(
self
,
spec
,
prefix
):
configure
(
"
--prefix=%s
"
%
prefix
)
...
...
This diff is collapsed.
Click to expand it.
var/spack/repos/builtin/packages/gtkplus/package.py
+
1
−
0
View file @
dbd9f1c5
...
...
@@ -37,6 +37,7 @@ class Gtkplus(Package):
depends_on
(
"
atk
"
)
depends_on
(
"
gdk-pixbuf
"
)
depends_on
(
"
pango
"
)
depends_on
(
"
glib
"
)
def
patch
(
self
):
# remove disable deprecated flag.
...
...
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