Gentoo Archives: gentoo-commits

From: "Diego Elio Pettenò" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: /
Date: Thu, 01 Nov 2012 16:54:18
Message-Id: 1351788828.4c295e2c25733ce49c95bd8569081502cdf377a1.flameeyes@gentoo
1 commit: 4c295e2c25733ce49c95bd8569081502cdf377a1
2 Author: Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
3 AuthorDate: Thu Nov 1 16:53:48 2012 +0000
4 Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 16:53:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/flameeyes-tinderbox.git;a=commit;h=4c295e2c
7
8 Output lapack/blas/cblas selection on every merge.
9
10 ---
11 bashrc | 4 ++++
12 1 files changed, 4 insertions(+), 0 deletions(-)
13
14 diff --git a/bashrc b/bashrc
15 index 3f083b6..6198ac2 100755
16 --- a/bashrc
17 +++ b/bashrc
18 @@ -29,6 +29,10 @@ pre_pkg_setup() {
19
20 register_die_hook tinderbox_failed
21 register_success_hook tinderbox_success
22 +
23 + eselect lapack list
24 + eselect blas list
25 + eselect cblas list
26 }
27
28 tinderbox_stats() {