btllib icon indicating copy to clipboard operation
btllib copied to clipboard

Build installs the python binding into a wrong location

Open yurivict opened this issue 1 year ago • 1 comments

It installs these files:

lib/btllib/python/btllib/__init__.py
lib/btllib/python/btllib/_btllib.so
lib/btllib/python/setup.py

but they should be in /usr/local/lib/python3.9/btllib.

Many software packages can read this location from the python or pyuthon-config executable.

Version: 1.6.2 Python-3.9 FreeBSD 13.2

yurivict avatar Jul 21 '23 21:07 yurivict

We opted to use lib/btllib/python/ as the default installation path because in HPC environments you often don't have access to usr/bin. btllib has --prefix parameter to change the installation path.

jwcodee avatar Aug 08 '23 22:08 jwcodee

Closing due to inactivity - please feel free to re-open if you have further questions

lcoombe avatar Aug 12 '24 15:08 lcoombe