Skip to content
Snippets Groups Projects
  1. May 04, 2021
  2. May 03, 2021
  3. Apr 30, 2021
  4. Apr 29, 2021
  5. Apr 28, 2021
  6. Apr 26, 2021
  7. Apr 23, 2021
  8. Apr 22, 2021
  9. Apr 21, 2021
  10. Apr 20, 2021
  11. Apr 19, 2021
  12. Apr 17, 2021
  13. Apr 16, 2021
  14. Apr 15, 2021
  15. Apr 14, 2021
  16. Apr 08, 2021
  17. Apr 07, 2021
    • Brad King's avatar
      Restore support for backslashes in initial language-wide flags · 3953dfcb
      Brad King authored
      Refactoring in commit bdc40742 (CMakeDetermineCompilerId: Test without
      COMPILER_ID_FLAGS if REQUIRE_SUCCESS, 2021-02-27, v3.20.0-rc3~6^2) added
      an extra macro layer through which flag strings are passed.  That caused
      an extra level of argument re-parsing, and broke flags with backslashes.
      Pass flags to the helper macro through variable names instead.
      
      Fixes: #22041
      3953dfcb
    • Brad King's avatar
      FindBLAS: Fix detection of OpenMP as dependency of BLA_STATIC · 9ef82d95
      Brad King authored
      Update the change from commit f7f3d898 (FindBLAS: Add dependency of
      OpenBLAS on OpenMP for BLA_STATIC, 2020-11-10, v3.20.0-rc1~492^2):
      
      * If C is not enabled, find CXX OpenMP libraries instead.
      
      * Do not use BLA_STATIC's custom CMAKE_FIND_LIBRARY_SUFFIXES for OpenMP.
        It can break projects that already call `find_package(OpenMP)` and
        expect a shared library.  Whether OpenMP is static is orthogonal to
        whether BLAS is static.
      
      Fixes: #22039
      Issue: #16221
      9ef82d95
Loading