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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
# ChangeLog for dev-python/cvxopt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cvxopt/ChangeLog,v 1.19 2014/11/28 10:09:59 pacho Exp $
28 Nov 2014; Pacho Ramos <pacho@gentoo.org> cvxopt-1.1.6-r2.ebuild:
Support python 3.4
*cvxopt-1.1.6-r2 (26 Mar 2014)
26 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.6-r2.ebuild,
-cvxopt-1.1.6.ebuild, files/cvxopt-1.1.6-setup.patch:
Make it work for multiple library directories and more generic blas/lapack
library dependencies
*cvxopt-1.1.6-r1 (25 Mar 2014)
25 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.6-r1.ebuild,
+files/cvxopt-1.1.6-glpk449.patch:
Fixes for glpk-4.53 (bug #501320) and library dupes (bug #505404). Added more
EAPI5 changes
16 Jan 2014; Sébastien Fabbro <bicatali@gentoo.org>
+files/cvxopt-1.1.6-glpk.patch, -cvxopt-1.1.5-r2.ebuild,
-files/cvxopt-1.1.5-setup.patch, cvxopt-1.1.6.ebuild, metadata.xml:
Fixed for glpk versions > 4.49 (bug #473454), fixed for blas/lapck under /opt
(bug #498144, thanks kiwifb), removed old (bug #404427, #450992)
21 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> cvxopt-1.1.6.ebuild:
Add temporary directory for tex generated fonts (bug #473896)
*cvxopt-1.1.6 (19 Jun 2013)
19 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.6.ebuild,
+files/cvxopt-1.1.6-setup.patch, -cvxopt-1.1.5-r1.ebuild,
-cvxopt-1.1.5.ebuild:
Version bump
*cvxopt-1.1.5-r2 (26 Feb 2013)
26 Feb 2013; Justin Lecher <jlec@gentoo.org> cvxopt-1.1.5.ebuild,
+cvxopt-1.1.5-r2.ebuild, metadata.xml:
move to new python eclass
25 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> cvxopt-1.1.5-r1.ebuild:
Previous was wrong commmit
25 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> cvxopt-1.1.5-r1.ebuild:
Removed extra spaces generated by pkg-config
*cvxopt-1.1.5-r1 (26 May 2012)
26 May 2012; Sébastien Fabbro <bicatali@gentoo.org> -cvxopt-1.1.4-r1.ebuild,
+cvxopt-1.1.5-r1.ebuild, files/cvxopt-1.1.5-setup.patch,
-files/cvxopt-setup.patch:
fixed typo. removed old
24 May 2012; Sébastien Fabbro <bicatali@gentoo.org>
files/cvxopt-1.1.5-setup.patch:
fixed cholmod blas linking, thanks Steve Trogdon, bug #415827
04 May 2012; Patrick Lauer <patrick@gentoo.org> cvxopt-1.1.4-r1.ebuild,
cvxopt-1.1.5.ebuild:
Migrating dev-util/pkgconfig -> virtual/pkgconfig
03 May 2012; Thomas Kahle <tomka@gentoo.org> files/cvxopt-1.1.5-setup.patch:
link cholmod against blas (bug 414045). Thx Francois Bissey.
01 May 2012; Kacper Kowalik <xarthisius@gentoo.org> cvxopt-1.1.4-r1.ebuild,
cvxopt-1.1.5.ebuild:
Remove pregenerated sphinx build directory. Fixes bug 413905 by Martin von
Gagern <Martin.vGagern@gmx.net>
*cvxopt-1.1.5 (19 Apr 2012)
19 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.5.ebuild,
+files/cvxopt-1.1.5-setup.patch:
Version bump
23 Feb 2012; Patrick Lauer <patrick@gentoo.org> cvxopt-1.1.4-r1.ebuild:
Restricting python
*cvxopt-1.1.4-r1 (17 Jan 2012)
17 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -cvxopt-1.1.4.ebuild,
+cvxopt-1.1.4-r1.ebuild, files/cvxopt-setup.patch:
Fixed missing components (bug #399029, thanks Francois Bissey), removed
useless seds and fixed optional sed's
16 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> cvxopt-1.1.4.ebuild:
Fixed doc generation, bug #398857 thanks Martin von Gagern
*cvxopt-1.1.4 (06 Jan 2012)
06 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> +cvxopt-1.1.4.ebuild,
+files/cvxopt-setup.patch, +metadata.xml:
Initial import to the main tree. Use system libs for cholmod and umfpack.
Added a src_test and a few cleanups.
10 Jul 2011; Martin von Gagern (MvG) <Martin.vGagern@gmx.net>
cvxopt-1.1.3.ebuild:
Fix quoting issue.
20 Jun 2011; François Bissey <francois.bissey@canterbury.ac.nz>
-files/cvxopt-1.1.2-headers.patch, cvxopt-1.1.3.ebuild,
+files/cvxopt-1.1.3-blas.patch:
Delete useless file. Solve issue #67 by getting the right blas/lapack
libraries.
09 May 2011; Christopher Schwan <cschwan@students.uni-mainz.de>
-cvxopt-0.9.ebuild, -cvxopt-1.1.2.ebuild:
Removed old versions of cvxopt
29 Dec 2010; François Bissey <f.r.bissey@massey.ac.nz> cvxopt-1.1.3.ebuild:
better SRC_URI
*cvxopt-1.1.3 (15 Oct 2010)
15 Oct 2010; François Bissey <f.r.bissey@massey.ac.nz>
+cvxopt-1.1.3.ebuild:
New version is out.
29 Sep 2010; François Bissey <f.r.bissey@massey.ac.nz>
cvxopt-1.1.2.ebuild:
Update SRC_URI
08 Sep 2010; François Bissey <f.r.bissey@massey.ac.nz> metadata.xml:
Fix metadata
10 Aug 2010; François Bissey <f.r.bissey@massey.ac.nz>
cvxopt-1.1.2.ebuild, +files/cvxopt-1.1.2-headers.patch:
Patch cvxopt-1.1.2 - see
http://trac.sagemath.org/sage_trac/ticket/6456#comment:82
18 Jul 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
cvxopt-0.9.ebuild, cvxopt-1.1.2.ebuild:
Replaced NEED_PYTHON with PYTHON_DEPEND because its now deprecated
26 Mar 2010; François Bissey <f.r.bissey@massey.ac.nz> cvxopt-0.9.ebuild,
cvxopt-1.1.2.ebuild:
keywording ~ppc
*cvxopt-0.9 (12 Mar 2010)
12 Mar 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
+cvxopt-0.9.ebuild:
Version bump: Old version (Needed for Sage)
*cvxopt-1.1.2 (30 Dec 2009)
30 Dec 2009; Christopher Schwan <cschwan@students.uni-mainz.de>
+cvxopt-1.1.2.ebuild, +metadata.xml:
Initial import. Ebuild taken from sunrise overlay and updated to 1.1.2
|