#48078: cantera binary files not executable --------------------------+-------------------------- Reporter: jjstickel@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: haspatch Port: cantera | --------------------------+-------------------------- Comment (by macports@…): Replying to [comment:8 larryv@…]:
Are the files in the main `bin` directory distinct from the ones under the Python framework?
Well, in fact, they are. While the ones in `/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/` rely on functions of the Python Cantera module, the ones in `/opt/local/bin/` restate the entire code in Python. The latter is used if the Python module is not installed (however, Python is needed anyway to run the script). Using the above Portfile, the Python module is always installed, so it doesn't make a difference. Still, it is probably best to apply jjstickel's patch as is. There are numerous other Portfiles installing binaries both in `/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/` and `/opt/local/bin`. -- Ticket URL: <https://trac.macports.org/ticket/48078#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X