diff options
author | thierry <thierry@FreeBSD.org> | 2006-09-01 05:45:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-09-01 05:45:56 +0800 |
commit | bfff9bb40c9d1f67e76e1cefb1effd93564ef47c (patch) | |
tree | 17b157b55b83f29353f1ca7f47c0ca9966d4ba4b /net | |
parent | c601740a6b26f4a49f95625acc0924bc21a87322 (diff) | |
download | freebsd-ports-gnome-bfff9bb40c9d1f67e76e1cefb1effd93564ef47c.tar.gz freebsd-ports-gnome-bfff9bb40c9d1f67e76e1cefb1effd93564ef47c.tar.zst freebsd-ports-gnome-bfff9bb40c9d1f67e76e1cefb1effd93564ef47c.zip |
mpiexec is not installed with Perl 5.00503.
Reported by: pointyhat via Kris
Diffstat (limited to 'net')
-rw-r--r-- | net/lam/Makefile | 10 | ||||
-rw-r--r-- | net/lam/pkg-plist | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net/lam/Makefile b/net/lam/Makefile index 407c44867873..5f361c8aacd6 100644 --- a/net/lam/Makefile +++ b/net/lam/Makefile @@ -378,12 +378,18 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif +.if ${PERL_LEVEL} == "500503" +PLIST_SUB= WANT_MPIEXEC="@comment " +.else +PLIST_SUB= WANT_MPIEXEC="" +.endif + .if ${ARCH} == "i386" -PLIST_SUB= I386="" +PLIST_SUB+= I386="" .else # Note: to enable TotalView on 64 bits platforms, # --enable-tv-dll-force should be added to CONFIGURE_ARGS -PLIST_SUB= I386="@comment " +PLIST_SUB+= I386="@comment " .endif pre-configure: diff --git a/net/lam/pkg-plist b/net/lam/pkg-plist index 7d84f0cba06b..002ba6bbe0d4 100644 --- a/net/lam/pkg-plist +++ b/net/lam/pkg-plist @@ -18,7 +18,7 @@ bin/lamwipe bin/mpiCC bin/mpic++ bin/mpicc -bin/mpiexec +%%WANT_MPIEXEC%%bin/mpiexec bin/mpif77 bin/mpimsg bin/mpirun |