We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96da9ad commit 0343118Copy full SHA for 0343118
1 file changed
repo/packages/r/rt-tests/xmake.lua
@@ -56,6 +56,9 @@ do
56
local configs = {}
57
os.setenv("PATH", path.directory(cc) .. ":" .. os.getenv("PATH"))
58
59
+ if info.arch == "x86_64" then
60
+ table.insert(configs, "NUMA=0")
61
+ end
62
local buildenvs = import("package.tools.autoconf").buildenvs(package, {ldflags = ldflags})
63
buildenvs["prefix"] = package:installdir()
64
if package:config("cyclictest") then
0 commit comments