HenrikBengtsson / conda-stage

conda-stage: Stage a Conda Environment on Local Disk
https://github.com/HenrikBengtsson/conda-stage
ISC License
7 stars 0 forks source link

NOTES: conda-stage and RPATH #23

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 2 years ago

RPATH (=run-time search path) in binaries are not rewritten/relocated by conda-pack, cf. https://github.com/conda/conda-pack/issues/117.

For us, this is less of a concern because the original Conda environment is still available as a fallback to these RPATHs, so we should be good.