Change logs for lapack source package in Trusty

  • lapack (3.5.0-2ubuntu1) trusty; urgency=medium
    
      * gcc is not enough for the xerbla-c test as we also need libc6-dev and
        others. Just upgrade the dependency to build-essential.
     -- Martin Pitt <email address hidden>   Wed, 26 Feb 2014 16:14:24 +0100
  • lapack (3.5.0-2) unstable; urgency=low
    
    
      * Do not compile the testsuite with -frecursive. Otherwise some test
        binaries allocate too much space on the stack, leading to crashes on
        mips{,el}.
    
     -- Sébastien Villemot <email address hidden>  Sat, 23 Nov 2013 16:08:26 +0100
  • lapack (3.5.0-1) unstable; urgency=low
    
    
      * New upstream release.
      * Upstream tarball is now DFSG-compatible, adapt the repackaging code.
      * Remove recursive.patch. Replace it by the -frecursive flag to gfortran, as
        recommended by upstream for fixing #693269.
      * debian/copyright: document the license of lapacke.
      * Bump Standards-Version to 3.9.5, no changes needed.
      * Ship lapacke PDF in liblapack-doc.
      * doxygen-exclude-binary-objects.patch: new patch, makes Doxygen skip binary
        objects.
      * liblapack-doc: go back to Doxygen-generated jquery.js, instead of the
        version shipped in the libjs-jquery package. Otherwise the HTML
        documentation is unusable.
    
     -- Sébastien Villemot <email address hidden>  Thu, 21 Nov 2013 22:40:10 +0100
  • lapack (3.4.2+dfsg-4) unstable; urgency=low
    
    
      * ia64_ignore_testfailures.patch: now ignore all test failures on ia64.
    
     -- Sébastien Villemot <email address hidden>  Sat, 21 Sep 2013 18:00:10 +0200
  • lapack (3.4.2+dfsg-2) unstable; urgency=low
    
    
      [ Sébastien Villemot ]
      * Bump to debhelper compat level 9
      * Simplification and improvement of debian/rules:
        + use dh
        + remove hack to workaround timeouts in testsuite
        + ship testsuite summary generated by LAPACK build system instead of
          generating our own
        + do not run testsuite if DEB_BUILD_OPTIONS contains "nocheck"
          (Closes: #718948)
        + ensure that flags from dpkg-buildflags are injected everywhere
      * Install static library in liblapacke-dev
      * Remove remnants of old system for notifying testsuite errors at
        installation of the library
      * Switch VCS to Git
      * liblapack-dev now alternatively depends on libblas.so (Closes: #695825)
      * liblapack-dev now provides liblapack.so (instead of liblapack-3.so), for
        consistency with libblas-dev
      * Do not ship a copy of jquery.js; instead link to the version from the Debian
        package
      * Fix debian/watch
    
      [ Julian Taylor ]
      * strip -Bsymbolic-functions from LDFLAGS. -Bsymbolic-functions breaks
        xerbla_ error handling overrides as internal calls to it will not go
        over the plt anymore. With bfd linker --dynamic-list could be used
        instead but it doesn't seem work with gold linker. (Closes: #722252)
    
     -- Sébastien Villemot <email address hidden>  Sat, 14 Sep 2013 21:59:36 +0200