Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mujoco v3.2.2 #61

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "mujoco" %}
{% set namecxx = "libmujoco" %}
{% set namepython = "mujoco-python" %}
{% set version = "3.2.0" %}
{% set version = "3.2.2" %}

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

source:
url: https://github.com/deepmind/mujoco/archive/refs/tags/{{ version }}.tar.gz
sha256: f389e786c143b4cba25c871695df0aed64736e78cbcc951815e934fdf7321d1d
sha256: 507da24187cbaf126c5729c0af8afd804235f6ea671280cae0edab0bcd6c119e
patches:
- python_remove_avx.patch
- cxx_devendor.patch
Expand All @@ -31,7 +31,7 @@ build:
skip: true # [(aarch64 or ppc64le or osx) and python_impl == 'pypy']
# Workaround for https://github.com/conda-forge/mujoco-feedstock/pull/56#issuecomment-2230334963
skip: true # [py == 38]
number: 1
number: 0

outputs:
- name: {{ namecxx }}
Expand Down
Loading