1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add p5-Parallel-MPI 0.03,

perl interface to the MPI message passing
system.
This commit is contained in:
Sergey Skvortsov 2003-10-15 08:50:37 +00:00
parent 56b7bf675d
commit 0d004c90d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91300
5 changed files with 44 additions and 0 deletions

View File

@ -470,6 +470,7 @@
SUBDIR += p5-NetAddr-IP-Count
SUBDIR += p5-NetPacket
SUBDIR += p5-POE-Component-RRDTool
SUBDIR += p5-Parallel-MPI
SUBDIR += p5-PlRPC
SUBDIR += p5-RPC-XML
SUBDIR += p5-ResourcePool-Resource-Net-LDAP

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Parallel-MPI
# Date created: 06 March 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Parallel-MPI
PORTVERSION= 0.03
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parallel
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl interface to the MPI message passing system
BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpicc:${PORTSDIR}/net/mpich
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CC= ${PREFIX}/mpich/bin/mpicc
CONFIGURE_ARGS= LD="${PREFIX}/mpich/bin/mpicc" INC="-I${PREFIX}/mpich/include"
MAN3= Parallel::MPI.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Parallel-MPI-0.03.tar.gz) = b2c6c5f02a7e2e6b8e138b2ac1806468

View File

@ -0,0 +1,6 @@
An MPI Binding for Perl.
WWW: http://search.cpan.org/dist/Parallel-MPI/
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Parallel/MPI.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/MPI/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/MPI/MPI.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/MPI/MPI.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/MPI/autosplit.ix
@unexec rmdir %D/%%SITE_PERL%%/Parallel/MPI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Parallel 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/MPI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel 2>/dev/null || true