summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2024-05-17 15:03:57 -0700
committerGitHub <noreply@github.com>2024-05-17 22:03:57 +0000
commit77c83af17d743d85a437de75e22e58af7dffae37 (patch)
treee504b723228a09674dfdb75345038bda6149ee53
parent574bd2db9925aaea47330f44a7c27b886cb067ce (diff)
downloadspack-77c83af17d743d85a437de75e22e58af7dffae37.tar.gz
spack-77c83af17d743d85a437de75e22e58af7dffae37.tar.bz2
spack-77c83af17d743d85a437de75e22e58af7dffae37.tar.xz
spack-77c83af17d743d85a437de75e22e58af7dffae37.zip
docs: remove warning about repositories and package extension (#44247)
Local package repositories are very well supported and we test them extensively, so this warning from 8 years ago can be removed from the docs.
-rw-r--r--lib/spack/docs/repositories.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/spack/docs/repositories.rst b/lib/spack/docs/repositories.rst
index ae8f292945..3b20c78bfc 100644
--- a/lib/spack/docs/repositories.rst
+++ b/lib/spack/docs/repositories.rst
@@ -476,9 +476,3 @@ implemented using Python's built-in `sys.path
:py:mod:`spack.repo` module implements a custom `Python importer
<https://docs.python.org/2/library/imp.html>`_.
-.. warning::
-
- The mechanism for extending packages is not yet extensively tested,
- and extending packages across repositories imposes inter-repo
- dependencies, which may be hard to manage. Use this feature at your
- own risk, but let us know if you have a use case for it.