SHA256
1
0
forked from pool/julia

- 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
This commit is contained in:
Soc Virnyl Estela 2023-12-19 02:36:52 +00:00 committed by Git OBS Bridge
parent 046f62d9d2
commit f11d114e34
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 19 02:34:10 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- 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 <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -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