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
|
# ChangeLog for dev-python/pyopencl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.11 2012/01/28 19:51:45 floppym Exp $
*pyopencl-2011.2-r1 (28 Jan 2012)
28 Jan 2012; Mike Gilbert <floppym@gentoo.org> +pyopencl-2011.2-r1.ebuild,
-pyopencl-0.92.ebuild, pyopencl-2011.2.ebuild, pyopencl-9999.ebuild:
Prepare for PYTHON_ABI-versioned Boost Python libraries in Boost 1.48. Delete
old version. Patch by Arfrever.
*pyopencl-2011.2 (08 Jan 2012)
08 Jan 2012; Michał Januszewski <spock@gentoo.org> +pyopencl-2011.2.ebuild:
Version bump.
21 Dec 2011; Mike Frysinger <vapier@gentoo.org> pyopencl-0.92.ebuild,
pyopencl-9999.ebuild:
Depend on virtual/opencl so we get the headers/libraries we need #352006 by
Diego Elio Pettenò.
21 Sep 2011; Michał Górny <mgorny@gentoo.org> pyopencl-9999.ebuild:
Migrate to git-2. Simplify.
31 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyopencl-0.92.ebuild, pyopencl-9999.ebuild:
Fix dependencies. Set SUPPORT_PYTHON_ABIS.
26 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-pyopencl-0.91.4.ebuild, -pyopencl-0.91.5.ebuild:
Delete.
*pyopencl-0.92 (12 Dec 2010)
12 Dec 2010; Michał Januszewski <spock@gentoo.org> pyopencl-0.91.4.ebuild,
pyopencl-0.91.5.ebuild, +pyopencl-0.92.ebuild, pyopencl-9999.ebuild:
Version bump. Change dep on nvidia-drivers to nvidia-cuda-toolkit which now
provides the OpenCL header files.
17 May 2010; Michał Januszewski <spock@gentoo.org>
pyopencl-0.91.4.ebuild, pyopencl-0.91.5.ebuild, pyopencl-9999.ebuild:
Add a dependency on nvidia-drivers which provides a working OpenCL
implementation.
*pyopencl-0.91.5 (17 May 2010)
17 May 2010; Michał Januszewski <spock@gentoo.org>
+pyopencl-0.91.5.ebuild:
Version bump (bug #319187).
*pyopencl-9999 (08 Feb 2010)
08 Feb 2010; Michał Januszewski <spock@gentoo.org> +pyopencl-9999.ebuild:
Add a live git ebuild.
*pyopencl-0.91.4 (08 Feb 2010)
08 Feb 2010; Michał Januszewski <spock@gentoo.org>
+pyopencl-0.91.4.ebuild, +metadata.xml:
Initial commit.
|