SHA256
1
0
forked from pool/cmake

Accepting request 920698 from home:AndreasStieger:branches:devel:tools:building

cmake 3.21.3

OBS-URL: https://build.opensuse.org/request/show/920698
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=473
This commit is contained in:
2021-09-21 23:53:29 +00:00
committed by Git OBS Bridge
parent 47fab54a20
commit e7b9462dd9
8 changed files with 48 additions and 35 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 21 20:36:02 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- cmake 3.21.3:
* The AMD ROCm Platform hipcc compiler was identifed by CMake
3.21.0 through 3.21.2 as a distinct compiler with id ROCMClang.
This has been removed because it caused regressions. Instead:
hipcc may no longer be used as a HIP compiler because it
interferes with flags CMake needs to pass to Clang. Use Clang
directly. hipcc may once again be used as a CXX compiler, and
is treated as whatever compiler it selects underneath, as
CMake 3.20 and below did.
-------------------------------------------------------------------
Wed Sep 8 12:46:31 UTC 2021 - Max Lin <mlin@suse.com>