abhishekgahlot / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
1 stars 0 forks source link

build.py requires python2 [patch] #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
running ./build.py --install with python3 as main python (Archlinux)

What version of the product are you using? On what operating system?
gpuocelot-svn

Please provide any additional information below.

please fix /build.py , /ocelot/build.py and meybe others: 
-#!/usr/bin/env python
+#!/usr/bin/env python2

Thanks, Mark

PS: will also submit feature request to port to python3

Original issue reported on code.google.com by markota...@gmail.com on 17 Aug 2012 at 8:29

GoogleCodeExporter commented 9 years ago
Verified, this is free for anyone to start work on.  The two requirements of 
the solution are as follows:

 1) All configurations build using python 3.
 2) All configurations build using python 2.7 or higher.

Original comment by SolusStu...@gmail.com on 18 Aug 2012 at 8:32