Opened 17 months ago

Last modified 10 months ago

#66498 closed defect

octave python27 dependency — at Initial Version

Reported by: Schamschula (Marius Schamschula) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: octave

Description

When I saw https://trac.macports.org/ticket/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. Indeed 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 (0)

Note: See TracTickets for help on using tickets.