1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
# ChangeLog for sci-libs/blas-goto
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.20 2008/08/07 06:16:47 ulm Exp $
07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
Add USE flag description to metadata wrt GLEP 56.
21 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org>
blas-goto-1.22-r1.ebuild, blas-goto-1.24.ebuild:
Removed pkg-config in RDEPEND (see bug #217278)
13 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
blas-goto-1.22-r1.ebuild:
amd64 stable wrt bug #213128
12 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
blas-goto-1.22-r1.ebuild:
stable x86, bug 213128
*blas-goto-1.24 (12 Mar 2008)
12 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org>
+files/blas-goto-1.24-sharedlibs.patch, -blas-goto-1.19.ebuild,
-blas-goto-1.22.ebuild, +blas-goto-1.24.ebuild:
Version bump. Removed older versions
*blas-goto-1.22-r1 (12 Feb 2008)
12 Feb 2008; Sébastien Fabbro <bicatali@gentoo.org>
+files/blas-goto-1.22-sharedlibs.patch, metadata.xml,
+blas-goto-1.22-r1.ebuild:
Various fixes including shared libs patch (now works with as-needed), seds
for the Makefile.rule adpapted to newer version, removed user's cflags,
since upstream seems to do a better job with preprocessing flags, forced gcc
as a C compiler for inline assembler, added a int64 use flag, some cleanup.
*blas-goto-1.22 (24 Jan 2008)
24 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> files/blas.pc.in,
+blas-goto-1.22.ebuild:
Version bump
11 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org>
blas-goto-1.19.ebuild:
fixed lib->get_libdir for eselect bug workaround
09 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> -files/eselect-goto,
-blas-goto-1.14.ebuild, -blas-goto-1.16.ebuild, blas-goto-1.19.ebuild:
Removed older versions, get ready for new style virtuals, workaround for
eselect bug #189942.
21 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>;
blas-goto-1.19.ebuild:
Quote LDFLAGS, so multiple flags doesn't kill the build by passing flags
beyond the first directly to make.
*blas-goto-1.19 (20 Sep 2007)
20 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> +files/blas.pc.in,
+files/eselect.blas.goto, +blas-goto-1.19.ebuild:
Version bump. Added pkg-config support, re-added PROVIDE temporarly
until new virtuals are in main tree. Re-added intel compilers support,
cleanup with seds.
20 Aug 2007; Markus Dittrich <markusle@gentoo.org> -blas-goto-1.09.ebuild,
-blas-goto-1.11.ebuild:
Removed obsolete versions.
*blas-goto-1.16 (20 Aug 2007)
20 Aug 2007; Markus Dittrich <markusle@gentoo.org> +blas-goto-1.16.ebuild:
Version bump (see bug #180601).
18 Aug 2007; Markus Dittrich <markusle@gentoo.org> blas-goto-1.14.ebuild:
Fixed problems with failing seds to Makefile.rule.
06 Jun 2007; Markus Dittrich <markusle@gentoo.org> blas-goto-1.14.ebuild:
Depend on >=binutils-2.17 since we may need SSSE3 instructions
in gas on some CPUs (see bug #180385).
*blas-goto-1.14 (08 May 2007)
08 May 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+blas-goto-1.14.ebuild:
Bump.
*blas-goto-1.11 (19 Feb 2007)
19 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+blas-goto-1.11.ebuild:
Version bump. Also fixed for LDFLAGS such as as-needed, and tested on
amd64. Added a longdescription on metadata.xml.
08 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -blas-goto-1.08.ebuild:
QA: Removed unused versions.
*blas-goto-1.09 (22 Nov 2006)
22 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+blas-goto-1.09.ebuild:
Bump.
*blas-goto-1.08 (21 Oct 2006)
21 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; +files/eselect-goto,
+metadata.xml, +blas-goto-1.08.ebuild:
New package: The fastest implementations of the Basic Linear Algebra
Subroutines. However, they won't work for all systems because they're
manually tuned.
|