Date: Mon, 22 Jul 2013 12:50:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-python@FreeBSD.org Subject: Re: ports/180465: commit references a PR Message-ID: <201307221250.r6MCo1MC076565@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180465; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180465: commit references a PR Date: Mon, 22 Jul 2013 12:44:40 +0000 (UTC) Author: rm Date: Mon Jul 22 12:44:32 2013 New Revision: 323443 URL: http://svnweb.freebsd.org/changeset/ports/323443 Log: - let it build with python3 too Both python2 and python3 are supported according to official documentation and setup.py PR: 180465 Submitted by: nwhitehorn Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Mon Jul 22 12:41:39 2013 (r323442) +++ head/science/py-scipy/Makefile Mon Jul 22 12:44:32 2013 (r323443) @@ -26,7 +26,7 @@ LATEST_LINK= py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options USE_FORTRAN= yes -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307221250.r6MCo1MC076565>