Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37752473
en ru br
Репозитории ALT
S:2.030523-alt1.1
5.1: 2.010709-alt2
4.1: 2.010709-alt1
4.0: 2.010709-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Math-Pari

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: Math-Pari-2.030506-docs-and-testsuite.patch
Скачать


--- Makefile.PL
+++ Makefile.PL
@@ -62,6 +62,12 @@ EOP
           or die "Can't deduce Perl int size";
   $define .= ' -DLONG_SHORTER_THAN_IV' if $perl_int_size > $longsize;
   $define .= ' -Derr=pari_err'; # On linux it can get a wrong dynamic loading
+
+  # We want to build the docs and the test suite even though we're using the system pari lib
+  build_tests $paridir;		# Convert the test suite
+  make_pod 'libPARI.pod', '-to_pod', $paridir; # Now the docs
+  make_pod 'libPARI.dumb.pod', '-to_dumb_pod', $paridir;
+
 } else {
   $paridir   = find_pari_dir() unless defined $paridir or $parisrc or $force_download;
   ($paridir, my @patch_rc) = download_and_patch_pari($parisrc, $force_download)
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin