[fastx_toolkit] Use C++11 standard

verdurin verdurin at fedoraproject.org
Mon Jun 2 06:25:09 UTC 2014


commit 0c9ba0b4ce6db48ae4e09c56b5d505592fb00b72
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Mon Jun 2 07:24:57 2014 +0100

    Use C++11 standard

 fastx_toolkit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/fastx_toolkit.spec b/fastx_toolkit.spec
index bd378fe..9b82c0e 100644
--- a/fastx_toolkit.spec
+++ b/fastx_toolkit.spec
@@ -13,6 +13,9 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libgtextutils-devel
 # FASTX-Barcode-Splitter requires the GNU Sed program.
 Requires:	sed
+# fasta_clipping_histogram requires PerlIO::gzip and GD::Graph::bars
+Requires:	perl-PerlIO-gzip
+RequiresL	perl-GDGraph
 
 %description
 
@@ -55,7 +58,7 @@ annotations, profiling metagenomic samples and much more.
 
 %build
 %configure
-make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
+make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags} -std=c++11"
 
 
 %install
@@ -87,6 +90,7 @@ rm -rf %{buildroot}
 %changelog
 * Mon Jun 02 2014 Adam Huffman <bloch at verdurin.com> - 0.0.14-1
 - Update to upstream 0.0.14 release
+- C++11 standard required
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.13-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list