[csw-devel] SF.net SVN: gar:[12541] csw/mgar/pkg/pari/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Jan 14 14:45:15 CET 2011


Revision: 12541
          http://gar.svn.sourceforge.net/gar/?rev=12541&view=rev
Author:   dmichelsen
Date:     2011-01-14 13:45:14 +0000 (Fri, 14 Jan 2011)

Log Message:
-----------
pari: Minor adjustments, needs more work

Modified Paths:
--------------
    csw/mgar/pkg/pari/trunk/Makefile
    csw/mgar/pkg/pari/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/pari/trunk/files/CSWparigp.gspec

Property Changed:
----------------
    csw/mgar/pkg/pari/trunk/


Property changes on: csw/mgar/pkg/pari/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/pari/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pari/trunk/Makefile	2011-01-14 12:49:33 UTC (rev 12540)
+++ csw/mgar/pkg/pari/trunk/Makefile	2011-01-14 13:45:14 UTC (rev 12541)
@@ -2,28 +2,42 @@
 VERSION = 2.3.5
 CATEGORIES = lib
 
-DESCRIPTION = efficient computations in number theory
+DESCRIPTION = Efficient computations in number theory
 define BLURB
-  LONG DESCRIPTION
+  PARI/GP is a widely used computer algebra system designed for fast computations
+  in number theory (factorizations, algebraic number theory, elliptic curves...),
+  but also contains a large number of other useful functions to compute with mathematical
+  entities such as matrices, polynomials, power series, algebraic numbers, etc., and
+  a lot of transcendental functions.
 endef
 
 MASTER_SITES = http://pari.math.u-bordeaux.fr/pub/pari/unix/
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
-DISTFILES += $(call admfiles,CSWparigp,)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
+PACKAGES = CSWparigp
+CATALOGNAME = parigp
+
+VENDOR_URL = http://pari.math.u-bordeaux.fr
+
+BUILD64 = 1
+
 CONFIGURE_SCRIPTS = custom
-CONFIGURE_ARGS    = --prefix=$(prefix)
-# CONFIGURE_ARGS   += --miscdir=$(docdir)/pari
+CONFIGURE_ARGS  = --prefix=$(prefix)
+CONFIGURE_ARGS += --bindir=$(bindir)
+CONFIGURE_ARGS += --includedir=$(includedir)
+CONFIGURE_ARGS += --libdir=$(libdir)
+CONFIGURE_ARGS += --mandir=$(mandir)
+
 BUILD_ARGS        = gp
 
-TEST_SCRIPTS =
+# TEST_SCRIPTS =
 
 include gar/category.mk
 
 configure-custom:
 	@echo " ==> Running Configure"
-	@( cd $(WORKSRC) ; $(CONFIGURE_ENV) ./Configure $(CONFIGURE_ARGS) )
+	( cd $(WORKSRC) ; $(CONFIGURE_ENV) ./Configure $(CONFIGURE_ARGS) )
 	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/pari/trunk/checksums
===================================================================
--- csw/mgar/pkg/pari/trunk/checksums	2011-01-14 12:49:33 UTC (rev 12540)
+++ csw/mgar/pkg/pari/trunk/checksums	2011-01-14 13:45:14 UTC (rev 12541)
@@ -1,2 +1 @@
-c3e38b038b8314d2df6b14037c290ae9  CSWparigp.gspec
 6077c6db56fdd32e39a06a9bf320e1f7  pari-2.3.5.tar.gz

Deleted: csw/mgar/pkg/pari/trunk/files/CSWparigp.gspec
===================================================================
--- csw/mgar/pkg/pari/trunk/files/CSWparigp.gspec	2011-01-14 12:49:33 UTC (rev 12540)
+++ csw/mgar/pkg/pari/trunk/files/CSWparigp.gspec	2011-01-14 13:45:14 UTC (rev 12541)
@@ -1,4 +0,0 @@
-%var            bitname parigp
-%var            pkgname CSWparigp
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/LICENSE


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list