diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /math/itl | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'math/itl')
-rw-r--r-- | math/itl/Makefile | 32 | ||||
-rw-r--r-- | math/itl/distinfo | 2 | ||||
-rw-r--r-- | math/itl/files/patch-test+iohb_c | 10 | ||||
-rw-r--r-- | math/itl/files/patch-test+mmio_c | 11 | ||||
-rw-r--r-- | math/itl/pkg-descr | 15 | ||||
-rw-r--r-- | math/itl/pkg-plist | 11 |
6 files changed, 0 insertions, 81 deletions
diff --git a/math/itl/Makefile b/math/itl/Makefile deleted file mode 100644 index 95959d7d38c1..000000000000 --- a/math/itl/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Pedro F. Giffuni <giffunip@asme.org> -# $FreeBSD$ - -PORTNAME= itl -PORTVERSION= 4.0.0.1 -CATEGORIES= math devel -MASTER_SITES= http://www.osl.iu.edu/download/research/itl/ -DISTNAME= ${PORTNAME}-4.0.0-1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Iterative Template Library (based on MTL) - -BUILD_DEPENDS= ${LOCALBASE}/include/mtl/mtl.h:${PORTSDIR}/math/mtl \ - ${LOCALBASE}/include/blitz/blitz.h:${PORTSDIR}/math/blitz++ -RUN_DEPENDS= ${LOCALBASE}/include/mtl/mtl.h:${PORTSDIR}/math/mtl \ - ${LOCALBASE}/lib/libblitz.a:${PORTSDIR}/math/blitz++ - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mtl=${LOCALBASE}/include \ - --with-blitz=${LOCALBASE}/include -NO_BUILD= yes - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if defined(WITH_MPI) || exists(${LOCALBASE}/bin/hcp) -BUILD_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam -RUN_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam -CONFIGURE_ARGS+=--with-mpi=lam -.endif - -.include <bsd.port.post.mk> diff --git a/math/itl/distinfo b/math/itl/distinfo deleted file mode 100644 index e1b6cfee5553..000000000000 --- a/math/itl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (itl-4.0.0-1.tar.gz) = 2f99f3909c1e8ef167a4e0a8e4e13f4feb56dd8e7101b5876bc84ed37ebd5839 -SIZE (itl-4.0.0-1.tar.gz) = 1265862 diff --git a/math/itl/files/patch-test+iohb_c b/math/itl/files/patch-test+iohb_c deleted file mode 100644 index 1b72702a66bd..000000000000 --- a/math/itl/files/patch-test+iohb_c +++ /dev/null @@ -1,10 +0,0 @@ ---- test/iohb.c.orig Mon Aug 18 22:04:00 2003 -+++ test/iohb.c Mon Aug 18 22:04:22 2003 -@@ -219,7 +219,6 @@ - #include<stdlib.h> - #include<string.h> - #include<math.h> --#include<malloc.h> - - char* substr(const char* S, const int pos, const int len); - void upcase(char* S); diff --git a/math/itl/files/patch-test+mmio_c b/math/itl/files/patch-test+mmio_c deleted file mode 100644 index 6b6723532abe..000000000000 --- a/math/itl/files/patch-test+mmio_c +++ /dev/null @@ -1,11 +0,0 @@ ---- test/mmio.c.orig Mon Aug 18 22:04:50 2003 -+++ test/mmio.c Mon Aug 18 22:05:10 2003 -@@ -9,7 +9,7 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> -+#include <stdlib.h> - #include <ctype.h> - - #include "mmio.h" diff --git a/math/itl/pkg-descr b/math/itl/pkg-descr deleted file mode 100644 index d64b6cfd5e10..000000000000 --- a/math/itl/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ - The Iterative Template Library Alpha Release - -The Iterative Template Library (ITL) has two parts, iterative solvers -and preconditioners. ITL provides a collection of sophisticated Krylov -subspace iterative solvers that use basic linear algebra packages such -as the Matrix Template Library or Blitz++ for its basic linear algebra -operations. The ITL has extended many of the ideas of the Iterative -Methods Library (IML++), to make the library more flexible. The -"interface" is to specify basic linear algebra operations. See next -bullet for details. On the other hand, ITL also provides a set of -preconditioners which are designed for Matrix Template Library. - -The latest documentation for ITL can be found on our website: - -WWW: http://www.osl.iu.edu/research/itl diff --git a/math/itl/pkg-plist b/math/itl/pkg-plist deleted file mode 100644 index cc6c2a402fe8..000000000000 --- a/math/itl/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -include/itl/Iteration_concept.h -include/itl/Preconditioner_concept.h -include/itl/Matrix_concept.h -include/itl/givens_rotation.h -include/itl/itl.h -include/itl/itl_utils.h -include/itl/itl_tags.h -include/itl/modified_gram_schmidt.h -include/itl/matrix_free_operator.h -include/itl/number_traits.h -@dirrm include/itl |