Skip to content
Snippets Groups Projects
  1. Jul 28, 2022
  2. Jul 08, 2022
  3. Jul 07, 2022
  4. 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
  5. Jun 11, 2022
  6. Jun 10, 2022
  7. Jun 01, 2022
  8. May 31, 2022
  9. May 27, 2022
  10. May 24, 2022
  11. May 19, 2022
  12. May 16, 2022
  13. May 12, 2022
  14. Apr 26, 2022
  15. Apr 25, 2022
Loading