[3Depict/f15/master] * Fix bug 677016

mycae mycae at fedoraproject.org
Sat Feb 12 20:17:36 UTC 2011


commit 50ce8711407d770a5f06944849aa41fa47349ddf
Author: mycae <mycae at yahoo.com>
Date:   Wed Feb 2 11:01:32 2011 +0000

    * Fix bug 677016

 3Depict.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <mycae(a!t)yahoo.com> - 0.0.4-3
+-  Fix bug 677016
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list