pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/fast_float
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 10 16:38:20 UTC 2025
Modified Files:
pkgsrc/math/fast_float: Makefile distinfo
Log Message:
fast_float: updated to 8.0.0
8.0.0
Add version macros
Better compile time error messages for unsupported types
Fix clang warning unused function
Support char8_t on C++20
update scripts
Add tests for all supported char types
adding actual benchmarks to the project
introduce equiv_uint_t helper
Silenced Visual Studio compiler warning
documenting benchmarks
16-bit float support
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/fast_float/Makefile \
pkgsrc/math/fast_float/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/fast_float/Makefile
diff -u pkgsrc/math/fast_float/Makefile:1.5 pkgsrc/math/fast_float/Makefile:1.6
--- pkgsrc/math/fast_float/Makefile:1.5 Fri Dec 27 18:17:15 2024
+++ pkgsrc/math/fast_float/Makefile Mon Feb 10 16:38:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/12/27 18:17:15 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/10 16:38:20 adam Exp $
-DISTNAME= fast_float-7.0.0
+DISTNAME= fast_float-8.0.0
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=fastfloat/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/math/fast_float/distinfo
diff -u pkgsrc/math/fast_float/distinfo:1.5 pkgsrc/math/fast_float/distinfo:1.6
--- pkgsrc/math/fast_float/distinfo:1.5 Fri Dec 27 18:17:15 2024
+++ pkgsrc/math/fast_float/distinfo Mon Feb 10 16:38:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/12/27 18:17:15 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/02/10 16:38:20 adam Exp $
-BLAKE2s (fast_float-7.0.0.tar.gz) = 89a9fba75339a2cab77643d16ed5c748b3617e92b04dd29c6623c9d76047b1d4
-SHA512 (fast_float-7.0.0.tar.gz) = d6745c0f7d3b7fd31d710ca1a5b8a58506d0009dbf2e1a29c70483abcec2c2498a15a5efef203f39b43a9357a04c91e360080b7897fffdf68bf4ec561c40c77d
-Size (fast_float-7.0.0.tar.gz) = 103358 bytes
+BLAKE2s (fast_float-8.0.0.tar.gz) = 341c18b4796d3af234e5ed5121cbde7ab4a6adfa2856085d9ad3c4c55a9908d8
+SHA512 (fast_float-8.0.0.tar.gz) = b4cf0a4802fa26eba2cd371b243bf8f9b662019c957d6f50b43e23937fac06845a9d10db0d4381e74549712237a00c0cfbfc7483d3bdb1a9d3b2185f8a62ad25
+Size (fast_float-8.0.0.tar.gz) = 120849 bytes
Home |
Main Index |
Thread Index |
Old Index