conda-incubator / conda-press

Press conda packages into wheels
https://regro.github.io/conda-press-docs/
BSD 3-Clause "New" or "Revised" License
116 stars 10 forks source link

Wrong directory structure for generated wheels #59

Open SylvainCorlay opened 4 years ago

SylvainCorlay commented 4 years ago

Installing the wheels produced by conda-press for the package xeus-python places the content in surprising directory.

For example on Linux, the xpython executable which is normally in PREFIX/bin is placed into

PREFIX/lib/python3.7/site-packages/bin/xpython

etc...

A problem with this location is that xpython links with libpython, which is not found in the correct relative path with respect to this installed location.

SylvainCorlay commented 4 years ago

I found another discussion about this here: https://github.com/regro/conda-press/issues/2

SylvainCorlay commented 4 years ago

This is de-pressing :smile:

SylvainCorlay commented 4 years ago

Would it make sense to use data files instead to install non-python artefacts in an absolute fashion w.r.t. sys.prefix.