Deprecated and mark BROKEN

gmake[3]: *** No rule to make target 'libfast', needed by 'slepc_tree'.  Stop.

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2020-12-25 09:02:21 +00:00
parent a4c275dc72
commit 8825638f77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559219
2 changed files with 7 additions and 0 deletions

View File

@ -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 \

View File

@ -12,6 +12,10 @@ COMMENT= Scalable Library for Eigenvalue Problem Computations
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 \