Opened 9 years ago
Last modified 7 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)
Change History (2)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
Ed, can you address this issue, please?