Skip to content

Commit 821449b

Browse files
committed
arrow: remove setting vendored mimalloc and xsimd url.
Revert this commit and set these urls to you internal mirror for building without internet access.
1 parent 51090c3 commit 821449b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/a/arrow/xmake.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ ${yellow}In case of boost dependency conflicts, please use following code (order
124124
-- To fix arrow src/arrow/CMakeLists.txt:538, when CMAKE_SYSTEM_NAME set but CMAKE_SYSTEM_PROCESSOR is not causing error.
125125
table.insert(configs, "-DCMAKE_SYSTEM_PROCESSOR=" .. (package:is_arch("x86_64") and "x86_64" or "x86"))
126126

127-
if package:version():eq("7.0.0") then
128-
-- For install without internet access, change the url to internal accessible one.
129-
os.setenv("ARROW_MIMALLOC_URL", "https://github.com/microsoft/mimalloc/archive/v1.7.3.tar.gz")
130-
os.setenv("ARROW_XSIMD_URL", "https://github.com/xtensor-stack/xsimd/archive/aeec9c872c8b475dedd7781336710f2dd2666cb2.tar.gz")
131-
end
132127
os.cd("cpp")
133128
import("package.tools.cmake").install(package, configs)
134129
end)

0 commit comments

Comments
 (0)