SHA256
1
0
forked from pool/cmake

Accepting request 758478 from home:mathletic:branches:devel:tools:building

- update to CMAke 3.16.2
  * FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX
  * FindBoost: Add support for Boost 1.72
  * FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries

OBS-URL: https://build.opensuse.org/request/show/758478
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=391
This commit is contained in:
Martin Pluskal
2019-12-20 12:36:56 +00:00
committed by Git OBS Bridge
parent a756456430
commit 1bd6d76661
8 changed files with 39 additions and 30 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 20 10:09:57 UTC 2019 - Christoph G <foss@grueninger.de>
- update to CMAke 3.16.2
* FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX
* FindBoost: Add support for Boost 1.72
* FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries
Full changelog see https://blog.kitware.com/cmake-3-16-2-available-for-download/
-------------------------------------------------------------------
Wed Nov 27 00:00:25 UTC 2019 - Simon Lees <sflees@suse.de>