daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 59 forks source link

Support invocation of daphne from any directory #445

Open pdamme opened 2 years ago

pdamme commented 2 years ago

Currently, daphne must be invoked from the repo's root directory daphne/. Otherwise the kernel library cannot be found, and the following error occurs:

Failed to create MemoryBuffer for: build/src/runtime/local/kernels/libAllKernels.so
Error: No such file or directory

We should support invoking daphne from any directory. One reason is that it will be easier for users to call daphne from the directory where their DaphneDSL scripts reside.

Thanks to @DerSchmidt for pointing out this issue.

corepointer commented 2 years ago

This is partially fixed by #444. Maybe we can change the milestone ;-)

pdamme commented 2 years ago

Okay, sounds good! Anyway, it's not urgent, since it can easily be avoided.