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
8d5961ec
Commit
8d5961ec
authored
8 years ago
by
Massimiliano Culpo
Committed by
Todd Gamblin
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
spack purge : updated documentation fixes #1938 (#2025)
parent
97265748
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/spack/docs/packaging_guide.rst
+9
-4
9 additions, 4 deletions
lib/spack/docs/packaging_guide.rst
with
9 additions
and
4 deletions
lib/spack/docs/packaging_guide.rst
+
9
−
4
View file @
8d5961ec
...
@@ -3004,13 +3004,18 @@ Cleans up all of Spack's temporary and cached files. This can be used to
...
@@ -3004,13 +3004,18 @@ Cleans up all of Spack's temporary and cached files. This can be used to
recover disk space if temporary files from interrupted or failed installs
recover disk space if temporary files from interrupted or failed installs
accumulate in the staging area.
accumulate in the staging area.
When called with ``--stage`` or
``--all`` (or
without arguments
, in which case
When called with ``--stage`` or without arguments
this removes all staged
the default is ``--all``) this removes all staged files; this is equivalent to
files and will be equivalent to running ``spack clean`` for every package
running ``spack clean`` for every package
you have fetched or staged.
you have fetched or staged.
When called with ``--
cache`` or ``--all
`` this will clear all resources
When called with ``--
downloads
`` this will clear all resources
:ref:`cached <caching>` during installs.
:ref:`cached <caching>` during installs.
When called with ``--user-cache`` this will remove caches in the user home
directory, including cached virtual indices.
To remove all of the above, the command can be called with ``--all``.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Keeping the stage directory on success
Keeping the stage directory on success
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
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