Closed yurivict closed 6 years ago
Apologies for breaking packaging. This change came about with #110 and addressed this issue #40, but it seems we botched it. We'll have another look, but I am afraid this is low priority for the moment. CC @bast.
@yurivict This was fixed in #121 We'll be minting a release candidate soon and update Psi4 accordingly.
Related to this item in the changelog:
Version 1.1.12 on FreeBSD 11.1 now installs files under bin/ that don't make sense:
The previous version installed files that look reasonable:
bin
directory isn't supposed to have subdirectories, because executables there are supposed to be run through path resolution.Python files are expected to be installed into lib/pythonN.N/site-packages/pcmsolver/...
bin/pcmsolver/__init__.py
is obviously a stray file when placed into bin/Found this while trying to update the FreeBSD port.