diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-29 20:25:53 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-29 20:25:53 +0000 |
commit | 8112a86e60353a0078d752f3b1eb3812f8bae56b (patch) | |
tree | 1cb6879fdd78e867df314a084dd9db304af3f014 /parallel/mpi-ch/buildlink3.mk | |
parent | fe40bde7304f059a51d88139b419d8474a9bb8b9 (diff) | |
download | pkgsrc-8112a86e60353a0078d752f3b1eb3812f8bae56b.tar.gz |
Update to mpich2-1.0.7. From pkgsrc-wip, contributed by Aleksej Saushev.
MPICH2 is an all-new implementation of MPI from the group at Argonne
National Laboratory. It shares many goals with the original MPICH but
no actual code. It is a portable, high-performance implementation of
the entire MPI-2 standard. This release has all MPI-2 functions and
features required by the standard with the exception of support for the
"external32" portable I/O format.
Diffstat (limited to 'parallel/mpi-ch/buildlink3.mk')
-rw-r--r-- | parallel/mpi-ch/buildlink3.mk | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/parallel/mpi-ch/buildlink3.mk b/parallel/mpi-ch/buildlink3.mk index 16be777fbce..791f84d1419 100644 --- a/parallel/mpi-ch/buildlink3.mk +++ b/parallel/mpi-ch/buildlink3.mk @@ -1,23 +1,20 @@ -# $NetBSD: buildlink3.mk,v 1.10 2007/01/14 09:03:09 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2008/05/29 20:25:53 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -MPICH_BUILDLINK3_MK:= ${MPICH_BUILDLINK3_MK}+ +MPICH2_BUILDLINK3_MK:= ${MPICH2_BUILDLINK3_MK}+ .if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= mpich +BUILDLINK_DEPENDS+= mpich2 .endif -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmpich} -BUILDLINK_PACKAGES+= mpich -BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}mpich +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmpich2} +BUILDLINK_PACKAGES+= mpich2 +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}mpich2 -.if !empty(MPICH_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.mpich+= mpich>=1.2.6 -BUILDLINK_ABI_DEPENDS.mpich?= mpich>=1.2.6nb3 -BUILDLINK_PKGSRCDIR.mpich?= ../../parallel/mpi-ch -BUILDLINK_DEPMETHOD.mpich?= build -.endif # MPICH_BUILDLINK3_MK - -.include "../../x11/libX11/buildlink3.mk" +.if !empty(MPICH2_BUILDLINK3_MK:M+) +BUILDLINK_API_DEPENDS.mpich2+= mpich2>=1.0.7 +BUILDLINK_PKGSRCDIR.mpich2?= ../../wip/mpi-ch +BUILDLINK_DEPMETHOD.mpich2?= build +.endif # MPICH2_BUILDLINK3_MK BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |