Skip to content

Commit

Permalink
[bot-automerge] dartsim v6.13.2 (#61)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Mar 19, 2024
2 parents fac6543 + ecb38cd commit 95b1e1d
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 37 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .ci_support/migrations/fmt10.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/tinyxml210.yaml

This file was deleted.

13 changes: 12 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set name = "dartsim" %}
{% set version = "6.13.1" %}
{% set version = "6.13.2" %}

package:
name: {{ name }}
version: {{ version }}

source:
- url: https://github.com/dartsim/dart/archive/v{{ version }}.tar.gz
sha256: d3792b61bc2a7ae6682b6d87e09b5d45e325cb08c55038a01e58288ddc3d58d8
sha256: 02699a8f807276231c80ffc5dbc3f66dc1c3612364340c91bcad63a837c01576
patches:
- disable_imgui.patch
- disable_gui.patch
- disable_test_Issue1596.patch
- enable_windows_tests.patch

build:
number: 2
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

Expand Down

0 comments on commit 95b1e1d

Please sign in to comment.