Try reducing parallel build ncpus on x86_64 due to possible build issue

This commit is contained in:
Orion Poplawski 2021-11-22 18:01:46 -07:00
parent 1c260d929f
commit a231eabbe1
1 changed files with 4 additions and 0 deletions

View File

@ -475,6 +475,10 @@ export JAVA_TOOL_OPTIONS=-Xmx2048m
# Likely running out of memory during build
%global _smp_ncpus_max 3
%endif
%ifarch x86_64
# Parallel build issue https://gitlab.kitware.com/vtk/vtk/-/issues/18394
%global _smp_ncpus_max 3
%endif
%endif
%global vtk_cmake_options \\\