dwww Home | Show directory contents | Find package

lapack (3.11.0-2) unstable; urgency=medium

  * cblas64-test.patch: new patch, fixes test failure on 64-bit big endian archs
  * Fix output of CBLAS64 test printed in build log.
    It would previously print output of CBLAS tests.

 -- Sébastien Villemot <sebastien@debian.org>  Sun, 27 Nov 2022 13:21:52 +0100

lapack (3.11.0-1) unstable; urgency=medium

  * New upstream version 3.11.0
  * d/copyright: reflect upstream changes
  * Incorporate CBLAS64 into libblas64-3, since CBLAS is now buildable in 64-bit
  * d/control: drop transitional liblapack-pic package, no longer needed

 -- Sébastien Villemot <sebastien@debian.org>  Sat, 26 Nov 2022 23:04:00 +0100

lapack (3.10.1-2) unstable; urgency=medium

  * Bump S-V to 4.6.1
  * Remove manpages with too generic name (Closes: #1011422)

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 23 May 2022 09:51:12 +0200

lapack (3.10.1-1) unstable; urgency=medium

  [ Sébastien Villemot ]
  * New upstream version 3.10.1
  * d/copyright: reflect upstream changes
  * Drop patches applied upstream:
    + xerbla-strlen.patch
    + docsdir.patch
    + CVE-2021-4048.patch

  [ Anton Gladky ]
  * Skip reprotest

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 18 Apr 2022 21:23:06 +0200

lapack (3.10.0-2) unstable; urgency=medium

  * Team upload.
  * [8d2c868] CVE-2021-4048. Fix out-of-bounds read flaw. (Closes: #1001902)
  * [3977090] Trim trailing whitespace.
  * [3a33ecf] Use secure URI in Homepage field.
  * [4c1aef3] Update renamed lintian tag names in lintian overrides.
  * [409fef7] Apply cme fix dpkg

 -- Anton Gladky <gladk@debian.org>  Sat, 18 Dec 2021 19:02:36 +0100

lapack (3.10.0-1) unstable; urgency=medium

  * New upstream version 3.10.0
  * d/copyright: reflect upstream changes
  * Drop patches applied upstream:
    + python3.patch
    + missing-lapacke-prototypes.patch
    + combssq-nan-propagation.patch
  * Add d/upstream/metadata
  * Bump to S-V 4.6.0
  * docsdir.patch: new patch, fixes doc build directory
  * xerbla-strlen.patch: new patch, fixes FTBFS related to xerbla C
    implementation changes

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 01 Sep 2021 15:01:55 +0200

lapack (3.9.0-3) unstable; urgency=medium

  [ Sébastien Villemot ]
  * Mark xerbla-c and xerbla-fortran autopkgtests as superficial
  * Bump to debhelper 13
    — drop some uses of dh-exec (but the latter is still needed for renaming)
    — simplify override_dh_auto_test rule

  [ Mo Zhou ]
  * Update my mail address in the Uploaders field.
  * Also build deprecated routines for the 64-bit lapack.

 -- Mo Zhou <lumin@debian.org>  Sat, 01 Aug 2020 22:15:54 +0800

lapack (3.9.0-2) unstable; urgency=medium

  * debian/rules: simplify using debhelper 12.8’s execute_{before,after}_* rules
  * Add pkgconfig files for 64-bit variants of libraries
  * combssq-nan-propagation.patch: new patch backported from upstream
  * Bump S-V to 4.5.0

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 02 Apr 2020 11:56:31 +0200

lapack (3.9.0-1) unstable; urgency=medium

  [ Sébastien Villemot ]
  * d/watch: update for move to Github
  * New upstream version 3.9.0
  * lapacke-makefile.patch: drop patch, applied upstream
  * d/rules: adapt for renaming of variables and path changes in upstream
    Makefiles
  * liblapack-doc: remove unused override for spelling-error-in-manpage
  * missing-lapacke-prototypes.patch: new patch, fixes unresolved symbols in
    liblapacke
  * Adapt lapack autopkgtests for a behaviour change in lapack_testing.py

  [ Matthias Klose ]
  * Don't run the 64bit autopkg tests on 32bit architectures.
    (Closes: #944468)

  [ Mo Zhou ]
  * Also exclude the rest 32bit Arches (that doko missed) for autopkgtest.

 -- Sébastien Villemot <sebastien@debian.org>  Sat, 23 Nov 2019 11:25:11 +0100

lapack (3.8.0-8) unstable; urgency=medium

  [ Sébastien Villemot ]
  * Migrate to Python 3
    + python3.patch: new patch
    + d/control, d/tests/control: replace python by python3 (Closes: #943142)
  * Bump to debhelper compat level 12. (On mipsel, disable dh_dwz.)

  [ Mo Zhou ]
  * Fix FTBFS with doxygen 1.8.16 (Closes: #943431)
  * Add README.if-you-look-for-libcblas.so.3 to libblas-dev (Closes: #943715)

 -- Mo Zhou <cdluminate@gmail.com>  Thu, 31 Oct 2019 20:43:00 +0800

lapack (3.8.0-7) unstable; urgency=medium

  * Revert debhelper compat level from 12 to 11, avoiding mipsel FTBFS.

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 04 Oct 2019 09:32:15 +0000

lapack (3.8.0-6) unstable; urgency=medium

  * Bump S-V to 4.4.1
  * Bump to debhelper compat level 12

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 30 Sep 2019 14:23:13 +0200

lapack (3.8.0-5) experimental; urgency=medium

  [ Mo Zhou ]
  * Fixup {blas,lapack,tmglib}64-dev installation path.

  [ Sébastien Villemot ]
  * No longer compile the static 32-bit indexing libraries with -fPIC.
    Previously the static 32-bit indexing libraries were compiled with -fPIC,
    because the objects produced when building the shared libraries were not
    correctly deleted (the “make cleanlib” rule did not clean them, we now use
    “make clean” instead).
  * For 64-bit indexing, also recompile functions under INSTALL/*
    These functions were previously not recompiled, i.e. they were using 32-bit
    integers. This would lead to some weird problems, especially on big-endian
    archs.
  * For 64-bit indexing, fix the NOOPT compilation flags.
    Files compiled with NOOPT were not passed the -fdefault-integer-8 flag,
    leading to crashes and infinite loops.
  * libblas64-dev.prerm.in: fix path in alternative
  * liblapacke-dev: add missing Breaks+Replaces liblapacke (<< 3.8.0-3)

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 26 Sep 2019 19:37:30 +0200

lapack (3.8.0-4) experimental; urgency=medium

  * Add header for patch makefile-blas-remove-dep.patch
  * Add a [Note] about CBLAS64 in changelog entry of (= 3.8.0-3).
  * Patch makefile to make the tests verbose (avoid timeout on buildd).

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 13 Sep 2019 05:58:09 +0000

lapack (3.8.0-3) experimental; urgency=medium

  [ Sébastien Villemot ]
  * Drop transitional package liblapack-doc-man
  * Remove -n flag in call to dh_makeshlibs. (Closes: #933353)

  [ Mo Zhou ]
  * Add myself to Uploaders.
  * Add "rename" to B-D to aid the build process.
  * control: Add packages for 64bit-indexing variants.
  * rules: Build the 64bit-indexing variant.
  * shlibs.local: Update dependency template for the 64bit-indexing variant.
  * Update installation control files.
  * Remove .install file for liblapack-pic due to merger into liblapack-dev.
  * Add postinst and prerm scripts for the 64bit-indexing variant.
  * Bump to Standards-Version 4.4.0
  * Fix alternative priority of liblapacke-dev (now 10 like other packages)
  * .pc file moved from liblapacke to liblapacke-dev
  * Don't build BLAS64/LAPACK64 on 32bit Architectures.
  * [Note] CBLAS64 is still not available in libblas64.so

 -- Mo Zhou <cdluminate@gmail.com>  Thu, 22 Aug 2019 10:39:25 +0800

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libblas-dev`.

Generated by dwww version 1.15 on Sat May 18 05:52:10 CEST 2024.