Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default Cython module RUNPATH to $ORIGIN and return the list of creat…
…ed targets (#189) This PR sets the default RPATH for Cython-generated Python extension modules to $ORIGIN so that they will default to finding libraries within the same directory. If rapids-cmake users want to enforce a different directory layout in their library, they are responsible for overriding the RPATHs themselves. To facilitate this as well as other potential downstream modifications, `rapids_cython_create_modules` now also returns the set of created targets in the `RAPIDS_CYTHON_CREATED_TARGETS` variable. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #189
- Loading branch information