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