[octave] Disable SMP build.

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Jan 16 08:27:49 UTC 2012


commit 1ef7abfa8781ca8392109b85f09886249092784d
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Mon Jan 16 10:27:45 2012 +0200

    Disable SMP build.

 octave.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/octave.spec b/octave.spec
index 40523b3..ab51545 100644
--- a/octave.spec
+++ b/octave.spec
@@ -100,7 +100,9 @@ then
   exit 1
 fi
 
-make OCTAVE_RELEASE="Fedora %{version}-%{release}" %{?_smp_mflags}
+# SMP make still not working in Octave 3.6.0
+#make OCTAVE_RELEASE="Fedora %{version}-%{release}" %{?_smp_mflags}
+make OCTAVE_RELEASE="Fedora %{version}-%{release}"
 
 %install
 rm -rf %{buildroot}


More information about the scm-commits mailing list