Date: Wed, 14 Feb 2018 09:57:02 +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: r461773 - head/science/PETSc Message-ID: <201802140957.w1E9v2SI087643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802140957.w1E9v2SI087643>