Skip to content

Commit

Permalink
Add workaround for gomp TLS issue on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 22, 2024
1 parent 20a2ba2 commit 27b8f93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ outputs:
- del tests\\wrappers\\test_atari_preprocessing.py # [win]
# need to specify opengl driver on linux to enable offscreen rendering in MuJoCo
- export MUJOCO_GL="osmesa" # [linux]
# Workaround for https://github.com/conda-forge/gymnasium-feedstock/pull/41#issuecomment-2429842932
# Remove once test run under a glibc 2.32 distro
- export LD_PRELOAD=libgomp.so.1 # [aarch64]
# Ensure that pygame tests pass on osx,
# see https://github.com/conda-forge/gymnasium-feedstock/pull/36#issuecomment-2124699477
- export SDL_VIDEODRIVER="dummy" # [osx]
Expand Down

0 comments on commit 27b8f93

Please sign in to comment.