summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-27 18:28:48 +0000
committerJustin Lecher <jlec@gentoo.org>2012-12-27 18:28:48 +0000
commit9dfa3b28257650e527b921fe745ebcc4fdae329e (patch)
tree3f4cdca24a1ac889cc82d8b9eabe504723b12446 /sci-libs/libcmatrix
parentDev channel bump. Remove old. (diff)
downloadgentoo-2-9dfa3b28257650e527b921fe745ebcc4fdae329e.tar.gz
gentoo-2-9dfa3b28257650e527b921fe745ebcc4fdae329e.tar.bz2
gentoo-2-9dfa3b28257650e527b921fe745ebcc4fdae329e.zip
sci-libs/libcmatrix: Force ignoring atlas at all, #448832
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/libcmatrix')
-rw-r--r--sci-libs/libcmatrix/ChangeLog5
-rw-r--r--sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/libcmatrix/ChangeLog b/sci-libs/libcmatrix/ChangeLog
index e86f77a398d6..217c1ddd47c8 100644
--- a/sci-libs/libcmatrix/ChangeLog
+++ b/sci-libs/libcmatrix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libcmatrix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.10 2012/12/20 19:28:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.11 2012/12/27 18:28:48 jlec Exp $
+
+ 27 Dec 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild:
+ Force ignoring atlas at all, #448832
20 Dec 2012; Justin Lecher <jlec@gentoo.org> -libcmatrix-3.2.1.ebuild,
-libcmatrix-3.9.0.ebuild, libcmatrix-3.11.0.ebuild, metadata.xml:
diff --git a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
index 00db35618782..daa975ea23da 100644
--- a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
+++ b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.3 2012/12/20 19:28:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.4 2012/12/27 18:28:48 jlec Exp $
EAPI="3"
@@ -37,6 +37,8 @@ src_prepare() {
src_configure() {
econf \
--with-minuit \
+ --without-atlas \
+ --with-sysroot="${EROOT}" \
$(use_with sse) \
$(use_with threads)
}