Skip to content

Commit

Permalink
Update to gsl-1.12. From Aleksej Saushev in PR pkg/40200.
Browse files Browse the repository at this point in the history
This is a maintenance release, which fixes reported bugs and upgrades
the build system to the latest libtool, autoconf and automake.
  • Loading branch information
tnn committed Dec 19, 2008
1 parent da09d68 commit 67e39d5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions math/gsl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.28 2008/07/14 12:56:08 joerg Exp $
# $NetBSD: Makefile,v 1.29 2008/12/19 23:16:22 tnn Exp $

DISTNAME= gsl-1.11
DISTNAME= gsl-1.12
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}

Expand Down
4 changes: 3 additions & 1 deletion math/gsl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.14 2007/02/26 08:05:15 wiz Exp $
@comment $NetBSD: PLIST,v 1.15 2008/12/19 23:16:22 tnn Exp $
bin/gsl-config
bin/gsl-histogram
bin/gsl-randist
Expand Down Expand Up @@ -52,6 +52,7 @@ include/gsl/gsl_heapsort.h
include/gsl/gsl_histogram.h
include/gsl/gsl_histogram2d.h
include/gsl/gsl_ieee_utils.h
include/gsl/gsl_inline.h
include/gsl/gsl_integration.h
include/gsl/gsl_interp.h
include/gsl/gsl_linalg.h
Expand All @@ -74,6 +75,7 @@ include/gsl/gsl_matrix_ulong.h
include/gsl/gsl_matrix_ushort.h
include/gsl/gsl_message.h
include/gsl/gsl_min.h
include/gsl/gsl_minmax.h
include/gsl/gsl_mode.h
include/gsl/gsl_monte.h
include/gsl/gsl_monte_miser.h
Expand Down
10 changes: 5 additions & 5 deletions math/gsl/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.21 2008/05/02 08:49:50 adam Exp $
$NetBSD: distinfo,v 1.22 2008/12/19 23:16:22 tnn Exp $

SHA1 (gsl-1.11.tar.gz) = 5a154d1cc66ac479197d25dd93a56da12a034c49
RMD160 (gsl-1.11.tar.gz) = b69e38e217084fa2aff386b42aadb6f9efc5b1ec
Size (gsl-1.11.tar.gz) = 2700307 bytes
SHA1 (gsl-1.12.tar.gz) = 3b5cba13f4b90e1473f693a5dc7efdcaae55fc46
RMD160 (gsl-1.12.tar.gz) = 07c9d6a1e1fc1efb43dcc883fd15a2ca5d312da0
Size (gsl-1.12.tar.gz) = 2924732 bytes
SHA1 (patch-aa) = 7166f1ca7ec25214e8985f0b012f9acaf1b59675
SHA1 (patch-ac) = 83040b63063159773d66326c923fa965c42421cc
SHA1 (patch-ae) = 016b1b8911acf8fd20bd09d615890053a5807ec4
SHA1 (patch-ae) = ae00f8c0e18377c66672bcd0099cc49f151b1a07
SHA1 (patch-af) = 846179c3440ad39d4dc6ea8a9c8ba86c40150e14
10 changes: 5 additions & 5 deletions math/gsl/patches/patch-ae
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$NetBSD: patch-ae,v 1.3 2007/01/01 14:32:29 rillig Exp $
$NetBSD: patch-ae,v 1.4 2008/12/19 23:16:22 tnn Exp $

Tags: for-upstream

siman_tsp.c uses many functions from libm.

--- siman/Makefile.am.orig 2007-01-01 15:12:17.000000000 +0100
+++ siman/Makefile.am 2007-01-01 15:13:22.000000000 +0100
@@ -16,6 +16,7 @@ siman_tsp_LDADD = libgslsiman.la ../rng/
--- siman/Makefile.am.orig 2008-11-27 23:03:28.000000000 +0300
+++ siman/Makefile.am 2008-12-16 20:53:55.000000000 +0300
@@ -16,6 +16,7 @@
CLEANFILES = siman_test.out

libgslsiman_la_SOURCES = siman.c
+libgslsiman_la_LIBADD = -lm
pkginclude_HEADERS = gsl_siman.h

INCLUDES= -I$(top_builddir)
INCLUDES = -I$(top_srcdir)

0 comments on commit 67e39d5

Please sign in to comment.