pkgsrc-WIP-changes archive

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

Update Sollya to 5.0.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sat Dec 10 20:10:23 2016 +0000
Changeset:	10356642be3eea57505e4875c868b31b26c8e9b7

Modified Files:
	sollya/Makefile
	sollya/distinfo

Log Message:
Update Sollya to 5.0.

This 5.0 release is the result of a 2 year effort to bring, amongst others,
the following enhancements and improvements:

  * Faster code for faithfully rounded function evaluation.
  * A considerably better internal representation of polynomials
    allowing for future improvements.
  * Additional functions in the Sollya library intended to further
    open Sollya to dynamical extension with bindings such as for
    Python and Sage.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10356642be3eea57505e4875c868b31b26c8e9b7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sollya/Makefile | 4 +++-
 sollya/distinfo | 7 ++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/sollya/Makefile b/sollya/Makefile
index 0d8c1c8..88c31ac 100644
--- a/sollya/Makefile
+++ b/sollya/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/05/20 22:33:29 alnsn Exp $
 
-DISTNAME=	sollya-4.1
+DISTNAME=	sollya-5.0
 CATEGORIES=	math
 MASTER_SITES=	https://gforge.inria.fr/frs/download.php/33151/
 
@@ -20,6 +20,8 @@ GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
 
+WRKSRC=	${WRKDIR}/sollya-4.1
+
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
diff --git a/sollya/distinfo b/sollya/distinfo
index e6a49cf..dd21ea4 100644
--- a/sollya/distinfo
+++ b/sollya/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.1 2015/05/20 22:33:29 alnsn Exp $
 
-SHA1 (sollya-4.1.tar.gz) = ec8505a7e47d475b88de8e84a8668aa1dc5570c8
-RMD160 (sollya-4.1.tar.gz) = d6d997c7e27efb11053043292f2e6e3272f7339e
-Size (sollya-4.1.tar.gz) = 2831736 bytes
+SHA1 (sollya-5.0.tar.gz) = ec8505a7e47d475b88de8e84a8668aa1dc5570c8
+RMD160 (sollya-5.0.tar.gz) = d6d997c7e27efb11053043292f2e6e3272f7339e
+SHA512 (sollya-5.0.tar.gz) = 200f99439978c8aaf5c121cb568dbdeb1f28d2edded1e53a2bf630fd18969b4e436a96b3ac3fd47840655f50c3406cf776b0c6adf8e766d1f9a7341342a09661
+Size (sollya-5.0.tar.gz) = 2831736 bytes
 SHA1 (patch-configure) = fa56ea70faf199470aa709f3f8a8e0f8cb40a62c


Home | Main Index | Thread Index | Old Index