Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 20:16:22 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: cecc3ec082aa - main - math/suitesparse-spex: upgrade to 3.1.0
Message-ID:  <202404292016.43TKGMsQ057728@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=cecc3ec082aa80bbbf564c6303b653803453f6a3

commit cecc3ec082aa80bbbf564c6303b653803453f6a3
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-04-29 19:43:35 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-04-29 20:05:38 +0000

    math/suitesparse-spex: upgrade to 3.1.0
---
 math/suitesparse-spex/Makefile  | 4 ++--
 math/suitesparse-spex/pkg-plist | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile
index 6ac80cb4fa6f..d7738b8b2c55 100644
--- a/math/suitesparse-spex/Makefile
+++ b/math/suitesparse-spex/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	2.3.2
+PORTVERSION=	3.1.0
 CATEGORIES=	math
 
 COMMENT=	Sparse Left-looking Integer-Preserving LU Factorization
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp	\
 		libamd.so:math/suitesparse-amd	\
 		libcolamd.so:math/suitesparse-colamd
 
-USES=		localbase:ldflags
+USES=		localbase:ldflags python
 LDFLAGS+=	-lm
 
 MPORTNAME=	SPEX
diff --git a/math/suitesparse-spex/pkg-plist b/math/suitesparse-spex/pkg-plist
index 6311dd733413..0c7215d11bfd 100644
--- a/math/suitesparse-spex/pkg-plist
+++ b/math/suitesparse-spex/pkg-plist
@@ -1,4 +1,5 @@
 include/suitesparse/SPEX.h
+include/suitesparse/spex_python_connect.h
 lib/cmake/SPEX/FindGMP.cmake
 lib/cmake/SPEX/FindMPFR.cmake
 lib/cmake/SPEX/SPEXConfig.cmake
@@ -7,8 +8,11 @@ lib/cmake/SPEX/SPEXTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/SPEX/SPEXTargets.cmake
 lib/libspex.a
 lib/libspex.so
-lib/libspex.so.2
+lib/libspex.so.3
 lib/libspex.so.%%VER%%
+lib/libspexpython.so
+lib/libspexpython.so.3
+lib/libspexpython.so.%%VER%%
 libdata/pkgconfig/SPEX.pc
 %%PORTDOCS%%%%DOCSDIR%%/SPEX_README.md
 %%PORTDOCS%%%%DOCSDIR%%/SPEX_UserGuide.pdf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404292016.43TKGMsQ057728>