arrayfire / arrayfire-python

Python bindings for ArrayFire: A general purpose GPU library.
https://arrayfire.com
BSD 3-Clause "New" or "Revised" License
417 stars 65 forks source link

Specifying the location of arrayfire *without* LD_LIBRARY_PATH #246

Closed mboisson closed 3 years ago

mboisson commented 3 years ago

Hi, We are not using LD_LIBRARY_PATH on our system because https://gms.tf/ld_library_path-considered-harmful.html

Is there another way than LD_LIBRARY_PATH to point to the location of the arrayfire libraries to the python wrapper ? https://github.com/arrayfire/arrayfire-python/wiki

mboisson commented 3 years ago

Not sure why it created the issue twice. Closing as a duplicate of #247