Skip to content

Commit 51090c3

Browse files
committed
arrow: uncomment code for defining vendored package.
1 parent 6acf54c commit 51090c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/a/arrow/xmake.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,11 @@ ${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-
-- For install without internet access, uncommend following code and
128-
-- change the url to internal accessible one.
129-
--[[
130127
if package:version():eq("7.0.0") then
131-
-- Use environment variables to define vendored package url.
128+
-- For install without internet access, change the url to internal accessible one.
132129
os.setenv("ARROW_MIMALLOC_URL", "https://github.com/microsoft/mimalloc/archive/v1.7.3.tar.gz")
133130
os.setenv("ARROW_XSIMD_URL", "https://github.com/xtensor-stack/xsimd/archive/aeec9c872c8b475dedd7781336710f2dd2666cb2.tar.gz")
134131
end
135-
--]]
136132
os.cd("cpp")
137133
import("package.tools.cmake").install(package, configs)
138134
end)

0 commit comments

Comments
 (0)