Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 20:54:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559870 - head/math/petiga
Message-ID:  <202101012054.101KsZug004197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan  1 20:54:34 2021
New Revision: 559870
URL: https://svnweb.freebsd.org/changeset/ports/559870

Log:
  Mark BROKEN: fails to configure
  
  CMake Error at CMakeLists.txt:18 (include):
    include could not find load file:
  
      /usr/local/lib/petsc/conf/PETScBuildInternal.cmake
  
  Reported by:	pkg-fallout

Modified:
  head/math/petiga/Makefile

Modified: head/math/petiga/Makefile
==============================================================================
--- head/math/petiga/Makefile	Fri Jan  1 20:53:03 2021	(r559869)
+++ head/math/petiga/Makefile	Fri Jan  1 20:54:34 2021	(r559870)
@@ -11,6 +11,8 @@ COMMENT=	Framework for High Performance Isogeometric A
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
+BROKEN=		fails to configure
+
 LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack \
 		libmpich.so:net/mpich \



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