#49591: gds @2.17.4 fails to build if python35 is selected --------------------------+------------------------ Reporter: ryandesign@… | Owner: ed.maros@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Keywords: | Port: gds --------------------------+------------------------ The problem is that this build system (specifically in wrappers/swig/Makefile.am) tries to get the numpy include path this way: {{{ -I`python -c "import numpy; print numpy.get_include()"` }}} Instead of trying to run `python`, it must run the specific version of MacPorts python for which numpy was installed. The port already sets the `PYTHON` environment variable to the correct value; the build system just needs to use that variable at this point. -- Ticket URL: <https://trac.macports.org/ticket/49591> MacPorts <https://www.macports.org/> Ports system for OS X