Date: Thu, 2 Jan 2025 04:51:14 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f7f53dd2b5b - main - math/spectra: update 1.0.1 =?utf-8?Q?=E2=86=92?= 1.1.0 Message-ID: <202501020451.5024pEBN041475@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f7f53dd2b5b56263a29962ab87ac9ebdd280fae commit 6f7f53dd2b5b56263a29962ab87ac9ebdd280fae Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-02 04:50:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-02 04:51:07 +0000 math/spectra: update 1.0.1 → 1.1.0 Reported by: portscout --- math/spectra/Makefile | 6 +++--- math/spectra/distinfo | 6 +++--- math/spectra/pkg-plist | 11 +++++++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/math/spectra/Makefile b/math/spectra/Makefile index 8299bf6966e4..739f5b77a75e 100644 --- a/math/spectra/Makefile +++ b/math/spectra/Makefile @@ -1,12 +1,12 @@ PORTNAME= spectra DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for large scale eigenvalue problems -WWW= https://spectralib.org +WWW= https://spectralib.org \ + https://github.com/yixuan/spectra LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/spectra/distinfo b/math/spectra/distinfo index 746d062f8644..05ef527b965c 100644 --- a/math/spectra/distinfo +++ b/math/spectra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649316625 -SHA256 (yixuan-spectra-v1.0.1_GH0.tar.gz) = 919e3fbc8c539a321fd5a0766966922b7637cc52eb50a969241a997c733789f3 -SIZE (yixuan-spectra-v1.0.1_GH0.tar.gz) = 259951 +TIMESTAMP = 1735791195 +SHA256 (yixuan-spectra-v1.1.0_GH0.tar.gz) = d29671e3d1b8036728933cadfddb05668a3cd6133331e91fc4535a9b85bedc79 +SIZE (yixuan-spectra-v1.1.0_GH0.tar.gz) = 273206 diff --git a/math/spectra/pkg-plist b/math/spectra/pkg-plist index 1bfb3f17ca09..8c7bf0abdcc6 100644 --- a/math/spectra/pkg-plist +++ b/math/spectra/pkg-plist @@ -3,6 +3,8 @@ include/Spectra/GenEigsBase.h include/Spectra/GenEigsComplexShiftSolver.h include/Spectra/GenEigsRealShiftSolver.h include/Spectra/GenEigsSolver.h +include/Spectra/HermEigsBase.h +include/Spectra/HermEigsSolver.h include/Spectra/JDSymEigsBase.h include/Spectra/LinAlg/Arnoldi.h include/Spectra/LinAlg/BKLDLT.h @@ -19,12 +21,14 @@ include/Spectra/MatOp/DenseCholesky.h include/Spectra/MatOp/DenseGenComplexShiftSolve.h include/Spectra/MatOp/DenseGenMatProd.h include/Spectra/MatOp/DenseGenRealShiftSolve.h +include/Spectra/MatOp/DenseHermMatProd.h include/Spectra/MatOp/DenseSymMatProd.h include/Spectra/MatOp/DenseSymShiftSolve.h include/Spectra/MatOp/SparseCholesky.h include/Spectra/MatOp/SparseGenComplexShiftSolve.h include/Spectra/MatOp/SparseGenMatProd.h include/Spectra/MatOp/SparseGenRealShiftSolve.h +include/Spectra/MatOp/SparseHermMatProd.h include/Spectra/MatOp/SparseRegularInverse.h include/Spectra/MatOp/SparseSymMatProd.h include/Spectra/MatOp/SparseSymShiftSolve.h @@ -35,7 +39,6 @@ include/Spectra/MatOp/internal/SymGEigsCayleyOp.h include/Spectra/MatOp/internal/SymGEigsCholeskyOp.h include/Spectra/MatOp/internal/SymGEigsRegInvOp.h include/Spectra/MatOp/internal/SymGEigsShiftInvertOp.h -include/Spectra/SymEigsBase.h include/Spectra/SymEigsShiftSolver.h include/Spectra/SymEigsSolver.h include/Spectra/SymGEigsShiftSolver.h @@ -48,6 +51,6 @@ include/Spectra/Util/TypeTraits.h include/Spectra/Util/Version.h include/Spectra/contrib/LOBPCGSolver.h include/Spectra/contrib/PartialSVDSolver.h -%%DATADIR%%/cmake/Spectra-targets.cmake -%%DATADIR%%/cmake/spectra-config-version.cmake -%%DATADIR%%/cmake/spectra-config.cmake +share/cmake/Spectra/Spectra-targets.cmake +share/cmake/Spectra/spectra-config-version.cmake +share/cmake/Spectra/spectra-config.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020451.5024pEBN041475>