Skip to content

Commit

Permalink
Integration tests: fix orjson's builds with Maturin 1.8, and bump t…
Browse files Browse the repository at this point in the history
…o NumPy v2 (#76)
  • Loading branch information
agriyakhetarpal authored Jan 2, 2025
1 parent b27f416 commit 1cce162
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions integration_tests/recipes/numpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: numpy
version: 1.26.4
version: 2.0.2
tag:
- min-scipy-stack
top-level:
- numpy
source:
url: https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz
sha256: 2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010
url: https://files.pythonhosted.org/packages/a9/75/10dd1f8116a8b796cb2c737b674e02d02e80454bda953fa7e65d8c12b016/numpy-2.0.2.tar.gz
sha256: 883c987dee1880e2a864ab0dc9892292582510604156762362d9326444636e78

build:
# numpy uses vendored meson, so we need to pass the cross file manually
Expand All @@ -22,12 +22,12 @@ build:
-Wno-return-type
cross-build-env: true
cross-build-files:
- numpy/core/include/numpy/numpyconfig.h
- numpy/core/include/numpy/_numpyconfig.h
- numpy/core/lib/libnpymath.a
- numpy/_core/include/numpy/numpyconfig.h
- numpy/_core/include/numpy/_numpyconfig.h
- numpy/_core/lib/libnpymath.a
- numpy/random/lib/libnpyrandom.a
about:
home: https://www.numpy.org
PyPI: https://pypi.org/project/numpy
summary: NumPy is the fundamental package for array computing with Python.
license: BSD
license: BSD-3-Clause
6 changes: 3 additions & 3 deletions integration_tests/recipes/orjson/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: orjson
version: 3.10.1
version: 3.10.13
top-level:
- orjson
source:
url: https://files.pythonhosted.org/packages/f5/af/0daa12a907215a5af6d97db8adf301ef14a1b1c651f7e176ee04e0998433/orjson-3.10.1.tar.gz
sha256: a883b28d73370df23ed995c466b4f6c708c1f7a9bdc400fe89165c96c7603204
url: https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.10.13.tar.gz
sha256: eb9bfb14ab8f68d9d9492d4817ae497788a15fd7da72e14dfabc289c3bb088ec
requirements:
executable:
- rustup
Expand Down

0 comments on commit 1cce162

Please sign in to comment.