Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 19:26:53 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: f610016ae2c6 - main - math/spectra: Update 0.9.0 -> 1.0.0
Message-ID:  <202107041926.164JQrgO022890@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=f610016ae2c693db0af4b18ac7e472fbb234d30d

commit f610016ae2c693db0af4b18ac7e472fbb234d30d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-04 17:44:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-04 19:26:48 +0000

    math/spectra: Update 0.9.0 -> 1.0.0
    
    Reported by:    portscout
---
 math/spectra/Makefile  |  2 +-
 math/spectra/distinfo  |  6 +++---
 math/spectra/pkg-plist | 13 +++++++++++++
 3 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/math/spectra/Makefile b/math/spectra/Makefile
index b3bdb5142c3f..5379fc9f3265 100644
--- a/math/spectra/Makefile
+++ b/math/spectra/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spectra
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.0
+DISTVERSION=	1.0.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/spectra/distinfo b/math/spectra/distinfo
index bc79c718cd81..600c892e5451 100644
--- a/math/spectra/distinfo
+++ b/math/spectra/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589874678
-SHA256 (yixuan-spectra-v0.9.0_GH0.tar.gz) = 2966757d432e8fba5958c2a05ad5674ce34eaae3718dd546c1ba8760b80b7a3d
-SIZE (yixuan-spectra-v0.9.0_GH0.tar.gz) = 205275
+TIMESTAMP = 1625420304
+SHA256 (yixuan-spectra-v1.0.0_GH0.tar.gz) = 45228b7d77b916b5384245eb13aa24bc994f3b0375013a8ba6b85adfd2dafd67
+SIZE (yixuan-spectra-v1.0.0_GH0.tar.gz) = 258248
diff --git a/math/spectra/pkg-plist b/math/spectra/pkg-plist
index 62dc6ef292b7..2d89b9e27ce1 100644
--- a/math/spectra/pkg-plist
+++ b/math/spectra/pkg-plist
@@ -1,14 +1,20 @@
+include/Spectra/DavidsonSymEigsSolver.h
 include/Spectra/GenEigsBase.h
 include/Spectra/GenEigsComplexShiftSolver.h
 include/Spectra/GenEigsRealShiftSolver.h
 include/Spectra/GenEigsSolver.h
+include/Spectra/JDSymEigsBase.h
 include/Spectra/LinAlg/Arnoldi.h
 include/Spectra/LinAlg/BKLDLT.h
 include/Spectra/LinAlg/DoubleShiftQR.h
 include/Spectra/LinAlg/Lanczos.h
+include/Spectra/LinAlg/Orthogonalization.h
+include/Spectra/LinAlg/RitzPairs.h
+include/Spectra/LinAlg/SearchSpace.h
 include/Spectra/LinAlg/TridiagEigen.h
 include/Spectra/LinAlg/UpperHessenbergEigen.h
 include/Spectra/LinAlg/UpperHessenbergQR.h
+include/Spectra/LinAlg/UpperHessenbergSchur.h
 include/Spectra/MatOp/DenseCholesky.h
 include/Spectra/MatOp/DenseGenComplexShiftSolve.h
 include/Spectra/MatOp/DenseGenMatProd.h
@@ -16,22 +22,29 @@ include/Spectra/MatOp/DenseGenRealShiftSolve.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/SparseRegularInverse.h
 include/Spectra/MatOp/SparseSymMatProd.h
 include/Spectra/MatOp/SparseSymShiftSolve.h
+include/Spectra/MatOp/SymShiftInvert.h
 include/Spectra/MatOp/internal/ArnoldiOp.h
+include/Spectra/MatOp/internal/SymGEigsBucklingOp.h
+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
 include/Spectra/SymGEigsSolver.h
 include/Spectra/Util/CompInfo.h
 include/Spectra/Util/GEigsMode.h
 include/Spectra/Util/SelectionRule.h
 include/Spectra/Util/SimpleRandom.h
 include/Spectra/Util/TypeTraits.h
+include/Spectra/Util/Version.h
 include/Spectra/contrib/LOBPCGSolver.h
 include/Spectra/contrib/PartialSVDSolver.h



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