Skip to content
Snippets Groups Projects
  1. Nov 28, 2018
  2. Nov 27, 2018
  3. Nov 26, 2018
  4. Nov 20, 2018
  5. Nov 19, 2018
  6. Nov 15, 2018
  7. Nov 13, 2018
  8. Nov 09, 2018
  9. Nov 07, 2018
  10. Nov 06, 2018
  11. Nov 05, 2018
    • Brad King's avatar
      FindBoost: Add explicit Boost_ARCHITECTURE option · 1e08b625
      Brad King authored
      Boost 1.66 and above built with `--layout=versioned` add an architecture
      tag to the library file names.  We already try to compute this tag
      automatically when `CMAKE_CXX_COMPILER_ARCHITECTURE_ID` is available,
      but that is currently not computed everywhere.  Add an explicit
      `Boost_ARCHITECTURE` option that a user can set to specify the
      architecture tag.
      
      Issue: #17701
      1e08b625
    • Brad King's avatar
      Merge branch 'blaslapack95' into release-3.13 · fe997d80
      Brad King authored
      Merge-request: !2560
      fe997d80
    • Jakub Benda's avatar
      FindLAPACK: Correct library name and symbol searched in LAPACK95 wrapper · f1a3e4ec
      Jakub Benda authored and Brad King's avatar Brad King committed
      The symbol "CHEEV", originally used to determine if a library provides
      Fortran 95 wrappers for LAPACK, has been replaced by "cheev_f95". "CHEEV"
      is provided by libmkl_intel_(i)lp64, which does not provide the generic
      Fortran 95 wrappers. Instead, libmkl_lapack95_(i)lp64 does; one of the
      specializations of the type-generic interfaces contained in that library
      is "lapack_f95".
      
      Also, FindLAPACK used libmkl_intel_(i)lp64 instead of the correct
      libmkl_lapack95_(i)lp64 library for LAPACK95 functionality. This has
      been fixed, too.
      f1a3e4ec
Loading