[MacPorts] #47725: shogun: Assumes python is present
#47725: shogun: Assumes python is present --------------------+-------------------------------- Reporter: mf2k@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: shogun --------------------+-------------------------------- The shogun Portfile assumes python27 is installed or else it fails with an error. {{{ $ port info shogun Error: shogun: Error executing python27: couldn't execute "/opt/local/bin/python2.7": no such file or directory Error: Unable to open port: Error evaluating variants }}} -- Ticket URL: <https://trac.macports.org/ticket/47725> MacPorts <https://www.macports.org/> Ports system for OS X
#47725: shogun: Assumes python is present ---------------------+-------------------------------- Reporter: mf2k@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: shogun | ---------------------+-------------------------------- Comment (by larryv@…): Try wrapping this… {{{ set py_prefix \[python_prefix\] configure.args-append --python=${prefix}/bin/python${v} \ --pydir=\${py_prefix}/lib/python${v}/site-packages \ --includes=\${py_prefix}/include/python${v} }}} … in a `pre-configure` script. -- Ticket URL: <https://trac.macports.org/ticket/47725#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#47725: shogun: Assumes python is present ---------------------+-------------------------------- Reporter: mf2k@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: shogun | ---------------------+-------------------------------- Comment (by mf2k@…): That fixed the {{{port info}}} error, but it failed to build for me. I don't know if that is the cause or if that's a normal failure. -- Ticket URL: <https://trac.macports.org/ticket/47725#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts