diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-23 18:44:11 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-24 13:12:23 +0100 |
commit | c2c034b9f891334184f5dbdb1c63a0c44cf8b49d (patch) | |
tree | e72da4141573eae0f3ff8688e0e671fc3816a8c0 /math/lapack/Makefile | |
parent | x11-wm/korgwm: Update 4.0 → 5.0 (diff) |
math/blas, math/cblas, math/lapack, math/lapacke: upgrade to 3.12.1
Release notes at https://github.com/Reference-LAPACK/lapack/releases/tag/v3.12.1
Remark: many patches are needed, see
https://github.com/Reference-LAPACK/lapack/pull/1093
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r-- | math/lapack/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 81b40008ccf9..0868b1e0bd36 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,9 +1,9 @@ PORTNAME?= lapack -PORTVERSION= 3.12.0 +PORTVERSION= 3.12.1 .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) -PORTREVISION= 2 +PORTREVISION= 0 .else -PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case. +PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case. .endif CATEGORIES= math MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \ @@ -30,7 +30,8 @@ CPE_VENDOR= lapack_project CPE_PRODUCT= lapack SVERSION= ${PORTVERSION:R:R} -PLIST_SUB= SVERSION="${SVERSION}" VER=${PORTVERSION} +LIBVERSION= ${PORTVERSION:C/1$/0/} +PLIST_SUB= SVERSION="${SVERSION}" VER=${LIBVERSION} .include <bsd.port.options.mk> |