Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:02:22 +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: r559219 - in head/math: py-slepc4py slepc
Message-ID:  <202012250902.0BP92MGK075067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 25 09:02:21 2020
New Revision: 559219
URL: https://svnweb.freebsd.org/changeset/ports/559219

Log:
  Deprecated and mark BROKEN
  
  gmake[3]: *** No rule to make target 'libfast', needed by 'slepc_tree'.  Stop.
  
  Reported by:	pkg-fallout

Modified:
  head/math/py-slepc4py/Makefile
  head/math/slepc/Makefile

Modified: head/math/py-slepc4py/Makefile
==============================================================================
--- head/math/py-slepc4py/Makefile	Fri Dec 25 08:49:43 2020	(r559218)
+++ head/math/py-slepc4py/Makefile	Fri Dec 25 09:02:21 2020	(r559219)
@@ -13,6 +13,9 @@ COMMENT=	SLEPc for Python
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
+DEPRECATED=	Depends on broken and expiring math/slepc
+EXPIRATION_DATE=	2020-12-29
+
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libmpich.so:net/mpich \
 		libpetsc.so:science/PETSc \

Modified: head/math/slepc/Makefile
==============================================================================
--- head/math/slepc/Makefile	Fri Dec 25 08:49:43 2020	(r559218)
+++ head/math/slepc/Makefile	Fri Dec 25 09:02:21 2020	(r559219)
@@ -12,6 +12,10 @@ COMMENT=	Scalable Library for Eigenvalue Problem Compu
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+DEPRECATED=	Broken, uses deprecated version of python
+EXPIRATION_DATE=	2020-12-29
+
 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?202012250902.0BP92MGK075067>