From 3e36cbca43d5119fb92c23ec0fb5ffa9554f9aca Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Jan 2021 20:54:34 +0000 Subject: [PATCH] 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 --- math/petiga/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/petiga/Makefile b/math/petiga/Makefile index 032871116381..0c04774aa0e3 100644 --- a/math/petiga/Makefile +++ b/math/petiga/Makefile @@ -11,6 +11,8 @@ COMMENT= Framework for High Performance Isogeometric Analysis 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 \