coin3d / pivy

python bindings to coin3d
ISC License
53 stars 39 forks source link

Correct Python install directory to be arch specific #92

Closed StefanBruens closed 2 years ago

StefanBruens commented 2 years ago

Binary (i.e. non-pure) python modules should be installed to an arch specific directory. Instead of doing this manually, use the Python_SITEARCH variable provided by the new FindPython module, available since CMake 3.12.

looooo commented 2 years ago

thanks @StefanBruens

looooo commented 2 years ago

@StefanBruens It seems like this is not working with virtual environments as I use for the gh-action tests. Can you collaborate?

looooo commented 2 years ago

@StefanBruens thanks for your PR. I found a way to make the tests work. So this is fixed now.