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 /math/freemat | |
parent | 19895050844fb893ffd7ff7397a1ea0247d78c52 (diff) | |
download | freebsd-ports-gnome-be6947e1e108325835e88a8733664c75ae0c9e2d.tar.gz freebsd-ports-gnome-be6947e1e108325835e88a8733664c75ae0c9e2d.tar.zst freebsd-ports-gnome-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 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index b76d390252f0..6074aff15d3e 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freemat -PORTVERSION= 1.10 +PORTVERSION= 1.10 # Note: FreeMat 2.0 is waiting for QT4. PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -72,13 +72,8 @@ DATADIR= ${PREFIX}/share/FreeMat BROKEN= Does not compile with gcc-2.95 .endif -.if exists(${LOCALBASE}/bin/balky) -WITH_MPI= yes -.endif .if defined(WITH_MPI) -. if exists(${LOCALBASE}/bin/laminfo) -BROKEN= does not work with net/lam7, please install net/lam -. endif +IGNORE= does not work with lam-7 BUILD_DEPENDS+= mpiCC:${PORTSDIR}/net/lam RUN_DEPENDS+= lamboot:${PORTSDIR}/net/lam CONFIGURE_ARGS+=--with-mpi=yes |