]> git.pld-linux.org Git - packages/python3-scipy.git/blob - python3-scipy-cython3.patch
- updated to 1.7.3
[packages/python3-scipy.git] / python3-scipy-cython3.patch
1 --- scipy-1.7.3/tools/cythonize.py.orig 2021-11-23 18:19:51.152109400 +0100
2 +++ scipy-1.7.3/tools/cythonize.py      2022-03-26 07:41:27.385985910 +0100
3 @@ -103,7 +103,7 @@ def process_pyx(fromfile, tofile, cwd):
4  
5      try:
6          try:
7 -            r = subprocess.call(['cython'] + flags + ["-o", tofile, fromfile], cwd=cwd)
8 +            r = subprocess.call(['cython3'] + flags + ["-o", tofile, fromfile], cwd=cwd)
9              if r != 0:
10                  raise Exception('Cython failed')
11          except OSError as e:
This page took 0.068429 seconds and 3 git commands to generate.