]> git.pld-linux.org Git - packages/parigp.git/blobdiff - parigp.spec
Merge branch 'DEVEL-2.13'
[packages/parigp.git] / parigp.spec
index 1249de63a1688f982b87e7139b85d9a122379f66..dea03bd269ae30a94b7eb8cfc3fe682a9b36ce8a 100644 (file)
@@ -2,11 +2,6 @@
 # Conditional build:
 %bcond_without tex     # TeX documentation
 #
-# note: latest perl Math::Pari (2.030518) doesn't know of pari >= 2.12
-# 2.13.1 with updated Math-Pari diff patch + Math-Pari 2.030518 with update patch:
-# Failed 19/243 test programs. 176/1476 subtests failed.
-# compared to 2.11.4 with Math-Pari 2.11-diff-all patch:
-# Failed 20/229 test programs. 173/1477 subtests failed.
 %define                pari_version            2.13.4
 %define                gp2c_version            0.0.12pl1
 # because of previous 2.x versions with 8 minor digits, keep trailing zeros in package Version
@@ -50,6 +45,7 @@ BuildRequires:        texlive-csplain
 BuildRequires: texlive-dvips
 BuildRequires: texlive-fonts-cm
 BuildRequires: texlive-format-pdflatex
+BuildRequires: texlive-latex-ams
 BuildRequires: texlive-plain
 BuildRequires: texlive-pdftex
 BuildRequires: texlive-tex-babel
@@ -239,7 +235,10 @@ cp -f ../Olinux-%{_target_cpu}/paricfg.h libPARI/paricfg.h
 echo '#define DL_DFLT_NAME NULL' >>libPARI/paricfg.h
 
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor
+       INSTALLDIRS=vendor \
+%ifarch x32
+       machine=none
+%endif
 
 %{__make} \
        OPTIMIZE="%{rpmcflags} -I$(pwd)/../Olinux-%{_target_cpu}"
This page took 0.14924 seconds and 4 git commands to generate.