1
0

Accepting request 967694 from home:Guillaume_G:branches:graphics

- Disable partio on armv6/armv7 since it fails to build

OBS-URL: https://build.opensuse.org/request/show/967694
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenShadingLanguage?expand=0&rev=29
This commit is contained in:
Hans-Peter Jansen 2022-04-08 08:24:14 +00:00 committed by Git OBS Bridge
parent 3ade3e24fe
commit 52bb693092
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 8 07:42:38 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable partio on armv6/armv7 since it fails to build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 22 09:32:50 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net> Wed Dec 22 09:32:50 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>

View File

@ -45,7 +45,10 @@ BuildRequires: gcc-c++
BuildRequires: libboost_filesystem-devel BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_system-devel BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel BuildRequires: libboost_thread-devel
%ifnarch %{arm}
# Build fails with partio on armv7/armv6
BuildRequires: partio-devel BuildRequires: partio-devel
%endif
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pybind11-devel BuildRequires: python3-pybind11-devel