From 046f62d9d26aeb4b6ac2d040d4fab107a2ca9644227e145b859d921f59178467 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 19 Dec 2023 02:30:49 +0000 Subject: [PATCH] - Specfile cleanup: * specify more dependencies - openlibm-devel - julia-devel or julia-compat-devel which provides libjulia.so OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=156 --- julia.changes | 8 ++++++++ julia.spec | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/julia.changes b/julia.changes index 3217413..6c494a4 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 19 02:28:16 UTC 2023 - Soc Virnyl Estela + +- Specfile cleanup: + * specify more dependencies + - openlibm-devel + - julia-devel or julia-compat-devel which provides libjulia.so + ------------------------------------------------------------------- Mon Dec 18 22:35:16 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 902088a..cd238d3 100644 --- a/julia.spec +++ b/julia.spec @@ -136,8 +136,13 @@ Requires: libnghttp2.so.14 # so therefore it is needed Requires: libblastrampoline-devel Requires: libnghttp2-devel +Requires: openlibm-devel Requires: suitesparse-devel +# Julia requires the devel package as well +# specifically libjulia.so +Requires: %{name}-devel = %{version} + Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/ldconfig Requires(postun):%{_sbindir}/update-alternatives