summaryrefslogtreecommitdiffstats
path: root/math/freemat
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-08-21 20:50:50 +0000
committerthierry <thierry@FreeBSD.org>2006-08-21 20:50:50 +0000
commitbe6947e1e108325835e88a8733664c75ae0c9e2d (patch)
tree79b1f714a1e804817b937e392e7944314337a22b /math/freemat
parent19895050844fb893ffd7ff7397a1ea0247d78c52 (diff)
downloadFreeBSD-ports-be6947e1e108325835e88a8733664c75ae0c9e2d.zip
FreeBSD-ports-be6947e1e108325835e88a8733664c75ae0c9e2d.tar.gz
- 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/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile
index b76d390..6074aff 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
OpenPOWER on IntegriCloud