From f11d114e3445efafb744428843dabce3bb539166a8fe6facb98a63c1f1e014f5 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 19 Dec 2023 02:36:52 +0000 Subject: [PATCH] - Remove unsatisfactory architectures that does not guaranteed to build. It seems x86_64 is the guaranteed to work anyway. OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=157 --- julia.changes | 6 ++++++ julia.spec | 10 +++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/julia.changes b/julia.changes index 6c494a4..642258e 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 19 02:34:10 UTC 2023 - Soc Virnyl Estela + +- Remove unsatisfactory architectures that does not guaranteed to build. + It seems x86_64 is the guaranteed to work anyway. + ------------------------------------------------------------------- Tue Dec 19 02:28:16 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index cd238d3..44aa2df 100644 --- a/julia.spec +++ b/julia.spec @@ -172,14 +172,10 @@ Group: Development/Languages/Other Conflicts: julia Provides: julia = %{version} %endif -# Since the 32-bit julia package is already being built using MARCH=pentium4, -# which is the most generic flag supported, then the julia-compat mode only -# makes sense for 64-bit architectures. -%if 0%{?compat_mode} + +# Let's not be optimistic towards 32 bit support and other architectures +# openSUSE cannot guarantee to support, shall we? ExclusiveArch: x86_64 -%else -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le -%endif %description Julia is a high-level, high-performance dynamic programming language for