[SCM] gfan: Program for computing with Groebner fans branch, master, updated. debian/0.3dfsg-1-27-g0988613

Cédric Boutillier boutil at debian.org
Sat Feb 16 17:05:17 UTC 2013


The following commit has been merged in the master branch:
commit 098861391895a225034efb3d712a86d685b1246c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Feb 16 18:01:13 2013 +0100

    avoid repetition of flags

diff --git a/debian/patches/dont_forget_flags_debian.patch b/debian/patches/dont_forget_flags_debian.patch
index ccf4f74..f7e8a67 100644
--- a/debian/patches/dont_forget_flags_debian.patch
+++ b/debian/patches/dont_forget_flags_debian.patch
@@ -4,14 +4,17 @@ Last-Update: 2013-01-16
 
 --- a/Makefile
 +++ b/Makefile
-@@ -84,8 +84,8 @@
+@@ -82,10 +82,10 @@
+ CXX         = g++
+ CCLINKER    = $(CXX)
  #OPTFLAGS    = -O2 -DGMPRATIONAL -DNDEBUG
- OPTFLAGS    = -O2 -DGMPRATIONAL -Wuninitialized
+-OPTFLAGS    = -O2 -DGMPRATIONAL -Wuninitialized
++OPTFLAGS    = -DGMPRATIONAL -Wuninitialized
  
 -CFLAGS	  = $(OPTFLAGS) $(GPROFFLAG) $(ADDITIONALINCLUDEOPTIONS) #-pedantic
 -CCFLAGS	  = $(CFLAGS)
-+CFLAGS	  += $(OPTFLAGS) $(GPROFFLAG) $(ADDITIONALINCLUDEOPTIONS) #-pedantic
-+CXXFLAGS  += $(OPTFLAGS) $(GPROFFLAG) $(ADDITIONALINCLUDEOPTIONS)
++CFLAGS	  += $(OPTFLAGS) $(ADDITIONALINCLUDEOPTIONS) #-pedantic
++CXXFLAGS  += $(OPTFLAGS) $(ADDITIONALINCLUDEOPTIONS)
  FFLAGS	  = $(OPTFLAGS)
  
  CATSOBJECTS =	$(GCATSPATH)lp_cdd.o \

-- 
gfan: Program for computing with Groebner fans



More information about the debian-science-commits mailing list