Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / numpy-1.20.3.pO2.patch
1 --- numpy-1.20.3_ref/tools/cythonize.py 2021-05-09 12:38:00.000000000 +0200
2 +++ numpy-1.20.3_dev/tools/cythonize.py 2024-05-09 11:49:05.948073244 +0200
3 @@ -70,7 +70,7 @@
4          # other fixes in the 0.29 series that are needed even for earlier
5          # Python versions.
6          # Note: keep in sync with that in pyproject.toml
7 -        required_version = LooseVersion('0.29.21')
8 +        required_version = LooseVersion('0.29.0')
9  
10          if LooseVersion(cython_version) < required_version:
11              raise RuntimeError(f'Building {VENDOR} requires Cython >= {required_version}')