CEED / libCEED

CEED Library: Code for Efficient Extensible Discretizations
https://libceed.org
BSD 2-Clause "Simplified" License
197 stars 46 forks source link

.okl file install or embed in library #46

Closed jedbrown closed 6 years ago

jedbrown commented 6 years ago

The .okl files cannot be found after installation. They could be embedded in the libceed library, found at a fixed prefix, optionally respect an environment variable CEED_DATA_PATH, or be located relative to the shared library according to dladdr().

see https://github.com/spack/spack/pull/7423#issuecomment-375840822 and https://github.com/CEED/libCEED/pull/45#issuecomment-376013152

jedbrown commented 6 years ago

@dmed256 Moving the discussion here from the Spack issue.

jedbrown commented 6 years ago

Fixed in #51 by using dladdr().