Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2019 10:39:17 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512096 - head/science/PETSc
Message-ID:  <201909151039.x8FAdH0D089433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Sep 15 10:39:17 2019
New Revision: 512096
URL: https://svnweb.freebsd.org/changeset/ports/512096

Log:
  science/PETSc: unbreak on ARM platforms
  
  Now builds on ARM.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/PETSc/Makefile

Modified: head/science/PETSc/Makefile
==============================================================================
--- head/science/PETSc/Makefile	Sun Sep 15 10:38:19 2019	(r512095)
+++ head/science/PETSc/Makefile	Sun Sep 15 10:39:17 2019	(r512096)
@@ -14,10 +14,6 @@ COMMENT=	Suite of data structures and routines from Ar
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=		fails to build: MPI compiler wrappers do not work. See http://www.mcs.anl.gov/petsc/documentation/faq.html#mpi-compilers
-BROKEN_armv6=		fails to build: MPI compiler wrappers do not work. See http://www.mcs.anl.gov/petsc/documentation/faq.html#mpi-compilers
-BROKEN_armv7=		fails to build: MPI compiler wrappers do not work. See http://www.mcs.anl.gov/petsc/documentation/faq.html#mpi-compilers
-
 LIB_DEPENDS=	libmpich.so:net/mpich
 
 USES=		blaslapack fortran gmake python:2.7 shebangfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909151039.x8FAdH0D089433>