Opened 8 years ago

Last modified 6 years ago

#49591 new defect

gds @2.17.4 fails to build if python35 is selected

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: emaros
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: gds

Description

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.

Attachments (1)

main.log.bz2 (60.1 KB) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Ed, can you address this issue, please?

Note: See TracTickets for help on using tickets.