mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
sci-mathematics/pari: bump to 2.11.0.
This commit is contained in:
@@ -15,16 +15,18 @@ COPYRIGHT="2000-2018 The PARI Group, Bordeaux"
|
|||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-$portVersion.tar.gz"
|
SOURCE_URI="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="6b451825b41d2f8b29592c08d671999527bf936789c599d77b8dfdc663f1e617"
|
CHECKSUM_SHA256="3835caccaa3e0c64764521032d89efeb8773cce841f6655fec6d58e790f4c9a1"
|
||||||
PATCHES="pari-$portVersion.patchset"
|
PATCHES="pari-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
|
|
||||||
|
portVers=${portVersion%.*}
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
pari$secondaryArchSuffix = $portVersion compat >= 2
|
pari$secondaryArchSuffix = $portVersion compat >= 2
|
||||||
cmd:gp$secondaryArchSuffix
|
cmd:gp$secondaryArchSuffix
|
||||||
cmd:gp_2.9$secondaryArchSuffix
|
cmd:gp_$portVers$secondaryArchSuffix
|
||||||
cmd:gphelp$secondaryArchSuffix
|
cmd:gphelp$secondaryArchSuffix
|
||||||
cmd:tex2mail$secondaryArchSuffix
|
cmd:tex2mail$secondaryArchSuffix
|
||||||
lib:libpari_gmp$secondaryArchSuffix = $portVersion compat >= 2
|
lib:libpari_gmp$secondaryArchSuffix = $portVersion compat >= 2
|
||||||
@@ -5,7 +5,7 @@ Subject: we only use release versions, no point in checking .git
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/config/version b/config/version
|
diff --git a/config/version b/config/version
|
||||||
index 48acee1..c3deef4 100644
|
index ed2635b..5f29f62 100644
|
||||||
--- a/config/version
|
--- a/config/version
|
||||||
+++ b/config/version
|
+++ b/config/version
|
||||||
@@ -19,15 +19,6 @@ patchlevel_verbose=
|
@@ -19,15 +19,6 @@ patchlevel_verbose=
|
||||||
@@ -35,7 +35,7 @@ Subject: Haiku support.
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/config/arch-osname b/config/arch-osname
|
diff --git a/config/arch-osname b/config/arch-osname
|
||||||
index 5da1bc8..515bcfd 100755
|
index 5da1bc8..3527f2f 100755
|
||||||
--- a/config/arch-osname
|
--- a/config/arch-osname
|
||||||
+++ b/config/arch-osname
|
+++ b/config/arch-osname
|
||||||
@@ -74,6 +74,8 @@ if test -n "$myuname"; then
|
@@ -74,6 +74,8 @@ if test -n "$myuname"; then
|
||||||
@@ -61,7 +61,7 @@ index c0054c0..ff184eb 100644
|
|||||||
*STABLE*) sodest=.$version.$patch;; # released version
|
*STABLE*) sodest=.$version.$patch;; # released version
|
||||||
*DEVELOPMENT*) sodest=.$patch.0.0;; # unstable version
|
*DEVELOPMENT*) sodest=.$patch.0.0;; # unstable version
|
||||||
diff --git a/config/get_ld b/config/get_ld
|
diff --git a/config/get_ld b/config/get_ld
|
||||||
index c140024..55ec128 100644
|
index c140024..087895b 100644
|
||||||
--- a/config/get_ld
|
--- a/config/get_ld
|
||||||
+++ b/config/get_ld
|
+++ b/config/get_ld
|
||||||
@@ -3,6 +3,7 @@
|
@@ -3,6 +3,7 @@
|
||||||
@@ -73,7 +73,7 @@ index c140024..55ec128 100644
|
|||||||
*) LIBS=-lm;;
|
*) LIBS=-lm;;
|
||||||
esac
|
esac
|
||||||
diff --git a/config/get_libc b/config/get_libc
|
diff --git a/config/get_libc b/config/get_libc
|
||||||
index 1a7500c..d0c583d 100644
|
index 8b1f5a8..88afba1 100644
|
||||||
--- a/config/get_libc
|
--- a/config/get_libc
|
||||||
+++ b/config/get_libc
|
+++ b/config/get_libc
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
@@ -82,9 +82,9 @@ index 1a7500c..d0c583d 100644
|
|||||||
echo Looking in C lib for some symbols...
|
echo Looking in C lib for some symbols...
|
||||||
-extra_flags=-lm
|
-extra_flags=-lm
|
||||||
+#extra_flags=-lm
|
+#extra_flags=-lm
|
||||||
list=exp2; . ./look
|
|
||||||
list=log2; . ./look
|
if test "$arch" = "x86_64" && test "$sizeof_long" = "8"; then
|
||||||
extra_flags=
|
list=sse2; . ./look
|
||||||
--
|
--
|
||||||
2.13.1
|
2.13.1
|
||||||
|
|
||||||
@@ -96,10 +96,10 @@ Subject: Install man pages in $MANDIR/man1/ instead of $MANDIR.
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/config/Makefile.SH b/config/Makefile.SH
|
diff --git a/config/Makefile.SH b/config/Makefile.SH
|
||||||
index 54a3cb5..e44a949 100644
|
index 27c6d5b..a4cc165 100644
|
||||||
--- a/config/Makefile.SH
|
--- a/config/Makefile.SH
|
||||||
+++ b/config/Makefile.SH
|
+++ b/config/Makefile.SH
|
||||||
@@ -404,17 +404,17 @@ install-bin-sta: gp-sta$exe_suff
|
@@ -399,17 +399,17 @@ install-bin-sta: gp-sta$exe_suff
|
||||||
-cd \$(BINDIR); $postconfig gp-$version$exe_suff
|
-cd \$(BINDIR); $postconfig gp-$version$exe_suff
|
||||||
|
|
||||||
install-man::
|
install-man::
|
||||||
Reference in New Issue
Block a user