Compile dartsim in windows x86 (#30557)

This commit is contained in:
talregev 2023-04-03 07:17:41 +03:00 committed by GitHub
parent 75d057de00
commit 19af97cba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,10 @@
{
"name": "dartsim",
"version": "6.12.2",
"port-version": 1,
"port-version": 2,
"description": "Dynamic Animation and Robotics Toolkit",
"homepage": "https://dartsim.github.io/",
"license": "BSD-2-Clause",
"supports": "!x86",
"dependencies": [
"assimp",
"boost-algorithm",

View File

@ -252,8 +252,11 @@ ftgl:x64-uwp=fail
ftgl:arm-uwp=fail
# VS 2022 Update 3 seems to have broken Gazebo: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1522474
# gazebo is broken due it depend on old ports that already in the new versions.
# There is an open PR that try to fix that.
gazebo:x64-windows=fail
gazebo:x64-linux=fail
gazebo:x86-windows=fail
# gsoap does not offer stable public source downloads
gsoap:x64-windows = skip

View File

@ -1970,7 +1970,7 @@
},
"dartsim": {
"baseline": "6.12.2",
"port-version": 1
"port-version": 2
},
"dataframe": {
"baseline": "1.22.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "af3970efb060832f60efe9ad00eef7bc0e824a90",
"version": "6.12.2",
"port-version": 2
},
{
"git-tree": "746ffa24744bf10e2ce9b04332c8dcde2222ba39",
"version": "6.12.2",