pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/lapack The `DZLAUX' routines were still missing f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d2a69a613eb
branches: trunk
changeset: 486804:9d2a69a613eb
user: wennmach <wennmach%pkgsrc.org@localhost>
date: Mon Jan 03 15:33:55 2005 +0000
description:
The `DZLAUX' routines were still missing from the library.
diffstat:
math/lapack/Makefile | 4 ++--
math/lapack/distinfo | 5 +++--
math/lapack/patches/patch-aa | 17 ++++++++++-------
3 files changed, 15 insertions(+), 11 deletions(-)
diffs (59 lines):
diff -r b26ee00c0bbb -r 9d2a69a613eb math/lapack/Makefile
--- a/math/lapack/Makefile Mon Jan 03 14:37:09 2005 +0000
+++ b/math/lapack/Makefile Mon Jan 03 15:33:55 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2004/12/22 10:17:28 wennmach Exp $
+# $NetBSD: Makefile,v 1.18 2005/01/03 15:33:55 wennmach Exp $
#
DISTNAME= lapack
PKGNAME= lapack-20010201
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= math
MASTER_SITES= ftp://ftp.netlib.org/lapack/ \
ftp://netlib.bell-labs.com/netlib/lapack/ \
diff -r b26ee00c0bbb -r 9d2a69a613eb math/lapack/distinfo
--- a/math/lapack/distinfo Mon Jan 03 14:37:09 2005 +0000
+++ b/math/lapack/distinfo Mon Jan 03 15:33:55 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2004/12/22 10:17:28 wennmach Exp $
+$NetBSD: distinfo,v 1.8 2005/01/03 15:33:55 wennmach Exp $
SHA1 (lapack-20010201/lapack.tgz) = 47d85508d87d60e32b613ef0c951d0be4bf10e72
Size (lapack-20010201/lapack.tgz) = 4991992 bytes
-SHA1 (patch-aa) = c5599ed209509fdd37f8041de3e49c1da283ac66
+SHA1 (patch-aa) = cad0f70bf4f738ea7c72d87abc8681d78cb55f02
+SHA1 (patch-ab) = 397cd0c42776287040cf258ac5eb526a869790d9
diff -r b26ee00c0bbb -r 9d2a69a613eb math/lapack/patches/patch-aa
--- a/math/lapack/patches/patch-aa Mon Jan 03 14:37:09 2005 +0000
+++ b/math/lapack/patches/patch-aa Mon Jan 03 15:33:55 2005 +0000
@@ -1,7 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2004/12/22 10:17:28 wennmach Exp $
+$NetBSD: patch-aa,v 1.4 2005/01/03 15:33:55 wennmach Exp $
---- SRC/Makefile.orig Thu Nov 4 20:26:09 1999
-+++ SRC/Makefile Wed Dec 22 10:52:43 2004
+Enable all routines (single & double precision, single and double
+complex, auxilary routines in the "all" target. Enable libtool.
+
+--- SRC/Makefile.orig 1999-11-04 20:26:09.000000000 +0100
++++ SRC/Makefile 2004-12-23 09:22:31.000000000 +0100
@@ -1,4 +1,4 @@
-include ../make.inc
+#include ../make.inc
@@ -33,10 +36,10 @@
- $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(ZLASRC) $(ALLAUX) \
- $(DZLAUX)
- $(RANLIB) ../$(LAPACKLIB)
-+all: $(ALLAUX) $(SCLAUX) $(SLASRC) $(CLASRC) $(DLASRC) $(ZLASRC)
-+ ${LIBTOOL} --mode=link --tag=CC ${FC} -o ../liblapack.la \
-+ $(ALLAUX:.o=.lo) $(SCLAUX:.o=.lo) $(SLASRC:.o=.lo) \
-+ $(DLASRC:.o=.lo) $(CLASRC:.o=.lo) $(ZLASRC:.o=.lo) \
++all: $(ALLAUX) $(SCLAUX) $(DZLAUX) $(SLASRC) $(CLASRC) $(DLASRC) $(ZLASRC)
++ ${LIBTOOL} --mode=link --tag=CC ${FC} -o ../liblapack.la \
++ $(ALLAUX:.o=.lo) $(SCLAUX:.o=.lo) $(DZLAUX:.o=.lo) $(SLASRC:.o=.lo) \
++ $(DLASRC:.o=.lo) $(CLASRC:.o=.lo) $(ZLASRC:.o=.lo) \
+ -rpath ${PREFIX}/lib -version-info 3:0
$(ALLAUX): $(FRC)
Home |
Main Index |
Thread Index |
Old Index