diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-21 20:50:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-21 20:50:50 +0000 |
commit | d8b30d9b95d18dcf25baa9f0ef9e13dd8c40aee8 (patch) | |
tree | a87c9fbdf906eedd0e08050c9a00665b0c4052f1 /math/freemat | |
parent | 2625c1ff197c2ef601e8bb44b47ec76c5b6830cd (diff) | |
download | ports-d8b30d9b95d18dcf25baa9f0ef9e13dd8c40aee8.tar.gz ports-d8b30d9b95d18dcf25baa9f0ef9e13dd8c40aee8.zip |
Notes
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 |