docs: add a note about an issue being solved on develop (#32261)

This commit is contained in:
Harmen Stoppels 2022-08-19 14:40:41 +02:00 committed by GitHub
parent abf847ce82
commit 2daea9e4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.