diff --git a/3Depict.spec b/3Depict.spec index 8737a2d..93def76 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 Jan 22 2011 D Haley - 0.0.4-3 +- Fix bug 677016 + * Mon Feb 07 2011 Fedora Release Engineering - 0.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild