math/libpoly: Update 0.1.8 -> 0.1.9
Reported by: portscout
This commit is contained in:
parent
9ca1a546d2
commit
4439567826
@ -1,6 +1,6 @@
|
||||
PORTNAME= libpoly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.8
|
||||
DISTVERSION= 0.1.9
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1586032779
|
||||
SHA256 (SRI-CSL-libpoly-v0.1.8_GH0.tar.gz) = 23935b1767ca2da067035c9b219a3637a39f1d9b3a8f93e3ffe8433a0362f5d4
|
||||
SIZE (SRI-CSL-libpoly-v0.1.8_GH0.tar.gz) = 506947
|
||||
TIMESTAMP = 1618388168
|
||||
SHA256 (SRI-CSL-libpoly-v0.1.9_GH0.tar.gz) = e17a012015d351b690c7c7a8b54f1ad140eee783eca0df2b25e20676d15f353d
|
||||
SIZE (SRI-CSL-libpoly-v0.1.9_GH0.tar.gz) = 614179
|
||||
|
@ -12,6 +12,25 @@ include/poly/polynomial.h
|
||||
include/poly/polynomial_context.h
|
||||
include/poly/polynomial_hash_set.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
|
||||
@ -24,4 +43,7 @@ include/poly/variable_order.h
|
||||
include/poly/version.h
|
||||
lib/libpoly.so
|
||||
lib/libpoly.so.0
|
||||
lib/libpoly.so.0.1.8
|
||||
lib/libpoly.so.0.1.9
|
||||
lib/libpolyxx.so
|
||||
lib/libpolyxx.so.0
|
||||
lib/libpolyxx.so.0.1.9
|
||||
|
Loading…
Reference in New Issue
Block a user