From 004714df31805c8bf6267bf5272b06d71aa14026 Mon Sep 17 00:00:00 2001 From: mycae Date: Feb 02 2011 11:15:23 +0000 Subject: * Fix bug 677016 --- diff --git a/3Depict.spec b/3Depict.spec index 8737a2d..7596c08 100644 --- a/3Depict.spec +++ b/3Depict.spec @@ -49,8 +49,8 @@ useful for general scalar valued point data purposes. #--enable-openmp-parallel does not work -- there is a bug in the # tr1 headers with -D_GLIBCXX_PARALLEL . Lets drop that and only use # -fopenmp -export CFLAGS="$CFLAGS -fopenmp" -export CXXFLAGS="$CFLAGS -fopenmp" +export CFLAGS="$RPM_OPT_FLAGS -fopenmp" +export CXXFLAGS="$RPM_OPT_FLAGS -fopenmp" %configure --enable-no-debug-checks make %{?_smp_mflags} @@ -97,6 +97,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 12 2011 D Haley - 0.0.4-1 +- Fix bug 677016 + * Mon Feb 07 2011 Fedora Release Engineering - 0.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild