public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.7-respect-flags.patch
@ 2011-07-08 11:22 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2011-07-08 11:22 UTC (permalink / raw
  To: gentoo-commits

tomka       11/07/08 11:22:05

  Added:                normaliz-2.7-respect-flags.patch
  Log:
  Bump to 2.7
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  sci-mathematics/normaliz/files/normaliz-2.7-respect-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.7-respect-flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.7-respect-flags.patch?rev=1.1&content-type=text/plain

Index: normaliz-2.7-respect-flags.patch
===================================================================
diff -U 3 -dHrN Normaliz2.7.orig/source/Makefile Normaliz2.7/source/Makefile
--- Normaliz2.7.orig/source/Makefile	2011-07-08 13:02:49.000000000 +0200
+++ Normaliz2.7/source/Makefile	2011-07-08 13:04:45.000000000 +0200
@@ -17,14 +17,14 @@
 	$(MAKE) --directory=libnormaliz libnormaliz.o
 
 normaliz: $(SOURCES) $(HEADERS) libnormaliz/libnormaliz.o
-	$(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz.cpp libnormaliz/libnormaliz.o $(GMPFLAGS) -o normaliz
+	$(CXX) $(CXXFLAGS) $(LDFLAGS) $(NORMFLAGS) Normaliz.cpp libnormaliz/libnormaliz.o $(GMPFLAGS) -o normaliz
 
 normaliz1: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
-	$(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o normaliz1
+	$(CXX) $(CXXFLAGS) $(LDFLAGS) $(NORMFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o normaliz1
 
 
 normaliz-pg: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
-	$(CXX) $(CXXFLAGS) $(NORMFLAGS) -pg Normaliz-impl.cpp $(GMPFLAGS) -o normaliz-pg
+	$(CXX) $(CXXFLAGS) $(LDFLAGS) $(NORMFLAGS) -pg Normaliz-impl.cpp $(GMPFLAGS) -o normaliz-pg
 
 clean:
 	$(MAKE) --directory=libnormaliz clean
diff -U 3 -dHrN Normaliz2.7.orig/source/Makefile.configuration Normaliz2.7/source/Makefile.configuration
--- Normaliz2.7.orig/source/Makefile.configuration	2011-07-08 13:02:49.000000000 +0200
+++ Normaliz2.7/source/Makefile.configuration	2011-07-08 13:03:26.000000000 +0200
@@ -1,10 +1,8 @@
 ##
 ## Makefile configuration for normaliz
 ##
-CXX = g++ 
 CXXFLAGS += -Wall
 CXXFLAGS += -pedantic -Wno-long-long
-CXXFLAGS += -O3 -funroll-loops
 #CXXFLAGS += -g
 #CXXFLAGS += -pg
 
@@ -15,6 +13,5 @@
  CXXFLAGS += -fopenmp
 endif
 
-NORMFLAGS = -static
 GMPFLAGS = -lgmpxx -lgmp
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-08 11:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 11:22 [gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.7-respect-flags.patch Thomas Kahle (tomka)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox