Skip to content

Commit

Permalink
update fastpfor (apache#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan authored Nov 16, 2021
1 parent 20244e5 commit 34be5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ if(DEFINED ENV{FASTPFOR_SOURCE_URL})
else()
set_urls(
FASTPFOR_SOURCE_URL
"https://github.com/lemire/FastPFor/archive/${ARROW_FASTPFOR_BUILD_VERSION}.tar.gz"
"https://github.com/zhouyuan/FastPFor/archive/${ARROW_FASTPFOR_BUILD_VERSION}.tar.gz"
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion cpp/thirdparty/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARROW_UTF8PROC_BUILD_VERSION=v2.6.1
ARROW_XSIMD_BUILD_VERSION=e9234cd6e6f4428fc260073b2c34ffe86fda1f34
ARROW_ZLIB_BUILD_VERSION=1.2.11
ARROW_ZSTD_BUILD_VERSION=v1.4.8
ARROW_FASTPFOR_BUILD_VERSION=b75f8053d8839a866ff44dce9f5204582417cfd8
ARROW_FASTPFOR_BUILD_VERSION=2e836403e964708730da4e81c302939b1878c927

# The first field is the name of the environment variable expected by cmake.
# This _must_ match what is defined. The second field is the name of the
Expand Down

0 comments on commit 34be5ce

Please sign in to comment.