From 27b8f93a899ba0ad5dfb4ce34b361105ec277fe5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 22 Oct 2024 19:23:17 +0200 Subject: [PATCH] Add workaround for gomp TLS issue on aarch64 --- recipe/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 10c1768..1667a5d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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]