Skip to content
Snippets Groups Projects
  1. Nov 20, 2018
  2. Nov 19, 2018
  3. Nov 15, 2018
  4. Nov 13, 2018
  5. Nov 09, 2018
  6. Nov 07, 2018
  7. Nov 06, 2018
  8. 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
    • Jakub Benda's avatar
      FindBLAS: Correct symbol searched in BLAS95 wrapper · 970b18e9
      Jakub Benda authored and Brad King's avatar Brad King committed
      The symbol "SGEMM", originally used to determine if a library provides
      Fortran 95 wrappers for BLAS, has been replaced by "sgemm_f95". "SGEMM"
      is provided by libmkl_intel_(i)lp64, which does not provide the generic
      Fortran 95 wrappers. Instead, libmkl_blas95_(i)lp does; one of the
      specializations of the type-generic interfaces contained in that library
      is "sgemm_f95".
      970b18e9
    • Craig Scott's avatar
      CPack: Rename Ext generator to External · 20d5e77a
      Craig Scott authored and Brad King's avatar Brad King committed
      Ext and External were used inconsistently in the code and the
      docs. This change converts all uses of Ext to External, including
      within variable names used by the generator.
      20d5e77a
    • Brad King's avatar
      Merge branch 'custom-command-work-dir-genex' into release-3.13 · 36280e61
      Brad King authored
      Merge-request: !2559
      36280e61
    • Brad King's avatar
      Merge branch 'update-curl' into release-3.13 · 4cd05948
      Brad King authored
      Merge-request: !2550
      4cd05948
  9. Nov 04, 2018
  10. Nov 03, 2018
    • Craig Scott's avatar
      Help: Fix generators link in cpack(1) manual · c12eefa8
      Craig Scott authored
      Minor rewording around the updated link and extra blank line
      added to improve readability and remove a potential
      ambiguity around the same area.
      
      Fixes: #18545
      c12eefa8
    • Brad King's avatar
      add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex · 98d59417
      Brad King authored
      Since commit v3.13.0-rc1~39^2 (add_custom_{command,target}:
      WORKING_DIRECTORY generator expressions, 2018-09-22) the
      `WORKING_DIRECTORY` option accepts generator expressions.
      Fix support for the case of a leading generator expression
      by deferring conversion to an absolute path until after
      evaluation of the generator expression.
      
      Fixes: #18543
      98d59417
  11. Nov 02, 2018
  12. Nov 01, 2018
Loading