spack clear -> clean
This commit is contained in:
parent
a965459eb2
commit
c9f64603f6
|
@ -128,7 +128,7 @@ spack load jupyter
|
||||||
Spack is a great tool, but sometimes things may fall over. These are the equivalents of *Have you tried turning it off an on again?* for Spack:
|
Spack is a great tool, but sometimes things may fall over. These are the equivalents of *Have you tried turning it off an on again?* for Spack:
|
||||||
|
|
||||||
* Uninstall all versions of the Dune package: `spack uninstall dune`
|
* Uninstall all versions of the Dune package: `spack uninstall dune`
|
||||||
* Clear all build caches `spack clear -a`
|
* Clear all build caches `spack clean -a`
|
||||||
* Remove `$HOME/.spack` (note you need to re-add the Dune repository afterwards: `spack repo add <path-to-dune-spack>`
|
* Remove `$HOME/.spack` (note you need to re-add the Dune repository afterwards: `spack repo add <path-to-dune-spack>`
|
||||||
|
|
||||||
If your problem persists, report it on [the issue tracker](https://gitlab.dune-project.org/spack/dune-spack/issues).
|
If your problem persists, report it on [the issue tracker](https://gitlab.dune-project.org/spack/dune-spack/issues).
|
||||||
|
|
Loading…
Reference in New Issue