diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2009-12-09 01:19:56 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2009-12-09 01:19:56 +0000 |
commit | be7dd063cd041939dcea09995d8b9a7de6cd1ddc (patch) | |
tree | 8774139394b3ceda5b4afd269acf08b037a577bc | |
parent | f981519dfa39a92e1e9fd04e73baf65a670dc3b4 (diff) | |
download | ports-be7dd063cd041939dcea09995d8b9a7de6cd1ddc.tar.gz ports-be7dd063cd041939dcea09995d8b9a7de6cd1ddc.zip |
Notes
-rw-r--r-- | net/openmpi/Makefile | 5 | ||||
-rw-r--r-- | net/openmpi/distinfo | 6 | ||||
-rw-r--r-- | net/openmpi/pkg-plist | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 9e6441ffdb56..e6a6023a7f2d 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -9,10 +9,9 @@ # - etc/*.sample support PORTNAME= openmpi -DISTVERSION= 1.3.3 -PORTREVISION= 1 +DISTVERSION= 1.4 CATEGORIES= net parallel -MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.3/downloads/ +MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.4/downloads/ MAINTAINER= brooks@FreeBSD.org COMMENT= A High Performance Message Passing Library diff --git a/net/openmpi/distinfo b/net/openmpi/distinfo index ce6d114c3d65..ac17b6ab70c9 100644 --- a/net/openmpi/distinfo +++ b/net/openmpi/distinfo @@ -1,3 +1,3 @@ -MD5 (openmpi-1.3.3.tar.bz2) = f6cdc9c195daa8571b2e509e952d6755 -SHA256 (openmpi-1.3.3.tar.bz2) = e1425853282da9237f5b41330207e54da1dc803a2e19a93dacc3eca1d083e422 -SIZE (openmpi-1.3.3.tar.bz2) = 6695647 +MD5 (openmpi-1.4.tar.bz2) = 9786ec0698afed9498ce43dc3978a435 +SHA256 (openmpi-1.4.tar.bz2) = fa55edef1bd8af256e459d4d9782516c6998b9d4698eda097d5df33ae499858e +SIZE (openmpi-1.4.tar.bz2) = 6699638 diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index 4672ac8cd3d4..cf9e7bafcdf1 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -83,7 +83,7 @@ %%MPIDIR%%/include/vampirtrace/vt_user_count.h %%MPIDIR%%/include/vampirtrace/vt_user_count.inc %%MPIDIR%%/lib/libmca_common_sm.la -%%MPIDIR%%/lib/libmca_common_sm.so.0 +%%MPIDIR%%/lib/libmca_common_sm.so.1 %%MPIDIR%%/lib/libmpi.la %%MPIDIR%%/lib/libmpi.so.0 %%MPIDIR%%/lib/libmpi_cxx.la @@ -198,6 +198,8 @@ %%MPIDIR%%/lib/openmpi/mca_pubsub_orte.so %%MPIDIR%%/lib/openmpi/mca_rcache_vma.la %%MPIDIR%%/lib/openmpi/mca_rcache_vma.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_load_balance.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_load_balance.so %%MPIDIR%%/lib/openmpi/mca_rmaps_rank_file.la %%MPIDIR%%/lib/openmpi/mca_rmaps_rank_file.so %%MPIDIR%%/lib/openmpi/mca_rmaps_round_robin.la @@ -227,6 +229,7 @@ %%MPIDIR%%/share/openmpi/help-mca-param.txt %%MPIDIR%%/share/openmpi/help-mpi-api.txt %%MPIDIR%%/share/openmpi/help-mpi-btl-base.txt +%%MPIDIR%%/share/openmpi/help-mpi-common-sm.txt %%MPIDIR%%/share/openmpi/help-mpi-errors.txt %%MPIDIR%%/share/openmpi/help-mpi-runtime.txt %%MPIDIR%%/share/openmpi/help-mpool-base.txt @@ -250,6 +253,7 @@ %%MPIDIR%%/share/openmpi/help-orte-odls-base.txt %%MPIDIR%%/share/openmpi/help-orte-ps.txt %%MPIDIR%%/share/openmpi/help-orte-rmaps-base.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-lb.txt %%MPIDIR%%/share/openmpi/help-orte-rmaps-rr.txt %%MPIDIR%%/share/openmpi/help-orte-rmaps-seq.txt %%MPIDIR%%/share/openmpi/help-orte-runtime.txt |