Try reducing parallel build ncpus on x86_64 due to possible build issue
This commit is contained in:
parent
1c260d929f
commit
a231eabbe1
4
vtk.spec
4
vtk.spec
@ -475,6 +475,10 @@ export JAVA_TOOL_OPTIONS=-Xmx2048m
|
|||||||
# Likely running out of memory during build
|
# Likely running out of memory during build
|
||||||
%global _smp_ncpus_max 3
|
%global _smp_ncpus_max 3
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch x86_64
|
||||||
|
# Parallel build issue https://gitlab.kitware.com/vtk/vtk/-/issues/18394
|
||||||
|
%global _smp_ncpus_max 3
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global vtk_cmake_options \\\
|
%global vtk_cmake_options \\\
|
||||||
|
Loading…
Reference in New Issue
Block a user