Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-03-02 Thread Toby St Clere Smithe
Hi, Karl Rupp writes: >> Right -- so I've assumed that you have a working python and git >> installation; it seemed fair to assume that, if you want to install from >> source and want to be using Python, you'd have both set up. > > I don't think we should assume that something is setup in whichev

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-03-02 Thread Toby St Clere Smithe
Hi, Andreas Kloeckner writes: > Karl Rupp writes: >> >> alright, some progress here: Installed Python, the Windows SDK, and NumPy as described. Then things got complicated: - Had to install setuptools. This should be mentioned in the README. - python and git need to be in P

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-03-02 Thread Andreas Kloeckner
Karl Rupp writes: > >> alright, some progress here: Installed Python, the Windows SDK, and >>> NumPy as described. Then things got complicated: >>>- Had to install setuptools. This should be mentioned in the README. >>>- python and git need to be in PATH for `python setup.py build` to >>>

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-03-02 Thread Karl Rupp
Hi Toby, >> alright, some progress here: Installed Python, the Windows SDK, and >> NumPy as described. Then things got complicated: >>- Had to install setuptools. This should be mentioned in the README. >>- python and git need to be in PATH for `python setup.py build` to >> work. This is

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-02-27 Thread Toby St Clere Smithe
Hi Karl, Karl Rupp writes: > alright, some progress here: Installed Python, the Windows SDK, and > NumPy as described. Then things got complicated: > - Had to install setuptools. This should be mentioned in the README. > - python and git need to be in PATH for `python setup.py build` to > w

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-02-27 Thread Karl Rupp
Hi Toby, alright, some progress here: Installed Python, the Windows SDK, and NumPy as described. Then things got complicated: - Had to install setuptools. This should be mentioned in the README. - python and git need to be in PATH for `python setup.py build` to work. This is a nontrivial ste

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-02-26 Thread Toby St Clere Smithe
Hi Karli, Karl Rupp writes: > sorry, I got delayed, have to wait until tomorrow. What's the current > status of the dense matrices in BiCGStab? Does the compilation problem > still show up? No worries. I've disabled the dense matrices for the iterative solvers, and integer types for iterative

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-02-26 Thread Karl Rupp
Hi Toby, sorry, I got delayed, have to wait until tomorrow. What's the current status of the dense matrices in BiCGStab? Does the compilation problem still show up? Best regards, Karli On 02/26/2014 03:08 PM, Karl Rupp wrote: > Hi Toby, > > thanks, I'll test it tonight and let you know about

Re: [ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-02-26 Thread Karl Rupp
Hi Toby, thanks, I'll test it tonight and let you know about the outcome. :-) Best regards, Karli On 02/26/2014 03:05 PM, Toby St Clere Smithe wrote: > Hi all, > > So with the new build system it is now possible to build PyViennaCL on > Windows. I only have Windows in a virtual machine, so it w

[ViennaCL-devel] Call for testing: PyViennaCL on Windows

2014-02-26 Thread Toby St Clere Smithe
Hi all, So with the new build system it is now possible to build PyViennaCL on Windows. I only have Windows in a virtual machine, so it would be good to know if it works on hardware with a proper OpenCL implementation. If any of you are interested, read on! You'd need to grab the sources using gi