1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/spectra: Update 0.7.0 -> 0.8.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2019-04-04 23:04:59 +00:00
parent a505b3c8a5
commit 5a4093bef6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497874
3 changed files with 7 additions and 4 deletions

View File

@ -2,17 +2,19 @@
PORTNAME= spectra
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
DISTVERSION= 0.8.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library for large scale eigenvalue problems
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= eigen:3,run
USE_GITHUB= yes
GH_ACCOUNT= yixuan
NO_BUILD= yes
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1547614108
SHA256 (yixuan-spectra-v0.7.0_GH0.tar.gz) = ff1a16c36c23c14e95777520496598c17b0377feb3106e6fa2e7c774300727f0
SIZE (yixuan-spectra-v0.7.0_GH0.tar.gz) = 188707
TIMESTAMP = 1554417960
SHA256 (yixuan-spectra-v0.8.0_GH0.tar.gz) = 7eede76ee2e62ed26af085c469ce81696ffa5a53da99e00ae7b70393519c7528
SIZE (yixuan-spectra-v0.8.0_GH0.tar.gz) = 200139

View File

@ -3,6 +3,7 @@ include/Spectra/GenEigsComplexShiftSolver.h
include/Spectra/GenEigsRealShiftSolver.h
include/Spectra/GenEigsSolver.h
include/Spectra/LinAlg/Arnoldi.h
include/Spectra/LinAlg/BKLDLT.h
include/Spectra/LinAlg/DoubleShiftQR.h
include/Spectra/LinAlg/Lanczos.h
include/Spectra/LinAlg/TridiagEigen.h