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.10-respect-flags.patch
@ 2013-05-14  7:21 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2013-05-14  7:21 UTC (permalink / raw
  To: gentoo-commits

tomka       13/05/14 07:21:21

  Added:                normaliz-2.10-respect-flags.patch
  Log:
  bump to 2.10
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)

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

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

Index: normaliz-2.10-respect-flags.patch
===================================================================
diff -U 3 -dHrN Normaliz2.10.org/source/Makefile Normaliz2.10/source/Makefile
--- Normaliz2.10.org/source/Makefile	2013-05-14 09:13:29.148646896 +0200
+++ Normaliz2.10/source/Makefile	2013-05-14 09:17:55.002658867 +0200
@@ -17,7 +17,7 @@
 	@$(MAKE) normaliz
 
 normaliz: $(SOURCES) $(HEADERS) libnormaliz/libnormaliz.a
-	$(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz.cpp libnormaliz/libnormaliz.a $(GMPFLAGS) -o normaliz
+	$(CXX) $(CXXFLAGS) $(LDFLAGS) $(NORMFLAGS) Normaliz.cpp libnormaliz/libnormaliz.a $(GMPFLAGS) -o normaliz
 
 normaliz1: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
 	$(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o normaliz1
diff -U 3 -dHrN Normaliz2.10.org/source/Makefile.configuration Normaliz2.10/source/Makefile.configuration
--- Normaliz2.10.org/source/Makefile.configuration	2013-05-14 09:13:29.149646895 +0200
+++ Normaliz2.10/source/Makefile.configuration	2013-05-14 09:13:44.469637334 +0200
@@ -1,11 +1,9 @@
 ##
 ## Makefile configuration for normaliz
 ##
-CXX = g++ 
 #CXX = linux32 g++ -m32 -march=i686  #compile it for linux32
 CXXFLAGS += -std=c++0x
 CXXFLAGS += -Wall -pedantic
-CXXFLAGS += -O3 -funroll-loops
 #CXXFLAGS += -I /usr/local/boost_1_45_0
 #CXXFLAGS += -g       ## debugging
 #CXXFLAGS += -pg      ## profiling





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

only message in thread, other threads:[~2013-05-14  7:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14  7:21 [gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.10-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