From 788391993d4e2f0daad24c8e7b02215202ca6453 Mon Sep 17 00:00:00 2001 From: Chengcheng Jin Date: Wed, 29 Oct 2025 20:04:04 +0000 Subject: [PATCH 1/2] [MINOR] Add the fast float dependency --- dev/vcpkg/vcpkg.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/vcpkg/vcpkg.json b/dev/vcpkg/vcpkg.json index fb349dd05feb..ce58ed015546 100644 --- a/dev/vcpkg/vcpkg.json +++ b/dev/vcpkg/vcpkg.json @@ -26,6 +26,7 @@ "name": "folly", "features": ["zstd", "lz4", "lzma", "snappy"] }, + "fast-float", "boost-atomic", "boost-context", "boost-circular-buffer", @@ -34,7 +35,6 @@ "boost-filesystem", "boost-program-options", "boost-process", - "boost-regex", "boost-locale", "boost-system", "boost-stacktrace", @@ -113,6 +113,7 @@ }, "overrides": [ { "name": "fmt", "version": "10.1.1" }, - { "name": "xsimd", "version": "10.0.0" } + { "name": "xsimd", "version": "10.0.0" }, + { "name": "fast-float", "version": "8.0.2" } ] } From dc0ca94f63accb889e1877e114e796b348bff5a1 Mon Sep 17 00:00:00 2001 From: Chengcheng Jin Date: Wed, 29 Oct 2025 20:05:40 +0000 Subject: [PATCH 2/2] fix --- dev/vcpkg/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/vcpkg/vcpkg.json b/dev/vcpkg/vcpkg.json index ce58ed015546..2f2b33b6de70 100644 --- a/dev/vcpkg/vcpkg.json +++ b/dev/vcpkg/vcpkg.json @@ -35,6 +35,7 @@ "boost-filesystem", "boost-program-options", "boost-process", + "boost-regex", "boost-locale", "boost-system", "boost-stacktrace",