Skip to content

Commit

Permalink
turn off jit for pypy on ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 9, 2021
1 parent 22fd7b8 commit c1a766b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Expand Up @@ -42,7 +42,8 @@ test:
- run_test_suite.py
commands:
- f2py -h
- python run_test_suite.py
- python run_test_suite.py # [not (ppc64le and python_impl == "pypy")]
- pypy3 --jit off run_test_suite.py # [ppc64le and python_impl == "pypy"]
imports:
- numpy
- numpy.core.multiarray
Expand Down

0 comments on commit c1a766b

Please sign in to comment.