Change logs for openblas source package in Kinetic

  • openblas (0.3.20+ds-2) unstable; urgency=medium
    
      * Remove deprecated xCOMBSSQ lapack routines. (Closes: #1011386)
      * Remove bin:libjulia-openblas64, which is no longer needed.
        Exporting libopenblas64_.so with SYMBOLSUFFIX=64_ in Julia private
        library as an external dependency introduces complication in Julia
        package compiling process. We currently do not have proposal to
        put libopenblas64_.so (with symbol suffix) in the public library,
        because that will eventually lead to NINE variants to build for amd64:
        (1) LP64 (32-bit indexing), three threading models, default;
        (2) ILP64 (64-bit indexing), three threading models, no symbol suffix;
        (3) ILP64 (64-bit indexing), three threading models, symbols suffix 64_.
        Currently we only provide the (1) and (2) combinations, because BLAS
        libraries without symbol mangling can still be alternated to e.g. MKL.
    
     -- Mo Zhou <email address hidden>  Sat, 21 May 2022 16:25:13 -0400
  • openblas (0.3.20+ds-1) unstable; urgency=medium
    
      * New upstream version 0.3.20+ds
      * d/copyright: reflect upstream changes
      * mips64el.patch, avx512-dgemm.patch: drop patches, applied upstream
    
     -- Sébastien Villemot <email address hidden>  Mon, 21 Feb 2022 11:14:52 +0100