Accepting request 917760 from home:Guillaume_G:branches:graphics

- Add patch to fix OpenEXRCore.testHUF on armv7:
  * openexr-fix-armv7.patch
  * openexr-fix-armv7-2.patch

OBS-URL: https://build.opensuse.org/request/show/917760
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=76
This commit is contained in:
2021-09-09 15:33:55 +00:00
committed by Git OBS Bridge
parent 727e813366
commit 4d5d206ec7
4 changed files with 64 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ Group: Development/Libraries/C and C++
URL: https://www.openexr.com/
Source0: https://github.com/openexr/openexr/archive/v%{version}.tar.gz
Source2: baselibs.conf
# PATCH-FIX-UPSTREAM https://github.com/AcademySoftwareFoundation/openexr/issues/1135
Patch1: openexr-fix-armv7.patch
# PATCH-FIX-UPSTREAM https://github.com/AcademySoftwareFoundation/openexr/issues/1135
Patch2: openexr-fix-armv7-2.patch
BuildRequires: cmake >= 3.12
BuildRequires: fltk-devel
BuildRequires: freeglut-devel
@@ -145,7 +149,7 @@ Industrial Light & Magic for use in computer imaging applications.
This package contains documentation.
%prep
%setup -q
%autosetup -p1
%build
export PTHREAD_LIBS="-lpthread"