Rebuild for OpenEXR 2.5.3.
This commit is contained in:
parent
2cea44a895
commit
00ab0adcf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/openvdb-6.1.0.tar.gz
|
||||
/openvdb-6.2.0.tar.gz
|
||||
/openvdb-7.0.0.tar.gz
|
||||
/openvdb-8.0.0.tar.gz
|
||||
|
20
openvdb.spec
20
openvdb.spec
@ -5,8 +5,8 @@
|
||||
%global with_tests 0
|
||||
|
||||
Name: openvdb
|
||||
Version: 7.0.0
|
||||
Release: 11%{?dist}
|
||||
Version: 8.0.0
|
||||
Release: 2%{?dist}
|
||||
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
|
||||
License: MPLv2.0
|
||||
URL: http://www.openvdb.org/
|
||||
@ -76,7 +76,7 @@ applications that use %{name}.
|
||||
%package -n python3-%{name}
|
||||
Summary: OpenVDB Python module
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python3-numpy
|
||||
BuildRequires: python3dist(numpy)
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python3 < 6.2.0
|
||||
Obsoletes: %{name}-python2 < 5.1.0-1
|
||||
@ -115,8 +115,7 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed"
|
||||
-DOPENVDB_BUILD_UNITTESTS=OFF \
|
||||
-DOPENVDB_ENABLE_RPATH=OFF \
|
||||
-DOPENVDB_INSTALL_CMAKE_MODULES=OFF \
|
||||
-DPYOPENVDB_INSTALL_DIRECTORY=%{python3_sitearch} \
|
||||
.
|
||||
-DPYOPENVDB_INSTALL_DIRECTORY=%{python3_sitearch}
|
||||
%cmake_build
|
||||
|
||||
%if 0%{?with_tests}
|
||||
@ -153,7 +152,16 @@ find %{buildroot} -name '*.a' -delete
|
||||
%{_libdir}/lib%{name}.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2020 Simone Caronni <negativo17@gmail.com> - 7.0.0-11
|
||||
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 8.0.0-2
|
||||
- Rebuild for OpenEXR 2.5.3.
|
||||
|
||||
* Thu Dec 24 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 8.0.0-1
|
||||
- Update to 8.0.0
|
||||
|
||||
* Thu Dec 10 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.2.0-1
|
||||
- Update to 7.2.0
|
||||
|
||||
* Mon Aug 24 2020 Simone Caronni <negativo17@gmail.com> - 7.1.0-2
|
||||
- List shared object versions.
|
||||
|
||||
* Fri Aug 21 2020 Simone Caronni <negativo17@gmail.com> - 7.0.0-10
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openvdb-7.0.0.tar.gz) = f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7
|
||||
SHA512 (openvdb-8.0.0.tar.gz) = b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78
|
||||
|
Loading…
Reference in New Issue
Block a user