svn commit: r461773 - head/science/PETSc

Antoine Brodin antoine at FreeBSD.org
Wed Feb 14 09:57:03 UTC 2018


Author: antoine
Date: Wed Feb 14 09:57:02 2018
New Revision: 461773
URL: https://svnweb.freebsd.org/changeset/ports/461773

Log:
  PETSc doesn't work with python3

Modified:
  head/science/PETSc/Makefile

Modified: head/science/PETSc/Makefile
==============================================================================
--- head/science/PETSc/Makefile	Wed Feb 14 09:13:50 2018	(r461772)
+++ head/science/PETSc/Makefile	Wed Feb 14 09:57:02 2018	(r461773)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libmpich.so:net/mpich2
 
-USES=		blaslapack fortran gmake python shebangfix
+USES=		blaslapack fortran gmake python:2.7 shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-shared-libraries=1 \
 		--with-mpi-dir=${LOCALBASE} \


More information about the svn-ports-all mailing list