<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/py-opencl, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/py3-opencl: rename from py-opencl</title>
<updated>2019-09-08T12:35:45+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-09-08T02:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=52e5602758ee2b44a17ef17904a0ed4bfb537ebd'/>
<id>52e5602758ee2b44a17ef17904a0ed4bfb537ebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: upgrade to 2019.1</title>
<updated>2019-07-06T06:30:57+00:00</updated>
<author>
<name>Stuart Cardall</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2019-07-03T21:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8ac3d7a2d8987fdb4093b1becc2d3a5ead17cb02'/>
<id>8ac3d7a2d8987fdb4093b1becc2d3a5ead17cb02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: fix compiler choice and re-enable ppc64le</title>
<updated>2019-05-31T04:52:32+00:00</updated>
<author>
<name>Mike Sullivan</name>
<email>mksully22@gmail.com</email>
</author>
<published>2019-05-30T21:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4dabcc9affb3793d198a3848076a1402f2236954'/>
<id>4dabcc9affb3793d198a3848076a1402f2236954</id>
<content type='text'>
Closes GH-8317</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-8317</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: remove duplicate py-mako dependency</title>
<updated>2019-05-27T00:32:04+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-05-26T20:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ba290ff3bfbc6c5116512cf334fe2aba0c84f443'/>
<id>ba290ff3bfbc6c5116512cf334fe2aba0c84f443</id>
<content type='text'>
Closes: GH-8159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: GH-8159
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: disable ppc64le</title>
<updated>2019-05-26T16:42:42+00:00</updated>
<author>
<name>TBK</name>
<email>tbk@jjtc.eu</email>
</author>
<published>2019-05-26T16:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=92d5072e27e2e9dd6a683979f3f1f45a359bdfeb'/>
<id>92d5072e27e2e9dd6a683979f3f1f45a359bdfeb</id>
<content type='text'>
Fails to compile. Error out with:

/usr/include/c++/8.3.0/chrono:826:38:   required from here
/usr/include/c++/8.3.0/type_traits:1925:64: error: 'value' is not a member of 'std::is_array&lt;long int&gt;'
       typedef typename __decay_selector&lt;__remove_type&gt;::__type type;
                                                                ^~~~
In file included from /usr/include/c++/8.3.0/thread:38,
                 from src/wrap_cl.hpp:76,
                 from src/wrap_constants.cpp:27:
/usr/include/c++/8.3.0/chrono: In instantiation of 'constexpr unsigned int std::chrono::operator&lt;(const std::chrono::duration&lt;_Rep1, _Period1&gt;&amp;, const std::chrono::duration&lt;_Rep2, _Period2&gt;&amp;) [with _Rep1 = long int; _Period1 = std::ratio&lt;1, 1000000000&gt;; _Rep2 = long int; _Period2 = std::ratio&lt;1, 1000000000&gt;]':
/usr/include/c++/8.3.0/chrono:826:38:   required from here
/usr/include/c++/8.3.0/chrono:564:52: error: no type named 'type' in 'struct std::common_type&lt;std::chrono::duration&lt;long int, std::ratio&lt;1, 1000000000&gt; &gt;, std::chrono::duration&lt;long int, std::ratio&lt;1, 1000000000&gt; &gt; &gt;'
  typedef typename common_type&lt;__dur1,__dur2&gt;::type __ct;
                                                    ^~~~
error: command 'gcc' failed with exit status 1
&gt;&gt;&gt; ERROR: py-opencl: build failed
&gt;&gt;&gt; py-opencl: Uninstalling dependencies...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fails to compile. Error out with:

/usr/include/c++/8.3.0/chrono:826:38:   required from here
/usr/include/c++/8.3.0/type_traits:1925:64: error: 'value' is not a member of 'std::is_array&lt;long int&gt;'
       typedef typename __decay_selector&lt;__remove_type&gt;::__type type;
                                                                ^~~~
In file included from /usr/include/c++/8.3.0/thread:38,
                 from src/wrap_cl.hpp:76,
                 from src/wrap_constants.cpp:27:
/usr/include/c++/8.3.0/chrono: In instantiation of 'constexpr unsigned int std::chrono::operator&lt;(const std::chrono::duration&lt;_Rep1, _Period1&gt;&amp;, const std::chrono::duration&lt;_Rep2, _Period2&gt;&amp;) [with _Rep1 = long int; _Period1 = std::ratio&lt;1, 1000000000&gt;; _Rep2 = long int; _Period2 = std::ratio&lt;1, 1000000000&gt;]':
/usr/include/c++/8.3.0/chrono:826:38:   required from here
/usr/include/c++/8.3.0/chrono:564:52: error: no type named 'type' in 'struct std::common_type&lt;std::chrono::duration&lt;long int, std::ratio&lt;1, 1000000000&gt; &gt;, std::chrono::duration&lt;long int, std::ratio&lt;1, 1000000000&gt; &gt; &gt;'
  typedef typename common_type&lt;__dur1,__dur2&gt;::type __ct;
                                                    ^~~~
error: command 'gcc' failed with exit status 1
&gt;&gt;&gt; ERROR: py-opencl: build failed
&gt;&gt;&gt; py-opencl: Uninstalling dependencies...
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: upgrade to 2018.2.5</title>
<updated>2019-05-25T19:46:37+00:00</updated>
<author>
<name>Stuart Cardall</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2019-05-24T15:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d6542253bdb412a3b1da53d4170441017a501601'/>
<id>d6542253bdb412a3b1da53d4170441017a501601</id>
<content type='text'>
* added `py-numpy-dev` to `makedepends` of `py-opencl`

community/py-pybind11: move from testing

* added `py-pybind11` to `makedepends` of `py-opencl`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added `py-numpy-dev` to `makedepends` of `py-opencl`

community/py-pybind11: move from testing

* added `py-pybind11` to `makedepends` of `py-opencl`
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: rebuild against python 3.7</title>
<updated>2019-04-17T11:45:44+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-04-15T17:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=cd3d6aabeb4687fe4a24a39a3120f1fec701816d'/>
<id>cd3d6aabeb4687fe4a24a39a3120f1fec701816d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/[various]: rebuild against openblas-0.3.0, enable s390x</title>
<updated>2018-06-04T05:33:23+00:00</updated>
<author>
<name>Tuan M. Hoang</name>
<email>tmhoang@flatglobe.org</email>
</author>
<published>2018-06-01T07:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=85803fa9aa95ce509c1f8814831526e9da822f43'/>
<id>85803fa9aa95ce509c1f8814831526e9da822f43</id>
<content type='text'>
community/suitesparse: upgrade to to 5.2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
community/suitesparse: upgrade to to 5.2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: upgrade to 2018.1.1</title>
<updated>2018-02-27T21:08:07+00:00</updated>
<author>
<name>Stuart Cardall</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2018-02-25T12:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a0f35ecaff0bbbbdd4f6b9dbf4fa0b8a7f7d3b2c'/>
<id>a0f35ecaff0bbbbdd4f6b9dbf4fa0b8a7f7d3b2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py-opencl: upgrade to 2018.1</title>
<updated>2018-01-21T10:01:11+00:00</updated>
<author>
<name>Stuart Cardall</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2018-01-20T17:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=04a8784993f9c3c9588e5f193f6b3661a9bf7229'/>
<id>04a8784993f9c3c9588e5f193f6b3661a9bf7229</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
