Skip to content

Commit

Permalink
update dartsim (#4522)
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 authored Jun 30, 2024
1 parent 70f492e commit 606d832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/d/dartsim/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package("dartsim")
add_urls("https://github.com/dartsim/dart/archive/refs/tags/$(version).tar.gz",
"https://github.com/dartsim/dart.git")
add_versions("v6.13.0", "4da3ff8cee056252a558b05625a5ff29b21e71f2995e6d7f789abbf6261895f7")
add_versions("v6.14.2", "6bbaf452f8182b97bf22adeab6cc7f3dc1cd2733358543131fa130e07c0860fc")

add_configs("dartpy", {description = "Build dartpy interface.", default = false, type = "boolean"})
local configdeps = {bullet3 = "Bullet",
Expand Down Expand Up @@ -34,6 +35,9 @@ package("dartsim")
package:add("deps", config)
end
end
if package:config("dartpy") then
package:add("deps", "python 3.x")
end
end)

on_install("windows|x64", "linux", "macosx", function (package)
Expand Down

0 comments on commit 606d832

Please sign in to comment.