You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include_guard(GLOBAL)
set(VELOX_FAST_FLOAT_VERSION 6.1.6)
set(VELOX_FAST_FLOAT_BUILD_SHA256_CHECKSUM
4458aae4b0eb55717968edda42987cabf5f7fc737aee8fede87a70035dba9ab0)
set(VELOX_FAST_FLOAT_SOURCE_URL
"https://github.com/fastfloat/fast_float/archive/v${VELOX_FAST_FLOAT_VERSION}.tar.gz"
)
resolve_dependency_url(FAST_FLOAT)
message(STATUS "Building fast_float from source")
FetchContent_Declare(
fast_float
URL ${VELOX_FAST_FLOAT_SOURCE_URL}
URL_HASH ${VELOX_FAST_FLOAT_BUILD_SHA256_CHECKSUM})
FetchContent_MakeAvailable(fast_float)
# Folly searches for the header path directly so need to make sure to search in
# the dependency path.
list(APPEND CMAKE_PREFIX_PATH "${fast_float_SOURCE_DIR}")
The text was updated successfully, but these errors were encountered:
Problem description
#11018 added install_fast_float, but didn't specify the version by default. The setup failed to download the package.
Create a brand new repo, run scripts/setup-macos.sh
System information
Velox System Info v0.0.2
Commit: c61a353
CMake Version: 3.30.3
System: Darwin-23.4.0
Arch: arm64
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 15.0.0.15000309
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000309
CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/opt/homebrew/Cellar/cmake/3.30.3;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
CMake log
CMake/resolve_dependency_modules/fast_float.cmake content:
The text was updated successfully, but these errors were encountered: