Skip to content
Snippets Groups Projects
  1. Jul 28, 2022
  2. Jul 22, 2022
  3. Jul 18, 2022
  4. Jul 13, 2022
  5. Jul 08, 2022
  6. Jul 07, 2022
  7. Jul 06, 2022
    • Eisuke Kawashima's avatar
      FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilers · 28d52a43
      Eisuke Kawashima authored and Brad King's avatar Brad King committed
      Since commit 2c9e623e (Find{BLAS,LAPACK}: Add support for the NVHPC
      LAPACK library, 2021-05-05, v3.21.0-rc1~192^2) we try the `-fortranlibs`
      option as a dependency of the NVHPC LAPACK.  That flag is specific to
      the NVHPC/PGI compilers, so use it conditionally with them.
      
      Without this modification, CMake fails to find LAPACK if
      
      - compiler ID is GNU
      - `BLA_STATIC` is `ON`
      - `BLA_VENDOR` is not defined or set to `All`
      
      Fixes: #23705, #22878
      28d52a43
  8. Jun 30, 2022
  9. Jun 29, 2022
    • Kyle Edwards's avatar
      install(EXPORT): Check for missing file sets at generate time · 3fee5398
      Kyle Edwards authored
      Missing file sets were originally checked at configure time in
      install(TARGETS ... EXPORT), but were not checked at generate time. If
      a file set was added after install(TARGETS ... EXPORT) was called,
      an abortion error was thrown. Check again at generate time to gracefully
      display an error message instead of crashing.
      
      Fixes: #23680
      3fee5398
  10. Jun 27, 2022
  11. Jun 22, 2022
  12. Jun 21, 2022
    • Brad King's avatar
      ExternalProject: Fix regression in stamp creation for Xcode+iOS · 5022b42f
      Brad King authored
      The change to `_ep_add_mkdir_command` in commit 5fbac2bb
      (ExternalProject: Move inline scripts to separate files, 2022-01-22,
      v3.23.0-rc1~101^2) did not account for the possibility that
      `CMAKE_CFG_INTDIR` is `$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)`
      instead of just the configuration name.  Pass the value into the helper
      script on the command line so that the native buildsystem placeholders
      are evaluated.
      
      Fixes: #23645
      5022b42f
  13. Jun 11, 2022
  14. Jun 10, 2022
  15. Jun 03, 2022
  16. Jun 02, 2022
  17. Jun 01, 2022
Loading