Accepting request 967711 from graphics
OBS-URL: https://build.opensuse.org/request/show/967711 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenShadingLanguage?expand=0&rev=13
This commit is contained in:
commit
289f4a4e43
@ -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>
|
||||
|
||||
|
@ -45,7 +45,10 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
%ifnarch %{arm}
|
||||
# Build fails with partio on armv7/armv6
|
||||
BuildRequires: partio-devel
|
||||
%endif
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pybind11-devel
|
||||
|
Loading…
Reference in New Issue
Block a user