Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
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
eic_tools
Spack
Commits
88c810ed
Commit
88c810ed
authored
9 years ago
by
Todd Gamblin
Browse files
Options
Downloads
Plain Diff
Merge pull request #377 from mathstuf/fix-typos
typos: fix some letter transposes
parents
9be37da0
6c9800bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/spack/spack/cmd/deactivate.py
+1
-1
1 addition, 1 deletion
lib/spack/spack/cmd/deactivate.py
lib/spack/spack/database.py
+1
-1
1 addition, 1 deletion
lib/spack/spack/database.py
with
2 additions
and
2 deletions
lib/spack/spack/cmd/deactivate.py
+
1
−
1
View file @
88c810ed
...
@@ -37,7 +37,7 @@ def setup_parser(subparser):
...
@@ -37,7 +37,7 @@ def setup_parser(subparser):
help
=
"
Run deactivation even if spec is NOT currently activated.
"
)
help
=
"
Run deactivation even if spec is NOT currently activated.
"
)
subparser
.
add_argument
(
subparser
.
add_argument
(
'
-a
'
,
'
--all
'
,
action
=
'
store_true
'
,
'
-a
'
,
'
--all
'
,
action
=
'
store_true
'
,
help
=
"
Deactivate all extensions of an extendable pac
a
kge, or
"
help
=
"
Deactivate all extensions of an extendable pack
a
ge, or
"
"
deactivate an extension AND its dependencies.
"
)
"
deactivate an extension AND its dependencies.
"
)
subparser
.
add_argument
(
subparser
.
add_argument
(
'
spec
'
,
nargs
=
argparse
.
REMAINDER
,
help
=
"
spec of package extension to deactivate.
"
)
'
spec
'
,
nargs
=
argparse
.
REMAINDER
,
help
=
"
spec of package extension to deactivate.
"
)
...
...
This diff is collapsed.
Click to expand it.
lib/spack/spack/database.py
+
1
−
1
View file @
88c810ed
...
@@ -489,7 +489,7 @@ def remove(self, spec):
...
@@ -489,7 +489,7 @@ def remove(self, spec):
1. Marks the spec as not installed.
1. Marks the spec as not installed.
2. Removes the spec if it has no more dependents.
2. Removes the spec if it has no more dependents.
3. If removed, recursively updates dependencies
'
ref counts
3. If removed, recursively updates dependencies
'
ref counts
and rem
v
oes them if they are no longer needed.
and remo
v
es them if they are no longer needed.
"""
"""
# Take a lock around the entire removal.
# Take a lock around the entire removal.
...
...
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