gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6064: update pari to 2.11.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6064: update pari to 2.11.0
Date: Fri, 16 Nov 2018 03:33:24 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6064
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2018-11-16 00:33:06 -0800
message:
  update pari to 2.11.0
added:
  pkg/other/pari/                pari-20181116083036-0ikpsg0z3j7lz473-1
  pkg/other/pari/Makefile        makefile-20181116083036-0ikpsg0z3j7lz473-4
  pkg/other/pari/config.mk       config.mk-20181116083036-0ikpsg0z3j7lz473-2
  pkg/other/pari/gpg-keyring     gpgkeyring-20181116083036-0ikpsg0z3j7lz473-3
  pkg/other/pari/sha256sums      sha256sums-20181116083036-0ikpsg0z3j7lz473-5
=== added directory 'pkg/other/pari'
=== added file 'pkg/other/pari/Makefile'
--- a/pkg/other/pari/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/pari/Makefile   2018-11-16 08:33:06 +0000
@@ -0,0 +1,67 @@
+# Copyright ©2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    pari
+GARNAME = pari
+GARVERSION =  2.11.0
+HOME_URL = http://pari.math.u-bordeaux.fr/
+DESCRIPTION = math library, command line program and library, aka pari-gp, 
unlimited-precision discrete math etc.
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = http://pari.math.u-bordeaux.fr/
+MASTER_SUBDIR = pub/pari/unix/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES  = $(DISTNAME).tar.gz.asc
+
+CONFIGURE_SCRIPTS = doconf
+BUILD_SCRIPTS = gpanddoc
+
+# hint: using qt
+BUILDDEPS = gmp readline
+LIBDEPS =
+
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+#include ../../../gar/gar.lib/info.mk
+include config.mk
+# HINT: bug, need '-lcurses' if using readline
+LDFLAGS+=-lcurses
+
+configure-doconf:
+       cd $(WORKSRC) &&  ./Configure    $(CONFIGURE_OPTS)
+       $(MAKECOOKIE)
+
+build-gpanddoc:
+       cd $(WORKSRC) &&  $(MAKE) all
+       $(MAKECOOKIE)
+
+pre-install:
+       echo PPPPPPPPPPPPPPPPPPP  $(packageprefix)
+       mkdir -p $(packageprefix)/packages/$(DISTNAME)
+       mkdir -p $(prefix)/packages/$(DISTNAME)
+       $(MAKE) -C $(WORKSRC) -f Makefile install 
+       cp -ra $(prefix)/packages/$(DISTNAME)/*  $(packageprefix)
+       $(MAKECOOKIE)
+
+

=== added file 'pkg/other/pari/config.mk'
--- a/pkg/other/pari/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/pari/config.mk  2018-11-16 08:33:06 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=   --graphic=qt  --with-qt 
--prefix=$(prefix)/packages/$(DISTNAME)
+BUILD_OPTS ?= 

=== added file 'pkg/other/pari/gpg-keyring'
Binary files a/pkg/other/pari/gpg-keyring       1970-01-01 00:00:00 +0000 and 
b/pkg/other/pari/gpg-keyring      2018-11-16 08:33:06 +0000 differ
=== added file 'pkg/other/pari/sha256sums'
--- a/pkg/other/pari/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/pari/sha256sums 2018-11-16 08:33:06 +0000
@@ -0,0 +1,2 @@
+3835caccaa3e0c64764521032d89efeb8773cce841f6655fec6d58e790f4c9a1  
download/pari-2.11.0.tar.gz
+87f7c994026c4394bfb11c483cb84e080068e6c8fd7e8a2ff613e4a055c32c86  
download/pari-2.11.0.tar.gz.asc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]