Adapt to changed location of pari.cfg.

This commit is contained in:
Jerry James 2021-07-17 08:58:20 -06:00
parent 992ddb3934
commit 3026471b5c

View file

@ -995,7 +995,9 @@ sed -i 's/3\.10\.0/3.11.0/g' configure
sed -i 's/1\[1-9\]/1[2-9]/' configure
# Allow use of pari 2.13.1
sed -i 's/Mod(0, 2)/0/' configure
sed -e 's/Mod(0, 2)/0/' configure \
-e 's,share/doc/pari/pari\.cfg,%{_lib}/pari/pari.cfg,' \
-i build/pkgs/gp2c/spkg-configure.m4 configure
# Allow use of fplll 5.4.1
sed -i 's/5\.4\.0/5.4.1/g' configure