pbrobinson pushed to shogun (master). "rebuild (mono4), ARMv7 mono builds now fixed"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 19 13:36:23 UTC 2015


From 342d2363172911077ce5f251142ea1eb284b720b Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at gmail.com>
Date: Tue, 19 May 2015 14:35:25 +0100
Subject: rebuild (mono4), ARMv7 mono builds now fixed


diff --git a/shogun.spec b/shogun.spec
index cf57c26..01f324c 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -18,28 +18,22 @@
 %bcond_without	cli
 %bcond_without	java
 %bcond_without	lua
-#
-# Some arches do not support Mono.  Mono-bindings are currently segfaulting
-# during testsuite on arm, thus disabling the build of mono-shogun for all
-# arm-arches. See rhbz# 1043941:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1043941
-#
+
+%ifarch %{mono_arches}
+%bcond_without	mono
+%else  # arch %%{mono_arches}
+
 # Octave-bindings are failing on %%{arm} with "virtual memory exhausted:
 # Operation not permitted", even when building single-threaded.  Retiring
 # for now, until Koji-builders are on arm64-hardware. See rhbz# 1215737:
 # https://bugzilla.redhat.com/show_bug.cgi?id=1215737
+
 %ifnarch %{arm}
-%ifarch %{mono_arches}
-%bcond_without	mono
-%else  # arch %%{mono_arches}
-%bcond_with	mono
-%endif # arch %%{mono_arches}
 %bcond_without	octave
 %else  # narch %%{arm}
-%bcond_with	mono
 %bcond_with	octave
 %endif # narch %%{arm}
-#
+
 # Perl is not fully implemented by upstream, yet.  Disabling.
 %bcond_with	perl
 %bcond_without	python
@@ -168,7 +162,7 @@ pre-processing.
 
 Name:			shogun
 Version:		%{branch}.0
-Release:		2%{?gitrel}%{?dist}
+Release:		3%{?gitrel}%{?dist}
 Summary:		Large Scale Machine Learning Toolbox
 
 # ===== License-breakdown =====
@@ -1418,6 +1412,9 @@ popd
 ###############################################################################
 
 %changelog
+* Tue May 19 2015 Peter Robinson <pbrobinson at fedoraproject.org> 4.0.0-3
+- Rebuild (mono4)
+
 * Sun May 17 2015 Orion Poplawski <orion at cora.nwra.com> - 4.0.0-2
 - Rebuild for hdf5 1.8.15
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/shogun.git/commit/?h=master&id=342d2363172911077ce5f251142ea1eb284b720b


More information about the scm-commits mailing list