svn commit: r474595 - head/math/slepc

Antoine Brodin antoine at FreeBSD.org
Fri Jul 13 17:18:42 UTC 2018


Author: antoine
Date: Fri Jul 13 17:18:41 2018
New Revision: 474595
URL: https://svnweb.freebsd.org/changeset/ports/474595

Log:
  slepc doesn't support python 3

Modified:
  head/math/slepc/Makefile

Modified: head/math/slepc/Makefile
==============================================================================
--- head/math/slepc/Makefile	Fri Jul 13 15:30:17 2018	(r474594)
+++ head/math/slepc/Makefile	Fri Jul 13 17:18:41 2018	(r474595)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libmpich.so:net/mpich2 \
 		libpetsc.so:science/PETSc
 
-USES=		gmake fortran python shebangfix
+USES=		gmake fortran python:2.7 shebangfix
 SHEBANG_FILES=	configure
 MAKEFILE=	makefile
 MAKE_ENV=	PETSC_DIR=${LOCALBASE} PETSC_ARCH="" SLEPC_DIR=${WRKSRC} FREEBSD_STAGEDIR=${STAGEDIR} PYTHON=${PYTHON_CMD}


More information about the svn-ports-head mailing list