Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 13:11:38 GMT
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180465: science/py-scipy marked as Python 2 only, but works fine on Python 3
Message-ID:  <201307111311.r6BDBcn3025703@oldred.freebsd.org>
Resent-Message-ID: <201307111320.r6BDK06Q086696@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111311.r6BDBcn3025703>