Skip to content

Commit

Permalink
add ninja as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Oct 16, 2024
1 parent c02b80b commit d5064e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/g/ginkgo/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ package("ginkgo")
if package:config("cuda") then
package:add("deps", "cuda", {configs = {utils = {"cublas", "cusparse"}}})
end
if not (package:is_plat("windows") and package:config("shared")) then
package:add("deps", "ninja")
end
-- TODO: add hip and sycl
end)

Expand Down

0 comments on commit d5064e9

Please sign in to comment.