pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/metis: remove (mechanical cleanup)
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Wed Sep 23 05:17:01 2015 +0200
Changeset: 7a12b3e2bb4daf87a23a80a4ef6efd5ec48a06bc
Removed Files:
metis/DESCR
metis/Makefile
metis/PLIST
metis/buildlink3.mk
metis/distinfo
metis/patches/patch-Test_mtest.c
metis/patches/patch-aa
metis/patches/patch-ab
metis/patches/patch-ac
Log Message:
wip/metis: remove (mechanical cleanup)
- pkgsrc/math/metis exists
- pkgsrc (4.0.3) >= wip (4.0)
- doc/CHANGES-2013: Updated to 4.0.3 [obache 2013-05-16]
- wip/metis last touched [jwbacon 2012-11-03]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a12b3e2bb4daf87a23a80a4ef6efd5ec48a06bc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
metis/DESCR | 6 ------
metis/Makefile | 43 ----------------------------------------
metis/PLIST | 23 ---------------------
metis/buildlink3.mk | 12 -----------
metis/distinfo | 9 ---------
metis/patches/patch-Test_mtest.c | 12 -----------
metis/patches/patch-aa | 32 ------------------------------
metis/patches/patch-ab | 22 --------------------
metis/patches/patch-ac | 13 ------------
9 files changed, 172 deletions(-)
diffs:
diff --git a/metis/DESCR b/metis/DESCR
deleted file mode 100644
index e194754..0000000
--- a/metis/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-METIS is a family of programs for partitioning unstructured graphs and
-hypergraphs and computing fill-reducing orderings of sparse matrices.
-The underlying algorithms used by METIS are based on the
-state-of-the-art multilevel paradigm that has been shown to produce
-high quality results and scale to very large problems. It is
-available both as a set of stand-alone programs and as a library.
diff --git a/metis/Makefile b/metis/Makefile
deleted file mode 100644
index 4e6cf3c..0000000
--- a/metis/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/11/03 13:42:24 outpaddling Exp $
-
-DISTNAME= metis-4.0
-CATEGORIES= math
-MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
-
-MAINTAINER= jwbacon%tds.net@localhost
-HOMEPAGE= http://glaros.dtc.umn.edu/gkhome/views/metis/
-COMMENT= Unstructured graph partitioning and sparse matrix ordering system
-
-BUILD_TARGET= default
-INSTALLATION_DIRS= bin lib
-
-LICENSE= modified-bsd
-
-SUBST_CLASSES+= log2
-SUBST_SED.log2= -e "s/log2/int_log2/g"
-SUBST_STAGE.log2= post-patch
-SUBST_FILES.log2= Lib/*
-
-do-test:
- cd ${WRKSRC}/Graphs && ./mtest 4elt.graph
- cd ${WRKSRC}/Graphs && ./mtest test.mgraph
-
-do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} graphchk kmetis mesh2dual \
- mesh2nodal oemetis onmetis partdmesh partnmesh pmetis \
- ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/libmetis.a ${DESTDIR}${PREFIX}/lib
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/metis
- ${INSTALL_DATA} ${WRKSRC}/Lib/*.h \
- ${DESTDIR}${PREFIX}/include/metis/
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/metis
- ${INSTALL_DATA} ${WRKSRC}/Doc/manual.ps \
- ${DESTDIR}${PREFIX}/share/doc/metis
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/metis
- cd ${WRKSRC}/Graphs && ${INSTALL_DATA} 0README 4elt.graph \
- metis.mesh test.mgraph \
- ${DESTDIR}${PREFIX}/share/examples/metis/
- ${INSTALL_DATA} ${WRKSRC}/Test/mtest.c \
- ${DESTDIR}${PREFIX}/share/examples/metis
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/metis/PLIST b/metis/PLIST
deleted file mode 100644
index 1f3b5eb..0000000
--- a/metis/PLIST
+++ /dev/null
@@ -1,23 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/27 16:40:14 outpaddling Exp $
-bin/graphchk
-bin/kmetis
-bin/mesh2dual
-bin/mesh2nodal
-bin/oemetis
-bin/onmetis
-bin/partdmesh
-bin/partnmesh
-bin/pmetis
-include/metis/defs.h
-include/metis/macros.h
-include/metis/metis.h
-include/metis/proto.h
-include/metis/rename.h
-include/metis/struct.h
-lib/libmetis.a
-share/doc/metis/manual.ps
-share/examples/metis/0README
-share/examples/metis/4elt.graph
-share/examples/metis/metis.mesh
-share/examples/metis/mtest.c
-share/examples/metis/test.mgraph
diff --git a/metis/buildlink3.mk b/metis/buildlink3.mk
deleted file mode 100644
index 7242238..0000000
--- a/metis/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/27 16:40:14 outpaddling Exp $
-
-BUILDLINK_TREE+= metis
-
-.if !defined(METIS_BUILDLINK3_MK)
-METIS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.metis+= metis>=4.0
-BUILDLINK_PKGSRCDIR.metis?= ../../math/metis
-.endif # METIS_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -metis
diff --git a/metis/distinfo b/metis/distinfo
deleted file mode 100644
index 8c1fc2a..0000000
--- a/metis/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/10/15 22:48:46 asau Exp $
-
-SHA1 (metis-4.0.tar.gz) = 580568308e1fa40e5a7a77cacbf27f865d6c01af
-RMD160 (metis-4.0.tar.gz) = 21dc1451b9385d292afa428f0c17e8283b00f6b7
-Size (metis-4.0.tar.gz) = 508601 bytes
-SHA1 (patch-Test_mtest.c) = ecd5a7ef8d98df00dfbe773057ab84ca99296a83
-SHA1 (patch-aa) = 5ee0835734585ac2d75ff506dfa469749ff6c9cf
-SHA1 (patch-ab) = 6f601a47d0f729319d2831e30d46c8e0d6d9abc5
-SHA1 (patch-ac) = 93639d37ea3c280f33dcb08b80d42336c5cef893
diff --git a/metis/patches/patch-Test_mtest.c b/metis/patches/patch-Test_mtest.c
deleted file mode 100644
index dcdacf4..0000000
--- a/metis/patches/patch-Test_mtest.c
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-Test_mtest.c,v 1.1 2012/10/15 22:48:46 asau Exp $
-
---- Test/mtest.c.orig 1998-09-21 12:59:52.000000000 +0000
-+++ Test/mtest.c
-@@ -54,6 +54,7 @@ main(int argc, char *argv[])
- printf("**********************************************************************\n");
-
- GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM);
-+ exit(0);
- }
-
-
diff --git a/metis/patches/patch-aa b/metis/patches/patch-aa
deleted file mode 100644
index 0f09877..0000000
--- a/metis/patches/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2012/03/27 16:40:14 outpaddling Exp $
-
---- Makefile.in.orig 1998-10-02 21:28:35.000000000 +0000
-+++ Makefile.in
-@@ -1,21 +1,21 @@
-
- # Which compiler to use
--CC = cc
-+#CC = cc
-
- # What optimization level to use
--OPTFLAGS = -O2
-+#OPTFLAGS = -O2
-
- # What options to be used by the compiler
--COPTIONS =
-+#COPTIONS =
-
- # What options to be used by the loader
--LDOPTIONS =
-+LDOPTIONS = $(LDFLAGS)
-
- # What archiving to use
--AR = ar rv
-+#AR = ar rv
-
- # What to use for indexing the archive
--RANLIB = ranlib
-+#RANLIB = ranlib
- #RANLIB = ar -ts
- #RANLIB =
-
diff --git a/metis/patches/patch-ab b/metis/patches/patch-ab
deleted file mode 100644
index e4bc40e..0000000
--- a/metis/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2012/03/27 16:40:14 outpaddling Exp $
-
---- Lib/Makefile.orig 1998-09-22 12:08:29.000000000 +0000
-+++ Lib/Makefile
-@@ -2,7 +2,7 @@ include ../Makefile.in
-
- INCLUDES = -I.
-
--CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
- LD = $(CC) -L.
-
-
-@@ -21,7 +21,7 @@ OBJS = coarsen.o fm.o initpart.o match.o
- $(CC) $(CFLAGS) -c $*.c
-
- ../libmetis.a: $(OBJS)
-- $(AR) $@ $(OBJS)
-+ $(AR) rv $@ $(OBJS)
- $(RANLIB) $@
-
- clean:
diff --git a/metis/patches/patch-ac b/metis/patches/patch-ac
deleted file mode 100644
index 7ec1a58..0000000
--- a/metis/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2012/03/27 16:40:14 outpaddling Exp $
-
---- Programs/Makefile.orig 1998-09-22 12:06:47.000000000 +0000
-+++ Programs/Makefile
-@@ -3,7 +3,7 @@ include ../Makefile.in
- BINDIR = ..
-
- INCLUDES = -I../Lib
--CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..
Home |
Main Index |
Thread Index |
Old Index