ports/180465: science/py-scipy marked as Python 2 only, but works fine on Python 3
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Thu Jul 11 13:20:00 UTC 2013
>Number: 180465
>Category: ports
>Synopsis: science/py-scipy marked as Python 2 only, but works fine on Python 3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 11 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Nathan Whitehorn
>Release: 10-CURRENT
>Organization:
University of Wisconsin
>Environment:
6M: Mon May 27 20:24:29 CDT 2013 root at comporellon.tachypleus.net:/usr/obj/usr/src/sys/COMPORELLON amd64
>Description:
scipy is marked as for python <= 2.7 only, but has worked fine with python 3 for a long time. No changes are required to the port except removing the restriction.
>How-To-Repeat:
>Fix:
Index: science/py-scipy/Makefile
===================================================================
--- science/py-scipy/Makefile (revision 322736)
+++ science/py-scipy/Makefile (working copy)
@@ -26,7 +26,7 @@
OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options
USE_FORTRAN= yes
-USE_PYTHON= -2.7
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list