Skip to content

Commit d0f7660

Browse files
committed
scipy: update to 1.11.3
1 parent 89a05ba commit d0f7660

File tree

2 files changed

+1101
-2
lines changed

2 files changed

+1101
-2
lines changed

pythonforandroid/recipes/scipy/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ def arch_to_toolchain(arch):
1313

1414
class ScipyRecipe(CompiledComponentsPythonRecipe):
1515

16-
version = '1.8.1'
17-
url = f'https://github.com/scipy/scipy/releases/download/v{version}/scipy-{version}.zip'
16+
version = "maintenance/1.11.x"
17+
url = 'git+https://github.com/scipy/scipy.git'
1818
site_packages_name = 'scipy'
1919
depends = ['setuptools', 'cython', 'numpy', 'lapack', 'pybind11']
2020
call_hostpython_via_targetpython = False
2121
need_stl_shared = True
22+
patches = ["setup.py.patch"]
2223

2324
def build_compiled_components(self, arch):
2425
self.setup_extra_args = ['-j', str(cpu_count())]

0 commit comments

Comments
 (0)