ErichZimmer / OpenPIV-Python-cxx

OpenPIV Python accelerated by c++
GNU General Public License v3.0
1 stars 2 forks source link

Use RPATH like Freud #26

Closed ErichZimmer closed 2 years ago

ErichZimmer commented 2 years ago

Describe the bug Placing the shared libraries in _libs folder is not working well. Perhaps, we should follow Freud.

To Reproduce Steps to reproduce the behavior:

  1. Recursively clone this repository or look at CIBW
  2. compile project
  3. run any submodule in openpiv_cxx
  4. See error

Expected behavior Everything works and submodules can locate shared libraries.

ErichZimmer commented 2 years ago

Fixed in commit 36ab8ab938a63eea4043b0ebc6c3144143f2b9a8.