From d08c89f7c588aa059b40187227ce675b67e507ec Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Jul 28 2020 15:21:41 +0000 Subject: Force C++14 as this code is not C++17 ready --- diff --git a/3Depict.spec b/3Depict.spec index 411302d..c4a55d9 100644 --- a/3Depict.spec +++ b/3Depict.spec @@ -1,6 +1,6 @@ Name: 3Depict Version: 0.0.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Valued 3D point cloud visualization and analysis @@ -72,6 +72,7 @@ touch -r aclocal.m4 configure configure.ac %endif %build +export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" %configure --disable-debug-checks --enable-openmp-parallel make %{?_smp_mflags} @@ -125,6 +126,9 @@ mv docs/manual-latex/manual.pdf %{name}-%{version}-manual.pdf %changelog +* Tue Jul 28 2020 Jeff Law - 0.0.22-8 +- Force C++14 as this code is not C++17 ready + * Mon Jul 27 2020 Fedora Release Engineering - 0.0.22-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild