diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-12 20:27:00 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-12 20:27:00 +0000 |
commit | 2b6ce8ac52b31d9e81dec5b3e48b0a12a5c48bb4 (patch) | |
tree | 8ecce5784a71076faea205349d20d4e0fec5db38 /sci-mathematics/cgal | |
parent | Version bump to 3.5a (diff) | |
download | gentoo-2-2b6ce8ac52b31d9e81dec5b3e48b0a12a5c48bb4.tar.gz gentoo-2-2b6ce8ac52b31d9e81dec5b3e48b0a12a5c48bb4.tar.bz2 gentoo-2-2b6ce8ac52b31d9e81dec5b3e48b0a12a5c48bb4.zip |
Fixed a sed line
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/cgal')
-rw-r--r-- | sci-mathematics/cgal/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/cgal/cgal-3.3.1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-mathematics/cgal/ChangeLog b/sci-mathematics/cgal/ChangeLog index edaf17200d10..9868480ddb53 100644 --- a/sci-mathematics/cgal/ChangeLog +++ b/sci-mathematics/cgal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/cgal -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.2 2008/11/17 10:13:00 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.3 2009/08/12 20:27:00 bicatali Exp $ + + 12 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> cgal-3.3.1.ebuild: + Fixed a sed line 17 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org> cgal-3.3.1.ebuild: Removed flag gmp, since mpfr depends on it anyway, closing bug #247142 diff --git a/sci-mathematics/cgal/cgal-3.3.1.ebuild b/sci-mathematics/cgal/cgal-3.3.1.ebuild index 0b8bbc34ec55..6ee20eaf9e79 100644 --- a/sci-mathematics/cgal/cgal-3.3.1.ebuild +++ b/sci-mathematics/cgal/cgal-3.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.3.1.ebuild,v 1.2 2008/11/17 10:13:00 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.3.1.ebuild,v 1.3 2009/08/12 20:27:00 bicatali Exp $ EAPI=2 @@ -35,9 +35,9 @@ src_prepare() { # a patch from debian on missing qt headers epatch "${FILESDIR}"/${P}-qt.patch # sed for blas and lapack gentoo style - sed -e 's/Intel MKL/Gentoo BLAS-LAPACK/' \ - -e "s/^LIBS.=.*/LIBS=$(pkg-config --libs-only-l lapack | sed 's/-l//g')/" \ - -e "s/^STDLIBDIRS.=*/STDLIBDIRS=$(pkg-config --libs-only-L lapack | sed 's/-L//g')/" \ + sed -e 's:Intel MKL:Gentoo BLAS-LAPACK:' \ + -e "s:^LIBS.=.*:LIBS=$(pkg-config --libs-only-l lapack | sed 's/-l//g'):" \ + -e "s:^STDLIBDIRS.=*:STDLIBDIRS=$(pkg-config --libs-only-L lapack | sed 's/-L//g'):" \ config/support/S48a-MKL64 \ > config/support/S48e-GENTOOLAPACK || die sed -i -e 's/-O2//' install_cgal || die |