Skip to content

Commit

Permalink
python3-scipy: rebuild for python3-Cython-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Jul 17, 2023
1 parent 3d6b914 commit 8e70b6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions srcpkgs/python3-scipy/patches/cython-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@
build-backend = 'mesonpy'
requires = [
"meson-python>=0.12.1,<0.14.0", # already working with 0.13.x series at branch time
- "Cython>=0.29.35,<3.0", # when updating version, also update check in meson.build
+ "Cython>=0.29.35",
"pybind11>=2.10.4,<2.11.0",
"pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
# `wheel` is needed for non-isolated builds, given that `meson-python`
2 changes: 1 addition & 1 deletion srcpkgs/python3-scipy/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.11.1
revision=1
revision=2
build_style=meson
build_helper="python3"
configure_args="$(vopt_if openblas "" "-Dblas=blas -Dlapack=lapack")"
Expand Down

0 comments on commit 8e70b6b

Please sign in to comment.