Merge branch 'master' into epel8
This commit is contained in:
commit
a08a817651
21
openvdb.spec
21
openvdb.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: openvdb
|
||||
Version: 7.0.0
|
||||
Release: 3%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
|
||||
License: MPLv2.0
|
||||
URL: http://www.openvdb.org/
|
||||
@ -11,7 +11,11 @@ URL: http://www.openvdb.org/
|
||||
Source0: https://github.com/AcademySoftwareFoundation/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: boost-devel >= 1.61
|
||||
# boost-python3-devel merged in boost-devel for Fedora 33+
|
||||
# https://src.fedoraproject.org/rpms/boost/c/1f2e448e099a867f9da62b9da009d3dec5e1ad64?branch=master
|
||||
%if 0%{?fedora} < 33
|
||||
BuildRequires: boost-python3-devel
|
||||
%endif
|
||||
BuildRequires: cmake >= 2.8
|
||||
BuildRequires: doxygen >= 1.8.11
|
||||
#BuildRequires: epydoc
|
||||
@ -104,6 +108,9 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed"
|
||||
-DOPENVDB_BUILD_DOCS=ON \
|
||||
%if 0%{?fedora}
|
||||
-DOPENVDB_BUILD_PYTHON_MODULE=ON \
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
-DCONCURRENT_MALLOC=None \
|
||||
%endif
|
||||
-DOPENVDB_BUILD_UNITTESTS=OFF \
|
||||
-DOPENVDB_ENABLE_RPATH=OFF \
|
||||
@ -149,6 +156,18 @@ find %{buildroot} -name '*.a' -delete
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Sun Jun 21 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-7
|
||||
- Disable jemalloc build for RHEL and its derivative
|
||||
|
||||
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 7.0.0-6
|
||||
- Rebuilt for Boost 1.73
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 7.0.0-5
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Sat May 23 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-4
|
||||
- Drop boost-python3-devel build requirement for Fedora 33+
|
||||
|
||||
* Sat May 23 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 7.0.0-3
|
||||
- Disable python3 binding for CentOS and Red Hat Enterprise
|
||||
- On RHEL and CentOS, glfw is exclusive for x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user