viennacl / pyviennacl-dev

Developer repository for PyViennaCL. Visit http://viennacl.sourceforge.net/ for latest releases.
MIT License
32 stars 6 forks source link

Removed spurious typename usage to fix VS2013 build #34

Closed opticode closed 9 years ago

opticode commented 9 years ago

Removed spurious "typename" usage in platform_support.cpp to avoid compiler error on Windows using VS2013. With this change I am able to successfully build a 64bit version of PyViennaCL on Windows 10 using VS 2013.

karlrupp commented 9 years ago

Great, thanks a lot for providing the fixes! :-)

opticode commented 9 years ago

Hi Karl, I encountered a number of minor issues in the Python code when trying to run the examples - it seems that some of the Python code is a bit out of date. I will do some more work to get it up to date and working and submit another pull request some time soon.