[libclc] 114/291: Enforce python2 for systems that use python3 as their default.

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 5466ed1f2e8c8e96c620a581a939e0a2698cbbda
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Jan 29 20:03:24 2014 +0000

    Enforce python2 for systems that use python3 as their default.
    
    Patch by: Dan Liew
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@200413 91177308-0d34-0410-b5e6-96231b3b80d8
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index c3f7576..8a49397 100755
--- a/configure.py
+++ b/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 def c_compiler_rule(b, name, description, compiler, flags):
   command = "%s -MMD -MF $out.d %s -c -o $out $in" % (compiler, flags)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list