diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-20 22:06:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-20 22:06:01 +0000 |
commit | 74ba97b1506df40e7c6d7e948d2a027af8d6f45a (patch) | |
tree | 78adb2bebc60dd7107de265c34ec4698be5ae20f /net/mpich2 | |
parent | Update to 1.2.5. From the change log: (diff) |
Add a link for ports still using mpiCC. [1]
Since I'm there, prune empty directories.
Reported by: Kris via pointyhat [1]
Approved by: maintainer [1]
Notes
Notes:
svn path=/head/; revision=135740
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 3 | ||||
-rw-r--r-- | net/mpich2/pkg-plist | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 098d8bbd8651..18ccfa50fe41 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpich PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich @@ -193,6 +194,8 @@ post-install: ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/mpich/bin ${PREFIX}/mpich/lib ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/mpich/doc ${PREFIX}/mpich/include \ ${PREFIX}/mpich/share + ${LN} -sf ${PREFIX}/mpich/bin/mpicxx ${PREFIX}/mpich/bin/mpiCC + @${RMDIR} ${PREFIX}/mpich/lib/shared ${PREFIX}/mpich/examples/MPI-2-C++ .if ! defined(WITHOUT_JAVA) && ! defined(PACKAGE_BUILDING) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/mpich/logfiles .endif diff --git a/net/mpich2/pkg-plist b/net/mpich2/pkg-plist index f3f5566b826b..ba82ed95fcad 100644 --- a/net/mpich2/pkg-plist +++ b/net/mpich2/pkg-plist @@ -9,6 +9,8 @@ mpich/bin/clog_print mpich/bin/mpicc mpich/bin/mpichversion mpich/bin/mpicxx +@exec ln -sf %D/%F %B/mpiCC +@unexec rm -f %D/mpich/bin/mpiCC mpich/bin/mpif77 mpich/bin/mpif90 mpich/bin/mpiman @@ -610,11 +612,9 @@ mpich/www/www4/index.html @dirrm mpich/man/man1 @dirrm mpich/man %%JAVA%%@dirrm mpich/logfiles -@dirrm mpich/lib/shared @dirrm mpich/lib @dirrm mpich/include/mpi2c++ @dirrm mpich/include -@dirrm mpich/examples/MPI-2-C++ @dirrm mpich/examples @dirrm mpich/etc @dirrm mpich/doc |