Opened 2 years ago
Closed 15 months ago
#66498 closed defect (duplicate)
octave python27 dependency
Reported by: | Schamschula (Marius Schamschula) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | octave |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
When I saw #66299 I was reminded of the python27
dependency in the octave Portfile.
The upstream documentation does not mention Python:
https://docs.octave.org/latest/External-Packages.html
So I rebuilt octave from source and kept the logfile to see if Python actually gets used. A file is generated:
/opt/local/share/octave/7.3.0/m/miscellaneous/python.m
This file calls system (["python ", script file,...
In other words, octave
doesn't care about the Python version.
Indeed, I have locally built octave against python3x
several times in the past.
Change History (4)
comment:1 Changed 2 years ago by Schamschula (Marius Schamschula)
Cc: | MarcusCalhoun-Lopez removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:2 Changed 2 years ago by Schamschula (Marius Schamschula)
Description: | modified (diff) |
---|
comment:3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:4 Changed 15 months ago by mascguy (Christopher Nielsen)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of (now resolved) issue:62981