Disable jemalloc build for RHEL and its derivative

This commit is contained in:
Luya Tshimbalanga 2020-06-21 10:42:17 -07:00
parent 065e226a6f
commit f972080b00
No known key found for this signature in database
GPG Key ID: 5E528174D8A2609A
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: openvdb
Version: 7.0.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
License: MPLv2.0
URL: http://www.openvdb.org/
@ -107,6 +107,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 \
@ -151,6 +154,9 @@ 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