mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
Adapt to changed location of pari.cfg.
This commit is contained in:
parent
992ddb3934
commit
3026471b5c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue