diff options
author | thierry <thierry@FreeBSD.org> | 2006-08-22 04:50:50 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-08-22 04:50:50 +0800 |
commit | be6947e1e108325835e88a8733664c75ae0c9e2d (patch) | |
tree | 79b1f714a1e804817b937e392e7944314337a22b /science | |
parent | 19895050844fb893ffd7ff7397a1ea0247d78c52 (diff) | |
download | freebsd-ports-graphics-be6947e1e108325835e88a8733664c75ae0c9e2d.tar.gz freebsd-ports-graphics-be6947e1e108325835e88a8733664c75ae0c9e2d.tar.zst freebsd-ports-graphics-be6947e1e108325835e88a8733664c75ae0c9e2d.zip |
- Upgrade net/lam to 7.1.2 and remove net/lam7;
- Chase lam7 -> lam in the dependent ports;
- Mark math/freemat IGNORE if WITH_MPI is defined and add a note about
FreeMat 2.0 and QT4.
Diffstat (limited to 'science')
-rw-r--r-- | science/openfoam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index a37595241a0..ff2d0e64e6f 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -88,14 +88,13 @@ APPDIR= applications/bin/${APPSUBDIR} DOCS= README doc/Guides-a4 doc/Guides-usletter .if defined(WITH_LAM) -BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/lam7 -RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:${PORTSDIR}/net/lam7 +BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/lam +RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:${PORTSDIR}/net/lam MAKE_ENV+= WM_MPLIB=LAM LAM_ARCH_PATH=${LOCALBASE} MPICH_VER= 1.0.4 LAM_VER= `${LOCALBASE}/bin/laminfo -version lam full | ${AWK} '{print $$2}'` MPI_LIB= LAM PLIST_SUB+= MPI="@comment " LAM="" LAM_VER=${LAM_VERSION} -#IGNORE= does not run with lam7 at the moment .else # TODO: add support for OpenMPI BUILD_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2 RUN_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpirun:${PORTSDIR}/net/mpich2 |