mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
math/pari: update to 2.17.2
OK: sthen@
This commit is contained in:
+3
-4
@@ -1,11 +1,10 @@
|
||||
COMMENT= number theory-oriented computer algebra system
|
||||
COMMENT= number theory-oriented computer algebra system
|
||||
|
||||
V= 2.15.5
|
||||
V= 2.17.2
|
||||
DISTNAME= pari-$V
|
||||
CATEGORIES= math
|
||||
REVISION= 1
|
||||
|
||||
SHARED_LIBS += pari-gmp 0.0 # 2.15.4
|
||||
SHARED_LIBS += pari-gmp 1.0 # 2.17.2
|
||||
|
||||
HOMEPAGE= https://pari.math.u-bordeaux.fr/
|
||||
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (pari-2.15.5.tar.gz) = Dv3adRXZ2VT2MyTDSzTFYOYPc6gcOSSnEmCizJHV+YE=
|
||||
SIZE (pari-2.15.5.tar.gz) = 5186798
|
||||
SHA256 (pari-2.17.2.tar.gz) = fTBXj1z5exN6KB9FSNExqvwM3oa8/RDMHhvXKoHmUGE=
|
||||
SIZE (pari-2.17.2.tar.gz) = 5326642
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: config/Makefile.SH
|
||||
--- config/Makefile.SH.orig
|
||||
+++ config/Makefile.SH
|
||||
@@ -515,8 +515,6 @@ install-lib-dyn-base:
|
||||
@@ -507,8 +507,6 @@ install-lib-dyn-base:
|
||||
install-lib-dyn-link: install-lib-dyn-base
|
||||
-if test "\$(LIBPARI_DYN)" != "\$(LIBDIR)/\$(LIBPARI_SO)"; then \
|
||||
\$(LN) \$(LIBPARI_DYN) \$(LIBDIR)/\$(LIBPARI_SO); fi
|
||||
|
||||
@@ -9,6 +9,6 @@ Index: config/get_cc
|
||||
ASMINLINE=yes
|
||||
- OPTFLAGS="$OPTFLAGS $warn"
|
||||
+ OPTFLAGS="$CFLAGS $warn"
|
||||
cmd="$CC $CFLAGS $extraflag -ffp-contract=off -o $exe gnu.c"
|
||||
cmd="$CC $CFLAGS $extraflag -fno-strict-aliasing -o $exe gnu.c"
|
||||
. log_cmd
|
||||
if test -s $exe; then
|
||||
|
||||
@@ -3,7 +3,7 @@ Fix path so gphelp will work.
|
||||
Index: doc/gphelp.in
|
||||
--- doc/gphelp.in.orig
|
||||
+++ doc/gphelp.in
|
||||
@@ -134,7 +134,7 @@ sub get_docdir {
|
||||
@@ -136,7 +136,7 @@ sub get_docdir {
|
||||
$d =~ s,doc/\.\./doc,doc,;
|
||||
}
|
||||
}
|
||||
|
||||
+2
-3
@@ -1,5 +1,5 @@
|
||||
bin/gp
|
||||
@bin bin/gp-2.15
|
||||
@bin bin/gp-2.17
|
||||
bin/gphelp
|
||||
bin/tex2mail
|
||||
include/pari/
|
||||
@@ -21,12 +21,11 @@ include/pari/paripriv.h
|
||||
include/pari/paristio.h
|
||||
include/pari/parisys.h
|
||||
include/pari/paritune.h
|
||||
@comment lib/libpari.a
|
||||
@lib lib/libpari-gmp.so.${LIBpari-gmp_VERSION}
|
||||
@so lib/libpari.so
|
||||
lib/pari/
|
||||
lib/pari/pari.cfg
|
||||
@man man/man1/gp-2.15.1
|
||||
@man man/man1/gp-2.17.1
|
||||
@man man/man1/gp.1
|
||||
@man man/man1/gphelp.1
|
||||
@man man/man1/pari.1
|
||||
|
||||
Reference in New Issue
Block a user