sagitter pushed to seqan (f21). "Reduce optimization to -O0 (cc1plus error persists)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 16 08:59:37 UTC 2015


From ac2e75f8b8bbf71a274e5755dda599f571d8afe4 Mon Sep 17 00:00:00 2001
From: sagitter <sagitter at fedoraproject.org>
Date: Sat, 16 May 2015 10:25:13 +0200
Subject: Reduce optimization to -O0 (cc1plus error persists)


diff --git a/seqan.spec b/seqan.spec
index 26014e1..c9777c1 100644
--- a/seqan.spec
+++ b/seqan.spec
@@ -1,7 +1,7 @@
 Name:      seqan
 Summary:   Open source C++ library of efficient algorithms and data structures
 Version:   1.4.2
-Release:   13%{?dist}
+Release:   14%{?dist}
 License:   BSD and GPLv3+ and LGPLv3+
 URL:       http://www.seqan.de/
 Source0:   http://packages.seqan.de/seqan-src/seqan-src-%{version}.tar.gz
@@ -85,7 +85,7 @@ mkdir -p build/Release && pushd build/Release
 ##core/apps/pair_align/CMakeFiles/pair_align.dir/build.make:57: recipe for target 'core/apps/pair_align/CMakeFiles/pair_align.dir/pair_align.cpp.o' failed
 %if 0%{?fedora} >= 22
 %ifarch %{arm}
-SEQAN_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | sed -e 's/-pipe//g')
+SEQAN_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | sed -e 's/-O2/-O0/g')
 %endif
 %endif
 cmake \
@@ -153,6 +153,9 @@ ctest --force-new-ctest-process -VV %{?_smp_mflags}
 %{_includedir}/seqan/
 
 %changelog
+* Fri May 15 2015 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-14
+- Reduce optimization to -O0 (cc1plus error persists)
+
 * Fri May 15 2015 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-13
 - SPEC cleanups
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/seqan.git/commit/?h=f21&id=ac2e75f8b8bbf71a274e5755dda599f571d8afe4


More information about the scm-commits mailing list