Change logs for openblas source package in Lunar

  • openblas (0.3.21+ds-4) unstable; urgency=medium
    
      * Manage CMake files through the alternatives system.
        For consistency with the pkgconfig files.
      * Bump S-V to 4.6.2
    
     -- Sébastien Villemot <email address hidden>  Mon, 19 Dec 2022 16:03:51 +0100
  • openblas (0.3.21+ds-3) unstable; urgency=medium
    
      * Install CMake files under /usr/lib/$(MULTIARCH)/cmake/openblas$(FLAVOR)/
        Thanks to Juan Jose Garcia Ripoll for reporting (Closes: #1000332)
      * no-embedded-lapack.patch: fix logic for detecting build with 64-bit
        indexing. In particular, this fixes the riscv64 packages whose embedded
        LAPACK routines were unusable with 32-bit indexing.
        Thanks to Дмитрий Ермилов (Closes: #1022950)
    
     -- Sébastien Villemot <email address hidden>  Sun, 27 Nov 2022 21:22:10 +0100
  • openblas (0.3.21+ds-2) unstable; urgency=medium
    
      [ Mo Zhou ]
      * Cherry-pick upstream commit to fix ppc64el FTBFS.
    
      [ Sébastien Villemot ]
      * mips64el-utest-dnrm2.patch: new patch from upstream, fixes FTBFS on mips64el
    
     -- Sébastien Villemot <email address hidden>  Wed, 14 Sep 2022 13:07:58 +0200
  • 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