Accepting request 836056 from home:Guillaume_G:branches:graphics

- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
  "load error: /usr/lib64/libgomp.so.1: cannot allocate memory 
  in static TLS block"

OBS-URL: https://build.opensuse.org/request/show/836056
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=103
This commit is contained in:
Bjørn Lie 2020-09-22 11:24:06 +00:00 committed by Git OBS Bridge
parent e48bcfc59c
commit 4d29857028
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
"load error: /usr/lib64/libgomp.so.1: cannot allocate memory
in static TLS block"
-------------------------------------------------------------------
Mon Aug 10 08:09:09 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -155,6 +155,9 @@ input and output.
%autosetup -p1
%build
%ifarch aarch64
export LD_PRELOAD="/usr/lib64/libgomp.so.1"
%endif
%meson \
-Dmrg=disabled \
%if ! %{with luajit}