pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/meschach Always skip PIC libraries. Bump revision...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6e1288ebd5c
branches: trunk
changeset: 419511:f6e1288ebd5c
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Dec 20 00:02:06 2019 +0000
description:
Always skip PIC libraries. Bump revisions. Add RCS IDs.
diffstat:
math/meschach/Makefile | 3 ++-
math/meschach/PLIST | 3 +--
math/meschach/files/makefile.in | 2 ++
math/meschach/files/makefile.test | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)
diffs (55 lines):
diff -r d6bf2651034b -r f6e1288ebd5c math/meschach/Makefile
--- a/math/meschach/Makefile Fri Dec 20 00:01:37 2019 +0000
+++ b/math/meschach/Makefile Fri Dec 20 00:02:06 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2012/09/11 23:04:23 asau Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/20 00:02:06 joerg Exp $
DISTNAME= mesch12b
PKGNAME= meschach-1.2b
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.math.uiowa.edu/~dstewart/meschach/
diff -r d6bf2651034b -r f6e1288ebd5c math/meschach/PLIST
--- a/math/meschach/PLIST Fri Dec 20 00:01:37 2019 +0000
+++ b/math/meschach/PLIST Fri Dec 20 00:02:06 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/12/20 00:02:06 joerg Exp $
include/meschach/err.h
include/meschach/iter.h
include/meschach/machine.h
@@ -16,7 +16,6 @@
lib/libmeschach.so.0
lib/libmeschach.so.0.0
lib/libmeschach_p.a
-lib/libmeschach_pic.a
share/meschach/README
share/meschach/copyright
share/meschach/fnindex.txt
diff -r d6bf2651034b -r f6e1288ebd5c math/meschach/files/makefile.in
--- a/math/meschach/files/makefile.in Fri Dec 20 00:01:37 2019 +0000
+++ b/math/meschach/files/makefile.in Fri Dec 20 00:02:06 2019 +0000
@@ -1,3 +1,4 @@
+# $NetBSD: makefile.in,v 1.6 2019/12/20 00:02:06 joerg Exp $
LIB= meschach
SHLIB_MAJOR= 0
@@ -9,6 +10,7 @@
LIBDIR= ${PREFIX}/lib
NOLINT= 1
+MKPICINSTALL= no
SRCS= copy.c err.c matrixio.c memory.c vecop.c matop.c pxop.c \
submat.c init.c otherio.c machine.c matlab.c ivecop.c version.c \
diff -r d6bf2651034b -r f6e1288ebd5c math/meschach/files/makefile.test
--- a/math/meschach/files/makefile.test Fri Dec 20 00:01:37 2019 +0000
+++ b/math/meschach/files/makefile.test Fri Dec 20 00:02:06 2019 +0000
@@ -1,3 +1,5 @@
+# $NetBSD: makefile.test,v 1.5 2019/12/20 00:02:06 joerg Exp $
+
TORTURE= torture sptort ztorture memtort itertort mfuntort iotort
CPPFLAGS+= -I@PREFIX@/include
Home |
Main Index |
Thread Index |
Old Index