aboutsummaryrefslogtreecommitdiff
path: root/math/petsc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-15 19:52:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-15 19:52:12 +0000
commitcf0d8a2a878333eff2d1dd400867842904dee209 (patch)
tree2347b92dc9c60d627ed2db4213ba65a8609465e8 /math/petsc
parenta24a8e249de8e8307157bfab35e6b421d952f55f (diff)
downloadports-cf0d8a2a878333eff2d1dd400867842904dee209.tar.gz
ports-cf0d8a2a878333eff2d1dd400867842904dee209.zip
- Mark BROKEN on 8.x
Notes
Notes: svn path=/head/; revision=216886
Diffstat (limited to 'math/petsc')
-rw-r--r--math/petsc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile
index 012e9326d47e..b292fddf53ae 100644
--- a/math/petsc/Makefile
+++ b/math/petsc/Makefile
@@ -69,6 +69,10 @@ MPIDIR= ${LOCALBASE}/mpich2
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
WITH_OPENMPI= yes
MPIDIR= ${LOCALBASE}/mpi/openmpi