From: "Thomas Kahle (tomka)" <tomka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.10-respect-flags.patch
Date: Tue, 14 May 2013 07:21:21 +0000 (UTC) [thread overview]
Message-ID: <20130514072121.812292171D@flycatcher.gentoo.org> (raw)
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
reply other threads:[~2013-05-14 7:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130514072121.812292171D@flycatcher.gentoo.org \
--to=tomka@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox