diff --git a/OpenImageIO.spec b/OpenImageIO.spec index 14e2e81..156aca4 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -12,7 +12,6 @@ Source0: https://github.com/%{name}/oiio/archive/Release-%{version}/%{nam #Source1: oiio-images.tar.gz BuildRequires: cmake gcc-c++ -BuildRequires: txt2man BuildRequires: qt5-qtbase-devel BuildRequires: boost-devel BuildRequires: boost-python3-devel @@ -24,7 +23,10 @@ BuildRequires: giflib-devel BuildRequires: libwebp-devel BuildRequires: Field3D-devel BuildRequires: hdf5-devel +# Not currently in epel8 +%if ! 0%{?rhel} >= 8 BuildRequires: dcmtk-devel +%endif BuildRequires: zlib-devel BuildRequires: jasper-devel BuildRequires: pugixml-devel @@ -38,7 +40,8 @@ BuildRequires: pybind11-devel # WARNING: OpenColorIO and OpenImageIO are cross dependent. # If an ABI incompatible update is done in one, the other also needs to be # rebuilt. -BuildRequires: OpenColorIO-devel +# Temporarily disable for bootstrap build. +#BuildRequires: OpenColorIO-devel %description diff --git a/STATUS b/STATUS new file mode 100644 index 0000000..17da891 --- /dev/null +++ b/STATUS @@ -0,0 +1,4 @@ +Missing dependencies: + +DEBUG util.py:585: BUILDSTDERR: No matching package to install: 'pybind11-devel' +DEBUG util.py:585: BUILDSTDERR: No matching package to install: 'txt2man'