aboutsummaryrefslogtreecommitdiffstats
path: root/math/petsc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-16 03:52:12 +0800
committerpav <pav@FreeBSD.org>2008-07-16 03:52:12 +0800
commit3f255cf8005ef0c283b7afd9d0015f6bd8306303 (patch)
tree701bdeb4f5b26bbc1bb651bdad1869d602b58f54 /math/petsc
parentb68d21681a785772b2e76e5e389eee767395069c (diff)
downloadfreebsd-ports-gnome-3f255cf8005ef0c283b7afd9d0015f6bd8306303.tar.gz
freebsd-ports-gnome-3f255cf8005ef0c283b7afd9d0015f6bd8306303.tar.zst
freebsd-ports-gnome-3f255cf8005ef0c283b7afd9d0015f6bd8306303.zip
- Mark BROKEN on 8.x
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