summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2022-08-19 14:40:41 +0200
committerGitHub <noreply@github.com>2022-08-19 12:40:41 +0000
commit2daea9e4b4d4ce28a07228b597932408a2b742c0 (patch)
tree1b083b4583a766ebf305a680732dbb279993d237 /lib
parentabf847ce82837918a50801b08768ca2a60f1898c (diff)
downloadspack-2daea9e4b4d4ce28a07228b597932408a2b742c0.tar.gz
spack-2daea9e4b4d4ce28a07228b597932408a2b742c0.tar.bz2
spack-2daea9e4b4d4ce28a07228b597932408a2b742c0.tar.xz
spack-2daea9e4b4d4ce28a07228b597932408a2b742c0.zip
docs: add a note about an issue being solved on `develop` (#32261)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/known_issues.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/spack/docs/known_issues.rst b/lib/spack/docs/known_issues.rst
index d60641187e..0e309f1829 100644
--- a/lib/spack/docs/known_issues.rst
+++ b/lib/spack/docs/known_issues.rst
@@ -14,7 +14,13 @@ problems if you encounter them.
Spack does not seem to respect ``packages.yaml``
------------------------------------------------
-A common problem in Spack v0.18 and above is that package, compiler and target
+.. note::
+
+ This issue is **resolved** as of v0.19.0.dev0 commit
+ `8281a0c5feabfc4fe180846d6fe95cfe53420bc5`, through the introduction of package
+ requirements. See :ref:`package-requirements`.
+
+A common problem in Spack v0.18.0 up to v0.19.0.dev0 is that package, compiler and target
preferences specified in ``packages.yaml`` do not seem to be respected. Spack picks the
"wrong" compilers and their versions, package versions and variants, and
micro-architectures.