[Bug 247542] math/lapack: upgrade to 3.9.1 with math/blas + math/xlapack + math/cblas + math/lapacke

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 13 Jun 2021 17:49:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247542

--- Comment #32 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=c2488a6020830af2cf09699b887adec7af806bf3

commit c2488a6020830af2cf09699b887adec7af806bf3
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-06-13 17:35:55 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-06-13 17:48:12 +0000

    math/lapack: +math/blas et al., upgrade to 3.9.1

    - Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
      to 3.9.1;
      Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html>

    - Chase this upgrade in biology/treekin;

    - Add a test target;

    - Remove a conflict with math/openblas (PR 244296);

    - Fix the build with Gcc10 (PR 247485).

    PR:             247542
    Approved by:    expr-run by antoine@

 biology/treekin/Makefile                           |   2 +-
 biology/treekin/files/patch-src_calcpp.h (new)     |  12 +
 math/blas/Makefile                                 |   1 -
 math/cblas/Makefile                                | 133 +-----
 math/cblas/distinfo (gone)                         |   4 -
 math/lapack/Makefile                               | 298 ++++++--------
 math/lapack/distinfo                               |   9 +-
 math/lapack/files/manpages                         | 458 ++++++++++++++++++---
 math/lapack/files/patch-Makefile (gone)            |  11 -
 math/lapack/files/patch-SRC+Makefile (gone)        |  98 -----
 .../lapack/files/patch-TESTING+LIN+Makefile (gone) |  82 ----
 math/lapack/files/patch-TESTING+Makefile (gone)    |  14 -
 math/lapack/files/patch-lapacke+Makefile (gone)    |  30 --
 .../lapack/files/patch-lapacke+src+Makefile (gone) |  29 --
 math/lapack/files/static.mk (new)                  |   3 +
 math/lapack/pkg-descr                              |   1 +
 math/lapack/pkg-plist                              |  92 +++--
 math/openblas/Makefile                             |   2 -
 math/xlapack/Makefile                              |   1 -
 19 files changed, 599 insertions(+), 681 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.