diff options
author | James Smillie <83249606+jamessmillie@users.noreply.github.com> | 2024-10-18 15:37:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 14:37:41 -0700 |
commit | 899004e29a733a0a741e7e3c80fd706cb3e03b3c (patch) | |
tree | 3b59cfc049e1fe935124c15782c4f3bc9b576e34 /README.md | |
parent | df6427d2598cf573651acbef90aa87c3db8bfd9f (diff) | |
download | spack-899004e29a733a0a741e7e3c80fd706cb3e03b3c.tar.gz spack-899004e29a733a0a741e7e3c80fd706cb3e03b3c.tar.bz2 spack-899004e29a733a0a741e7e3c80fd706cb3e03b3c.tar.xz spack-899004e29a733a0a741e7e3c80fd706cb3e03b3c.zip |
Boost: fix logic for controlling which libs build on Windows (#46414)
Older builds of Boost were failing on Windows because they were
adding --without-... flags for libraries that did not exist in those
versions. So:
* lib variants are updated with version range info (current range
info for libs is not comprehensive, but represents changes over the
last few minor versions up to 1.85)
* On Windows, --without-... options are omitted for libraries when they
don't exist for the version of boost being built. Non-Windows uses
a different approach, which was not affected because the new libraries
were not activated by default. It would benefit from similar attention
though to avoid potential future issues.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions