__main__.py
is installed directly into the $(PREFIX)
directory. Everything should be installed either into bin/ or into the python module directory.
OS: FreeBSD 11.2
__main__.py
is installed directly into the $(PREFIX)
directory. Everything should be installed either into bin/ or into the python module directory.
OS: FreeBSD 11.2
Hi Yuri,
This is correct and is required for PyFR (when built as an zip file) to
be executable. At the time this functionality was added to PyFR they
only way it could be made to work was by putting __main__.py
in the
topmost directly.
Regards, Freddie.
PyFR now works without the top-most __main__.py
, so can remove it now.
The problem is that packages aren’t supposed to install anything into the PREFIX directory. I have to remove it in the FreeBSD port.