diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index eae88c064c92..6a254cb70cc9 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -1,32 +1,31 @@ PORTNAME= libpoly DISTVERSIONPREFIX= v -DISTVERSION= 0.1.13 +DISTVERSION= 0.2.0 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= C library for manipulating polynomials WWW= https://github.com/SRI-CSL/libpoly LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libgmp.so:math/gmp USES= cmake:testing USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= SRI-CSL CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PIC .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=unused-but-set-variable .endif +# tests as of 0.2.0: 100% tests passed, 0 tests failed out of 14 + .include diff --git a/math/libpoly/distinfo b/math/libpoly/distinfo index 01734c316bd5..831611f67b9c 100644 --- a/math/libpoly/distinfo +++ b/math/libpoly/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1705110337 -SHA256 (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = ca7092eeeced3dd8bd86cdd3410207802ef1752d7052d92eee3e9e6bb496763c -SIZE (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = 621704 -SHA256 (c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch) = 4922156534124662b144ef0c56baca5f086c7c8351ea4c28e92975e90d48af29 -SIZE (c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch) = 658 +TIMESTAMP = 1746379622 +SHA256 (SRI-CSL-libpoly-v0.2.0_GH0.tar.gz) = 146adc0d3f6fe8038adb6b8b69dd16114a4be12f520d5c1fb333f3746d233abe +SIZE (SRI-CSL-libpoly-v0.2.0_GH0.tar.gz) = 641486 diff --git a/math/libpoly/pkg-plist b/math/libpoly/pkg-plist index 5b978415ec13..566daf94d073 100644 --- a/math/libpoly/pkg-plist +++ b/math/libpoly/pkg-plist @@ -1,49 +1,51 @@ include/poly/algebraic_number.h include/poly/assignment.h include/poly/dyadic_interval.h include/poly/dyadic_rational.h include/poly/feasibility_set.h +include/poly/feasibility_set_int.h include/poly/integer.h include/poly/interval.h include/poly/monomial.h include/poly/output_language.h include/poly/poly.h include/poly/polynomial.h include/poly/polynomial_context.h include/poly/polynomial_hash_set.h +include/poly/polynomial_heap.h include/poly/polynomial_vector.h include/poly/polyxx.h include/poly/polyxx/algebraic_number.h include/poly/polyxx/assignment.h include/poly/polyxx/context.h include/poly/polyxx/dyadic_interval.h include/poly/polyxx/dyadic_rational.h include/poly/polyxx/integer.h include/poly/polyxx/integer_ring.h include/poly/polyxx/interval.h include/poly/polyxx/interval_assignment.h include/poly/polyxx/polynomial.h include/poly/polyxx/polynomial_utils.h include/poly/polyxx/rational.h include/poly/polyxx/rational_interval.h include/poly/polyxx/sign_condition.h include/poly/polyxx/upolynomial.h include/poly/polyxx/utils.h include/poly/polyxx/value.h include/poly/polyxx/variable.h include/poly/rational.h include/poly/rational_interval.h include/poly/sign_condition.h include/poly/upolynomial.h include/poly/upolynomial_factors.h include/poly/value.h include/poly/variable_db.h include/poly/variable_list.h include/poly/variable_order.h include/poly/version.h lib/libpoly.so lib/libpoly.so.0 -lib/libpoly.so.0.1.13 +lib/libpoly.so.0.2.0 lib/libpolyxx.so lib/libpolyxx.so.0 -lib/libpolyxx.so.0.1.13 +lib/libpolyxx.so.0.2.0