File: python3.patch

package info (click to toggle)
nvidia-cuda-samples 12.5~dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 313,272 kB
  • sloc: cpp: 82,052; makefile: 56,205; xml: 15,391; ansic: 8,630; sh: 105; python: 74
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Andreas Beckmann <anbe@debian.org>
Description: use python3
Forwarded: not-needed

--- a/Samples/0_Introduction/matrixMulDynlinkJIT/extras/ptx2c.py
+++ b/Samples/0_Introduction/matrixMulDynlinkJIT/extras/ptx2c.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 from string import *
 import os, getopt, sys, platform