From e5a4eec2f1ccbbcb170264e078567a5657ae99c2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 7 Feb 2021 17:07:11 +0100 Subject: [PATCH] scipy, mark as broken on all arch's (#5687) --- dev-python/scipy/scipy-1.3.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scipy/scipy-1.3.3.recipe b/dev-python/scipy/scipy-1.3.3.recipe index 4a70aa319..58fecc513 100644 --- a/dev-python/scipy/scipy-1.3.3.recipe +++ b/dev-python/scipy/scipy-1.3.3.recipe @@ -17,7 +17,7 @@ CHECKSUM_SHA256="6de202d30b9e9e0704972f2b9272b1ff1090e2b089ddbdccfcf6271ce5ffb2d SOURCE_DIR="scipy-$portVersion" PATCHES="scipy-$portVersion.patchset" -ARCHITECTURES="!x86_gcc2 x86 x86_64" +ARCHITECTURES="!x86_gcc2 !x86_64" # scipy can be build directly on x86 # but I was unable to make recipe do # in the same way as "setarch x86" do