git: a0df700865af - main - math/flexiblas: upgrade to v3.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 May 2024 15:32:21 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0df700865af5cd56f69ae8b5da2fc5d176d7ad4 commit a0df700865af5cd56f69ae8b5da2fc5d176d7ad4 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-05-23 14:42:22 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-05-23 15:31:30 +0000 math/flexiblas: upgrade to v3.4.3 Changelog at <https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release/-/blob/master/CHANGELOG> --- math/flexiblas/Makefile | 11 +++++++++-- math/flexiblas/distinfo | 6 +++--- math/flexiblas/pkg-plist | 1 + 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index d35945ca2554..22378e35c054 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,7 +1,8 @@ PORTNAME= flexiblas -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 +DISTVERSIONPREFIX= v CATEGORIES= math -MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ +#MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ MAINTAINER= thierry@FreeBSD.org COMMENT= BLAS and LAPACK wrapper library with runtime exchangable backends @@ -14,6 +15,12 @@ LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack USES= cmake:testing fortran python tar:xz +CMAKE_ARGS= -DLTO:BOOL=OFF + +USE_GITLAB= yes +GL_SITE= https://gitlab.mpi-magdeburg.mpg.de/ +GL_ACCOUNT= software +GL_PROJECT= ${PORTNAME}-release CONFIGURE_ENV= PYTHON_EXECUTABLE=${PYTHON_CMD} USE_LDCONFIG= yes diff --git a/math/flexiblas/distinfo b/math/flexiblas/distinfo index 0beb59a13aea..38542f2aa427 100644 --- a/math/flexiblas/distinfo +++ b/math/flexiblas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709284108 -SHA256 (flexiblas-3.4.2.tar.xz) = a5e98b7f9918269d7887ee484c15729c58e87b63bae5a4afb36c36f2077d73da -SIZE (flexiblas-3.4.2.tar.xz) = 16666004 +TIMESTAMP = 1716472281 +SHA256 (flexiblas-release-v3.4.3.tar.bz2) = 7ace63775d4e09e53df78d09c6c463fd71ad650fbe82678a496601c9faec39c7 +SIZE (flexiblas-release-v3.4.3.tar.bz2) = 42751159 diff --git a/math/flexiblas/pkg-plist b/math/flexiblas/pkg-plist index abfeafa51aad..9814e88e83ea 100644 --- a/math/flexiblas/pkg-plist +++ b/math/flexiblas/pkg-plist @@ -13,6 +13,7 @@ include/flexiblas/flexiblas_backend.h include/flexiblas/flexiblas_config.h include/flexiblas/flexiblas_dummy_cblas.h include/flexiblas/flexiblas_dummy_fortran.h +include/flexiblas/flexiblas_fortran_char_len.h include/flexiblas/flexiblas_fortran_mangle.h include/flexiblas/flexiblas_mgmt.h include/flexiblas/flexiblas_real_calls.h