From c1a766b7276bfd87182d4681563e1a9eec863c4e Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sun, 9 May 2021 23:08:04 +0200 Subject: [PATCH] turn off jit for pypy on ppc --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8bbe9011..7483fc9a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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