Date: Fri, 1 Mar 2024 16:59:21 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 200f1c5aa650 - main - math/flexiblas: upgrade to v3.4.2 Message-ID: <202403011659.421GxLIg011434@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=200f1c5aa6503ab1f6f1a81df242b1665c5c42c2 commit 200f1c5aa6503ab1f6f1a81df242b1665c5c42c2 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-03-01 09:31:11 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-03-01 16:59:15 +0000 math/flexiblas: upgrade to v3.4.2 Release notes at <https://github.com/mpimd-csc/flexiblas/releases/tag/v3.4.2> Also fix the license. --- math/flexiblas/Makefile | 4 ++-- math/flexiblas/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index bb96a3c47cce..d35945ca2554 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= flexiblas -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= math MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ @@ -7,7 +7,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= BLAS and LAPACK wrapper library with runtime exchangable backends WWW= https://www.mpi-magdeburg.mpg.de/projects/flexiblas -LICENSE= GPLv3 +LICENSE= LGPL3 LIB_DEPENDS= libblas.so:math/blas \ libblis.so:math/blis \ diff --git a/math/flexiblas/distinfo b/math/flexiblas/distinfo index d2d6ab421a85..0beb59a13aea 100644 --- a/math/flexiblas/distinfo +++ b/math/flexiblas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705076206 -SHA256 (flexiblas-3.4.1.tar.xz) = 38b85f8732db17a3b39b446aea44e529607405266b0a575e323bfdacaf2f0c45 -SIZE (flexiblas-3.4.1.tar.xz) = 16639740 +TIMESTAMP = 1709284108 +SHA256 (flexiblas-3.4.2.tar.xz) = a5e98b7f9918269d7887ee484c15729c58e87b63bae5a4afb36c36f2077d73da +SIZE (flexiblas-3.4.2.tar.xz) = 16666004
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403011659.421GxLIg011434>