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 and zhztheplayer committed Mar 15, 2022
1 parent d0204b7 commit 2e6b915
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 @@ -667,7 +667,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 @@ -97,7 +97,7 @@ ARROW_ZLIB_BUILD_VERSION=1.2.11
ARROW_ZLIB_BUILD_SHA256_CHECKSUM=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
ARROW_ZSTD_BUILD_VERSION=v1.5.1
ARROW_ZSTD_BUILD_SHA256_CHECKSUM=dc05773342b28f11658604381afd22cb0a13e8ba17ff2bd7516df377060c18dd
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 2e6b915

Please sign in to comment.