Date: Fri, 13 Jul 2018 17:18:41 +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: r474595 - head/math/slepc Message-ID: <201807131718.w6DHIfis004643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807131718.w6DHIfis004643>