X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=3fc5a60e7d9f94a7ab72f1dd562d361cdbe9972e;hb=HEAD;hp=205a3b92d649fa70fdcad31456c261d2fcabf4bc;hpb=db9f4aa5409231c4651b782aaa0f9b87c2cd3a3b;p=libparallel-mpi-simple-perl.git diff --git a/debian/control b/debian/control index 205a3b9..3fc5a60 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,17 @@ Maintainer: Don Armstrong Build-Depends: debhelper (>= 9), perl, perl-modules, openmpi-bin, libopenmpi-dev, ssh -Standards-Version: 3.9.2 +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.