gtcasl/gpuocelot

build.py requires python2 [patch]

jwang323 opened this issue · 1 comments

From markota...@gmail.com on August 17, 2012 16:29:35

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: http://code.google.com/p/gpuocelot/issues/detail?id=73

From SolusStu...@gmail.com on August 18, 2012 13:32:50

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.

Status: Accepted