* [gentoo-commits] gentoo-x86 commit in sci-libs/armadillo: armadillo-3.4.4.ebuild ChangeLog armadillo-3.0.2.ebuild
@ 2013-01-03 5:33 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2013-01-03 5:33 UTC (permalink / raw
To: gentoo-commits
bicatali 13/01/03 05:33:16
Modified: armadillo-3.4.4.ebuild ChangeLog
Removed: armadillo-3.0.2.ebuild
Log:
Use generic pkg-config
(Portage version: 2.2.01.21476-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.6 sci-libs/armadillo/armadillo-3.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild?r1=1.5&r2=1.6
Index: armadillo-3.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- armadillo-3.4.4.ebuild 25 Dec 2012 03:26:02 -0000 1.5
+++ armadillo-3.4.4.ebuild 3 Jan 2013 05:33:16 -0000 1.6
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild,v 1.5 2012/12/25 03:26:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild,v 1.6 2013/01/03 05:33:16 bicatali Exp $
EAPI=4
CMAKE_IN_SOURCE_BUILD=1
-inherit cmake-utils
+inherit cmake-utils toolchain-funcs
DESCRIPTION="Streamlined C++ linear algebra library"
HOMEPAGE="http://arma.sourceforge.net/"
@@ -35,13 +35,13 @@
if use blas; then
mycmakeargs+=(
-DBLAS_FOUND=ON
- -DBLAS_LIBRARIES="$(pkg-config --libs blas)"
+ -DBLAS_LIBRARIES="$($(tc-getPKGCONFIG) --libs blas)"
)
fi
if use lapack; then
mycmakeargs+=(
-DLAPACK_FOUND=ON
- -DLAPACK_LIBRARIES="$(pkg-config --libs lapack)"
+ -DLAPACK_LIBRARIES="$($(tc-getPKGCONFIG) --libs lapack)"
)
fi
cmake-utils_src_configure
1.25 sci-libs/armadillo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 25 Dec 2012 03:26:02 -0000 1.24
+++ ChangeLog 3 Jan 2013 05:33:16 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/armadillo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.24 2012/12/25 03:26:02 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.25 2013/01/03 05:33:16 bicatali Exp $
+
+ 03 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> -armadillo-3.0.2.ebuild,
+ armadillo-3.4.4.ebuild:
+ Use generic pkg-config
25 Dec 2012; Jeff Horelick <jdhore@gentoo.org> armadillo-3.4.4.ebuild:
marked x86 per bug 447130
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-03 5:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 5:33 [gentoo-commits] gentoo-x86 commit in sci-libs/armadillo: armadillo-3.4.4.ebuild ChangeLog armadillo-3.0.2.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox