public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Dittrich (markusle)" <markusle@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/itpp: itpp-4.0.4.ebuild ChangeLog
Date: Sat, 17 May 2008 12:46:53 +0000	[thread overview]
Message-ID: <E1JxLoL-0008UC-Fn@stork.gentoo.org> (raw)

markusle    08/05/17 12:46:53

  Modified:             itpp-4.0.4.ebuild ChangeLog
  Log:
  Made stripping of -g CXXFLAG unconditional
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.7                  sci-libs/itpp/itpp-4.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild?r1=1.6&r2=1.7

Index: itpp-4.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- itpp-4.0.4.ebuild	17 May 2008 10:12:29 -0000	1.6
+++ itpp-4.0.4.ebuild	17 May 2008 12:46:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.6 2008/05/17 10:12:29 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.7 2008/05/17 12:46:53 markusle Exp $
 
 inherit fortran flag-o-matic
 
@@ -41,12 +41,10 @@
 	# turn off performance critical debug code
 	append-flags -DNDEBUG
 
-	# make sure that -g is removed with USE="debug"
-	# since we've turned stripping off and a separate
-	# debug lib is being built
-	if use debug; then
-		filter-flags -g
-	fi
+	# make sure that -g is stripped always since we use
+	# RESTRICT=strip. If debug info is needed please enable
+	# the debug use flag and link against the debug *.so
+	filter-flags -g
 
 	local blas_conf="--without-blas"
 	local lapack_conf="--without-lapack"



1.76                 sci-libs/itpp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	17 May 2008 10:12:29 -0000	1.75
+++ ChangeLog	17 May 2008 12:46:53 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/itpp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.75 2008/05/17 10:12:29 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.76 2008/05/17 12:46:53 markusle Exp $
+
+  17 May 2008; Markus Dittrich <markusle@gentoo.org> itpp-4.0.4.ebuild:
+  Made stripping of -g CXXFLAG unconditional.
 
   17 May 2008; Markus Dittrich <markusle@gentoo.org> itpp-4.0.4.ebuild:
   Added RESTRICT="strip" to prevent debug lib from being stripped.



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-17 12:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-17 12:46 Markus Dittrich (markusle) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-25  6:58 [gentoo-commits] gentoo-x86 commit in sci-libs/itpp: itpp-4.0.4.ebuild ChangeLog Markus Rothe (corsair)
2008-05-24 17:19 Gysbert Wassenaar (nixnut)
2008-05-22 20:58 Markus Meier (maekke)
2008-05-22 14:42 Ferris McCormick (fmccor)
2008-05-17 10:12 Markus Dittrich (markusle)
2008-04-15 11:04 Markus Dittrich (markusle)

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=E1JxLoL-0008UC-Fn@stork.gentoo.org \
    --to=markusle@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