Remove references to ""/home/pad".
pmetzger opened this issue · 4 comments
pmetzger commented
There are lots of places in the code and associated scripts that hardcode locations in "/home/pad". These should be fixed.
I may get to this at some point, but I wanted to leave a placeholder trouble ticket for it.
flartur95 commented
Try locating and replacing with your editor.
pmetzger commented
Try locating and replacing with your editor.
That's not a way to produce portable library software that can be installed with opam
, which is an eventual goal here. One needs to have the code generic.
aryx commented
Yep, totally.
uwevil commented
You have to set env variable:
export YACFE_HOME=/home/test/tmp/yacfe
It works with me.