Increase memory usage for ppc64le architecture

This commit is contained in:
Luya Tshimbalanga 2022-12-15 00:20:12 -08:00
parent b65e867f23
commit 3e59326137
1 changed files with 3 additions and 5 deletions

View File

@ -145,11 +145,9 @@ export CXXFLAGS="%{build_cxxflags} -Wl,--as-needed"
-DUSE_EXR=ON \
%endif
-DUSE_NANOVDB=ON
%ifarch ppc64le && %if 0%{?fedora} >= 38
%cmake_build -j1
%else
%cmake_build
%endif
# Increase memory usage to 8GB for a successful
# build on ppc64le architecture
%cmake_build %limit_build -m 8192
%if 0%{?with_tests}
%check