git: 5383ab8f568a - main - math/lapack: upgrade blas/lapack and Co to 3.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Nov 2022 22:01:55 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5383ab8f568a34af3b056bf30790a01550b21de3
commit 5383ab8f568a34af3b056bf30790a01550b21de3
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-16 10:20:05 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-16 22:01:41 +0000
math/lapack: upgrade blas/lapack and Co to 3.11.0
This upgrades math/blas, math/lapack, math/cblas, math/xlapack and
math/lapacke to 3.11.0.
Release notes at
<https://github.com/Reference-LAPACK/lapack/releases/tag/v3.11>.
---
math/lapack/Makefile | 10 +++++-----
math/lapack/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index d7cb4d9b23cd..cf67c56ed09c 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= lapack
-PORTVERSION= 3.10.1
+PORTVERSION= 3.11.0
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
PORTREVISION= 0
.else
@@ -9,7 +9,7 @@ CATEGORIES= math
MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \
http://www.netlib.org/lapack/:man \
LOCAL/thierry/lapack-${PORTVERSION}/:man
-DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}:src
+DISTFILES= v${PORTVERSION:R}${EXTRACT_SUFX}:src
.if make(makesum) || !(defined(BLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT))
DISTFILES+= manpages.tgz:man
.endif
@@ -22,7 +22,7 @@ WWW?= https://www.netlib.org/lapack/
LICENSE?= BSD3CLAUSE
USES= cmake:testing cpe fortran
-WRKSRC= ${WRKDIR}/lapack-${PORTVERSION}
+WRKSRC= ${WRKDIR}/lapack-${PORTVERSION:R}
# The actual math/scilab needs deprecated functions - to be removed later
CMAKE_ON= BUILD_SHARED_LIBS BUILD_DEPRECATED
USE_LDCONFIG= yes
@@ -51,7 +51,7 @@ LIBS= cblas
PLIST_SUB+= BLAS="@comment " CBLAS="" LAPACK="@comment " XLAPACK="@comment " LAPACKE="@comment "
.elif defined(LAPACKE_SLAVEPORT)
USES+= blaslapack
-CMAKE_ON+= USE_OPTIMIZED_BLAS USE_OPTIMIZED_LAPACK LAPACKE
+CMAKE_ON+= USE_OPTIMIZED_LAPACK LAPACKE
CMAKE_ARGS+= -DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so" \
-DLAPACK_LIBRARIES="${LOCALBASE}/lib/liblapack.so"
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/LAPACKE
@@ -63,7 +63,7 @@ LIB_DEPENDS+= libblas.so:math/blas \
liblapack.so:math/lapack \
libxblas.so:math/xblas
FFLAGS+= -fallow-argument-mismatch
-CMAKE_ON+= USE_OPTIMIZED_BLAS USE_XBLAS BUILD_TESTING
+CMAKE_ON+= USE_XBLAS BUILD_TESTING
CMAKE_ARGS+= -DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so"
PLIST_SUB+= BLAS="@comment " CBLAS="@comment " LAPACK="@comment " XLAPACK="" LAPACKE="@comment "
.else
diff --git a/math/lapack/distinfo b/math/lapack/distinfo
index 1296638c747f..3d099753d270 100644
--- a/math/lapack/distinfo
+++ b/math/lapack/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1650032897
-SHA256 (lapack-3.10.1/v3.10.1.tar.gz) = cd005cd021f144d7d5f7f33c943942db9f03a28d110d6a3b80d718a295f7f714
-SIZE (lapack-3.10.1/v3.10.1.tar.gz) = 7632257
-SHA256 (lapack-3.10.1/manpages.tgz) = f91a4efe08acc3f4dc0aa27fae59a880d0426536d20ef93455ed3e8c0090399f
-SIZE (lapack-3.10.1/manpages.tgz) = 2446730
+TIMESTAMP = 1668549742
+SHA256 (lapack-3.11.0/v3.11.tar.gz) = 5a5b3bac27709d8c66286b7a0d1d7bf2d7170ec189a1a756fdf812c97aa7fd10
+SIZE (lapack-3.11.0/v3.11.tar.gz) = 7723909
+SHA256 (lapack-3.11.0/manpages.tgz) = 6e3aff37f95c6a5af48b9395af2ade102213ad391d1cbe1a1638c815925950c2
+SIZE (lapack-3.11.0/manpages.tgz) = 2478363