[libsbml/f21: 26/26] Compile serially again

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Fri Feb 20 04:08:32 UTC 2015


commit c4f4d0f3906e760330a03482e75621903eda347f
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Feb 19 23:07:41 2015 -0500

    Compile serially again
    
    This does not seem to work after all:
    https://sourceforge.net/p/sbml/libsbml/403/.

 libsbml.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsbml.spec b/libsbml.spec
index 02a9976..cc82ca5 100644
--- a/libsbml.spec
+++ b/libsbml.spec
@@ -229,7 +229,7 @@ export LDFLAGS="%{__global_ldflags} -Wl,--as-needed"
        -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
        -Wno-dev \
        ..
-make %{?_smp_mflags}
+make
 %endif
 
 pushd ../build
@@ -277,7 +277,7 @@ pushd ../build
        -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \
        -Wno-dev \
        ..
-make %{?_smp_mflags}
+make
 
 pushd ../build-docs
 %configure --disable-static \


More information about the scm-commits mailing list