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/Makefile | |
parent | ed087d4a054a21cc8ed53e4878392ce7aa857b54 (diff) |
Notes
Diffstat (limited to 'math/itl/Makefile')
-rw-r--r-- | math/itl/Makefile | 32 |
1 files changed, 0 insertions, 32 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> |