ports/180465: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Jul 22 12:50:01 UTC 2013
The following reply was made to PR ports/180465; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-python
mailing list