From 140f8af3bc22ec23f905bba47ed4c063bcf7cb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 1 Mar 2021 10:25:33 -0300 Subject: [PATCH] pari: add to checkdepends and common/shlibs - Some tests depend on data packages, add them to checkdepends. - libpari-gmp.so.7 was missing in common/shlibs No revbump since these changes don't affect compilation. --- common/shlibs | 1 + srcpkgs/pari/template | 1 + 2 files changed, 2 insertions(+) diff --git a/common/shlibs b/common/shlibs index 858957c29f7..eaaac6341dc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3924,3 +3924,4 @@ libsimavr.so.1 simavr-1.6_2 libsimavrparts.so.1 simavr-1.6_2 libsword-1.8.1.so libsword-1.8.1_6 libtree-sitter.so.0 tree-sitter-0.18.2_1 +libpari-gmp.so.7 pari-2.13.0_1 diff --git a/srcpkgs/pari/template b/srcpkgs/pari/template index 8e2a415913b..e448a225fb0 100644 --- a/srcpkgs/pari/template +++ b/srcpkgs/pari/template @@ -10,6 +10,7 @@ make_build_target=all make_check_target=test-all hostmakedepends="perl texlive" makedepends="gmp-devel readline-devel $(vopt_if x11 libX11-devel)" +checkdepends="pari-elldata pari-seadata pari-galdata pari-galpol" short_desc="Fast computations library in number theory" maintainer="Đoàn Trần Công Danh " license="GPL-2.0-or-later"