SHA256
1
0
forked from pool/julia
Soc Virnyl Estela 2024-05-19 07:57:54 +00:00 committed by Git OBS Bridge
parent 6cdbfa5905
commit 144a3cff1f

View File

@ -195,12 +195,16 @@ Requires: readline
# Libraries used by CompilerSupportLibraries_jll, blastrampoline,
# nghttp2_jll but not detected as they are dlopen()ed but not linked to
%if 0%{?__isa_bits} == 64
BuildRequires: libgcc_s1
BuildRequires: libgfortran5
Requires: libgcc_s1.so.1()(64bit)
Requires: libgfortran.so.5()(64bit)
Requires: libgomp.so.1()(64bit)
Requires: libmbedcrypto.so.16()(64bit)
%else
BuildRequires: libgcc_s1
BuildRequires: libgfortran5
Requires: libgcc_s1.so.1
Requires: libgfortran.so.5
Requires: libgomp.so.1
Requires: libmbedcrypto.so.15