summaryrefslogtreecommitdiff
path: root/math/metis4
diff options
context:
space:
mode:
Diffstat (limited to 'math/metis4')
-rw-r--r--math/metis4/Makefile60
-rw-r--r--math/metis4/distinfo2
-rw-r--r--math/metis4/files/patch-Makefile.in25
-rw-r--r--math/metis4/pkg-descr10
-rw-r--r--math/metis4/pkg-plist21
5 files changed, 0 insertions, 118 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile
deleted file mode 100644
index 2175f2209ac9..000000000000
--- a/math/metis4/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: METIS
-# Date created: 26 Oct 97
-# Whom: Pedro Giffuni <giffunip@asme.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= metis
-PORTVERSION= 4.0.3
-CATEGORIES= math
-MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \
- http://www-users.cs.umn.edu/~karypis/metis/metis/files/
-
-MAINTAINER= bf@FreeBSD.org
-COMMENT= A package for unstructured graph partitioning
-
-CONFLICTS= metis-edf-[0-9]*
-
-USE_LDCONFIG= yes
-
-PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \
- oemetis onmetis partnmesh partdmesh pmetis
-
-.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-PICFLAG?= -fPIC
-.else
-PICFLAG?= -fpic
-.endif
-
-post-patch:
- ${CP} -R ${WRKSRC} ${WRKSRC}_SHARED
-
-do-build:
- @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} \
- COPTIONS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" \
- ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS}
- @cd ${WRKSRC}_SHARED ; ${SETENV} ${MAKE_ENV} \
- COPTIONS="${CFLAGS} ${PICFLAG}" LDOPTIONS="${LDFLAGS} ${PICFLAG}" \
- ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} ; \
- ${LD} -Bshareable -o libmetis.so.1 -x -soname libmetis.so.1 \
- --whole-archive libmetis.a --no-whole-archive
-
-check regression-test test: build
- cd ${WRKSRC}/Graphs ; ./mtest 4elt.graph
-
-do-install:
- cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${PROGRAMS} ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/include/metis
- ${INSTALL_DATA} ${WRKSRC}/Lib/*.h ${PREFIX}/include/metis
- ${INSTALL_DATA} ${WRKSRC}/libmetis.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}_SHARED/libmetis.so.1 ${PREFIX}/lib
- ${LN} -sf libmetis.so.1 ${PREFIX}/lib/libmetis.so
-
-.ifndef NOPORTDOCS
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Doc/manual.ps ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/metis4/distinfo b/math/metis4/distinfo
deleted file mode 100644
index 078e2e51ce5c..000000000000
--- a/math/metis4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55
-SIZE (metis-4.0.3.tar.gz) = 522624
diff --git a/math/metis4/files/patch-Makefile.in b/math/metis4/files/patch-Makefile.in
deleted file mode 100644
index 3cafe0fbbea9..000000000000
--- a/math/metis4/files/patch-Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in.orig 2006-08-31 08:22:01.000000000 -0400
-+++ Makefile.in 2012-03-15 12:48:32.000000000 -0400
-@@ -1,21 +1,16 @@
-
- # Which compiler to use
--CC = cc
-
- # What optimization level to use
--OPTFLAGS = -O2
-
- # What options to be used by the compiler
--COPTIONS =
-
- # What options to be used by the loader
--LDOPTIONS =
-
- # What archiving to use
--AR = ar rv
-+AR += ${ARFLAGS}
-
- # What to use for indexing the archive
--RANLIB = ranlib
- #RANLIB = ar -ts
- #RANLIB =
-
diff --git a/math/metis4/pkg-descr b/math/metis4/pkg-descr
deleted file mode 100644
index 5b4615380726..000000000000
--- a/math/metis4/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-METIS is a set of serial programs for partitioning graphs,
-partitioning finite element meshes, and producing fill reducing
-orderings for sparse matrices. The algorithms implemented in METIS are
-based on the multilevel recursive-bisection, multilevel k-way, and
-multi-constraint partitioning schemes developed in our lab.
-
-METIS provides high quality partitions, is extremely fast, and
-produces low fill orderings.
-
-WWW: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
diff --git a/math/metis4/pkg-plist b/math/metis4/pkg-plist
deleted file mode 100644
index ebcb4534b1c8..000000000000
--- a/math/metis4/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/graphchk
-bin/kmetis
-bin/mesh2dual
-bin/mesh2nodal
-bin/oemetis
-bin/onmetis
-bin/partdmesh
-bin/partnmesh
-bin/pmetis
-lib/libmetis.a
-lib/libmetis.so
-lib/libmetis.so.1
-include/metis/defs.h
-include/metis/macros.h
-include/metis/metis.h
-include/metis/proto.h
-include/metis/rename.h
-include/metis/struct.h
-@dirrm include/metis
-%%PORTDOCS%%%%DOCSDIR%%/manual.ps
-%%PORTDOCS%%@dirrm %%DOCSDIR%%