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:
parent
046f62d9d2
commit
f11d114e34
@ -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>
|
||||
|
||||
|
10
julia.spec
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user