X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=3fc5a60e7d9f94a7ab72f1dd562d361cdbe9972e;hb=HEAD;hp=a7b227796940d566b01d6a247ef10583402f0212;hpb=cfe39f153cf027cd10d9d83053d6594b751b3bdb;p=libparallel-mpi-simple-perl.git diff --git a/debian/control b/debian/control index a7b2277..3fc5a60 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,20 @@ Source: libparallel-mpi-simple-perl Section: perl Priority: optional Maintainer: Don Armstrong -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), perl, - perl-modules, mpi-default-bin -Standards-Version: 3.9.2 + perl-modules, openmpi-bin, libopenmpi-dev, ssh +Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Parallel-MPI-Simple/ +Vcs-Git: git://git.donarmstrong.com/libparallel-mpi-simple-perl.git +Vcs-Browser: http://git.donarmstrong.com/libparallel-mpi-simple-perl.git Package: libparallel-mpi-simple-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl, mpi-default-bin Description: perl wrapper around MPI libraries + Parallel::MPI::Simple is a wrapper around the MPI libraries. This + enables perl scripts to use MPI (Message Passing Interface) on large + clusters in order to invoke massively parallel processes using the + mpirun interface.