From 5748d3de69a469edcd389a6199f74e2a2a9eb3e2 Mon Sep 17 00:00:00 2001 From: "Dmitrij S. Kryzhevich" Date: Tue, 10 Jan 2017 08:42:52 +0700 Subject: [PATCH] Disable smp build --- mathgl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathgl.spec b/mathgl.spec index 10ab386..3aea7df 100644 --- a/mathgl.spec +++ b/mathgl.spec @@ -346,7 +346,10 @@ pushd %{_target_platform}_$MPI_COMPILER_NAME; \ $BUILD_MPI \\\ ..; \ popd; \ -make %{?_smp_mflags} -C %{_target_platform}_$MPI_COMPILER_NAME +make -C %{_target_platform}_$MPI_COMPILER_NAME + +# Disable SMP build +#make %{?_smp_mflags} -C %{_target_platform}_$MPI_COMPILER_NAME # serial MPI_COMPILER_NAME=serial %building_serial