git: eb008a462518 - main - math/universal: Update 3.32.1 -> 3.34.1

Yuri Victorovich yuri at FreeBSD.org
Tue Aug 31 09:42:58 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb008a4625185d9e609ca6830f1ce177c7dd27a9

commit eb008a4625185d9e609ca6830f1ce177c7dd27a9
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-31 09:04:37 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-31 09:42:40 +0000

    math/universal: Update 3.32.1 -> 3.34.1
    
    Reported by:    portscout
---
 math/universal/Makefile  |  4 ++--
 math/universal/distinfo  |  6 +++---
 math/universal/pkg-plist | 27 ++++++++++++++++++++++++---
 3 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/math/universal/Makefile b/math/universal/Makefile
index f781898cb310..633d3891f7db 100644
--- a/math/universal/Makefile
+++ b/math/universal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	universal
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.32.1
+DISTVERSION=	3.34.1
 CATEGORIES=	math
 PKGNAMESUFFIX=	-fp-library
 
@@ -23,7 +23,7 @@ TOOLS_DESC=		Build command line tools
 TOOLS_CMAKE_BOOL=	BUILD_CMD_LINE_TOOLS
 TOOLS_VARS_OFF=		NO_ARCH=yes # header-only library w/out executables
 
-do-test:
+do-test: # tests fail to compile: https://github.com/stillwater-sc/universal/issues/247
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_OFF:C/(.*)/-D\1=ON/} ${CMAKE_SOURCE_PATH} && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
diff --git a/math/universal/distinfo b/math/universal/distinfo
index 9b0cdaeabd04..42a6be5eae05 100644
--- a/math/universal/distinfo
+++ b/math/universal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628359214
-SHA256 (stillwater-sc-universal-v3.32.1_GH0.tar.gz) = ee4ab15df438ba7370fea35c3c79cd53a242407573b503372a8b2373428db94b
-SIZE (stillwater-sc-universal-v3.32.1_GH0.tar.gz) = 110968772
+TIMESTAMP = 1630400433
+SHA256 (stillwater-sc-universal-v3.34.1_GH0.tar.gz) = a37f10fba07bc3441f9fd126c00609bd7247ba37204d0cd5aec701cca820ca0b
+SIZE (stillwater-sc-universal-v3.34.1_GH0.tar.gz) = 111007506
diff --git a/math/universal/pkg-plist b/math/universal/pkg-plist
index f7a2513f9f46..59f7ed933f39 100644
--- a/math/universal/pkg-plist
+++ b/math/universal/pkg-plist
@@ -113,6 +113,7 @@ include/universal/native/integers.hpp
 include/universal/native/manipulators.hpp
 include/universal/native/native.hpp
 include/universal/native/nonconstexpr/clang_long_double.hpp
+include/universal/native/nonconstexpr/extract_fp_components.hpp
 include/universal/native/nonconstexpr/gcc_long_double.hpp
 include/universal/native/nonconstexpr/hpcc_long_double.hpp
 include/universal/native/nonconstexpr/ibmxlc_long_double.hpp
@@ -140,6 +141,8 @@ include/universal/number/areal/manipulators.hpp
 include/universal/number/areal/math_functions.hpp
 include/universal/number/areal/numeric_limits.hpp
 include/universal/number/areal/table.hpp
+include/universal/number/blocktriple-design.txt
+include/universal/number/cfloat-design.txt
 include/universal/number/cfloat/cfloat.hpp
 include/universal/number/cfloat/cfloat_fwd.hpp
 include/universal/number/cfloat/cfloat_impl.hpp
@@ -160,9 +163,10 @@ include/universal/number/cfloat/math/sqrt.hpp
 include/universal/number/cfloat/math/sqrt_tables.hpp
 include/universal/number/cfloat/math/trigonometry.hpp
 include/universal/number/cfloat/math/truncate.hpp
-include/universal/number/cfloat/math_functions.hpp
+include/universal/number/cfloat/mathlib.hpp
 include/universal/number/cfloat/numeric_limits.hpp
 include/universal/number/cfloat/table.hpp
+include/universal/number/cfloat/trace_constants.hpp
 include/universal/number/decimal/decimal.hpp
 include/universal/number/decimal/decimal_impl.hpp
 include/universal/number/decimal/exceptions.hpp
@@ -172,7 +176,22 @@ include/universal/number/fixpnt/exceptions.hpp
 include/universal/number/fixpnt/fixpnt.hpp
 include/universal/number/fixpnt/fixpnt_impl.hpp
 include/universal/number/fixpnt/manipulators.hpp
-include/universal/number/fixpnt/math_functions.hpp
+include/universal/number/fixpnt/math/classify.hpp
+include/universal/number/fixpnt/math/complex.hpp
+include/universal/number/fixpnt/math/error_and_gamma.hpp
+include/universal/number/fixpnt/math/exponent.hpp
+include/universal/number/fixpnt/math/fractional.hpp
+include/universal/number/fixpnt/math/hyperbolic.hpp
+include/universal/number/fixpnt/math/hypot.hpp
+include/universal/number/fixpnt/math/logarithm.hpp
+include/universal/number/fixpnt/math/minmax.hpp
+include/universal/number/fixpnt/math/next.hpp
+include/universal/number/fixpnt/math/pow.hpp
+include/universal/number/fixpnt/math/sqrt.hpp
+include/universal/number/fixpnt/math/sqrt_tables.hpp
+include/universal/number/fixpnt/math/trigonometry.hpp
+include/universal/number/fixpnt/math/truncate.hpp
+include/universal/number/fixpnt/mathlib.hpp
 include/universal/number/fixpnt/numeric_limits.hpp
 include/universal/number/float/exceptions.hpp
 include/universal/number/float/float_functions.hpp
@@ -213,7 +232,7 @@ include/universal/number/posit/math/sqrt.hpp
 include/universal/number/posit/math/sqrt_tables.hpp
 include/universal/number/posit/math/trigonometry.hpp
 include/universal/number/posit/math/truncate.hpp
-include/universal/number/posit/math_functions.hpp
+include/universal/number/posit/mathlib.hpp
 include/universal/number/posit/numeric_limits.hpp
 include/universal/number/posit/posit.hpp
 include/universal/number/posit/posit_c_api.h
@@ -300,6 +319,7 @@ include/universal/verification/blockbinary_test_status.hpp
 include/universal/verification/blocktriple_test_status.hpp
 include/universal/verification/cfloat_math_test_suite.hpp
 include/universal/verification/cfloat_test_suite.hpp
+include/universal/verification/fixpnt_math_test_suite.hpp
 include/universal/verification/fixpnt_test_suite.hpp
 include/universal/verification/integer_test_suite.hpp
 include/universal/verification/performance_runner.hpp
@@ -308,6 +328,7 @@ include/universal/verification/posit_test_randoms.hpp
 include/universal/verification/posit_test_suite.hpp
 include/universal/verification/quire_test_suite.hpp
 include/universal/verification/skeleton_test_suite.hpp
+include/universal/verification/test_case.hpp
 include/universal/verification/test_reporters.hpp
 include/universal/verification/test_status.hpp
 include/universal/verification/test_suite.hpp


More information about the dev-commits-ports-main mailing list