Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 18:05:34 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: 39504db451af - main - math/ntpoly: upgrade to v3.0.0
Message-ID:  <202305301805.34UI5YON013235@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=39504db451af35194f4156944e3f59ba6eca42d2

commit 39504db451af35194f4156944e3f59ba6eca42d2
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-05-30 17:48:56 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-05-30 18:05:29 +0000

    math/ntpoly: upgrade to v3.0.0
    
    Release notes at
            <https://github.com/william-dawson/NTPoly/releases/tag/ntpoly-v3.0.0>.
---
 math/ntpoly/Makefile  |  3 +--
 math/ntpoly/distinfo  |  6 +++---
 math/ntpoly/pkg-plist | 10 ++++++++++
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/math/ntpoly/Makefile b/math/ntpoly/Makefile
index 231d9272c9fb..7156d0481175 100644
--- a/math/ntpoly/Makefile
+++ b/math/ntpoly/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	NTPoly
-DISTVERSION=	2.7.1
 DISTVERSIONPREFIX=	${PORTNAME:tl}-v
-PORTREVISION=	1
+DISTVERSION=	3.0.0
 CATEGORIES=	math
 
 MAINTAINER=	thierry@FreeBSD.org
diff --git a/math/ntpoly/distinfo b/math/ntpoly/distinfo
index 1c9784063112..b88ae752c3f2 100644
--- a/math/ntpoly/distinfo
+++ b/math/ntpoly/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1666081148
-SHA256 (william-dawson-NTPoly-ntpoly-v2.7.1_GH0.tar.gz) = c15d9f51ac054b4ef0565ce5c4c8589c10bdbab4dc3442ebd109691e2bbfc7e2
-SIZE (william-dawson-NTPoly-ntpoly-v2.7.1_GH0.tar.gz) = 281935
+TIMESTAMP = 1685464189
+SHA256 (william-dawson-NTPoly-ntpoly-v3.0.0_GH0.tar.gz) = bd0cf5170ce165f414f51ba9d2e77467ca669b2a3c1cc15ef199a93aba4da621
+SIZE (william-dawson-NTPoly-ntpoly-v3.0.0_GH0.tar.gz) = 300129
diff --git a/math/ntpoly/pkg-plist b/math/ntpoly/pkg-plist
index 8e2138c7244f..a4abc21f592f 100644
--- a/math/ntpoly/pkg-plist
+++ b/math/ntpoly/pkg-plist
@@ -7,8 +7,12 @@ include/DensityMatrixSolvers.h
 include/DensityMatrixSolvers_c.h
 include/EigenBounds.h
 include/EigenBounds_c.h
+include/EigenSolvers.h
+include/EigenSolvers_c.h
 include/ExponentialSolvers.h
 include/ExponentialSolvers_c.h
+include/FermiOperator.h
+include/FermiOperator_c.h
 include/GeometryOptimization.h
 include/GeometryOptimization_c.h
 include/HermiteSolvers.h
@@ -64,9 +68,14 @@ include/densitymatrixsolversmodule_wrp.mod
 include/dmatrixmodule.mod
 include/eigenboundsmodule.mod
 include/eigenboundsmodule_wrp.mod
+include/eigenexamodule.mod
+include/eigensolversmodule.mod
+include/eigensolversmodule_wrp.mod
 include/errormodule.mod
 include/exponentialsolversmodule.mod
 include/exponentialsolversmodule_wrp.mod
+include/fermioperatormodule.mod
+include/fermioperatormodule_wrp.mod
 include/gemmtasksmodule.mod
 include/geometryoptimizationmodule.mod
 include/geometryoptimizationmodule_wrp.mod
@@ -104,6 +113,7 @@ include/rootsolversmodule.mod
 include/rootsolversmodule_wrp.mod
 include/signsolversmodule.mod
 include/signsolversmodule_wrp.mod
+include/singularvaluesolversmodule.mod
 include/smatrixalgebramodule.mod
 include/smatrixalgebramodule_wrp.mod
 include/smatrixmodule.mod



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