I am Tao Lin from IHEP, Beijing. I am working on the offline software for JUNO experiment.
I found that when append the path of nuwro to $PATH, I encounter following error from nuwro:
sh: ldd: command not found
After debugging, I found the environment variable PATH is modified in dirs.cc.
So I update this part, and use the c++ std::string to search the path.
Dear NuWro developers,
I am Tao Lin from IHEP, Beijing. I am working on the offline software for JUNO experiment. I found that when append the path of nuwro to $PATH, I encounter following error from nuwro:
After debugging, I found the environment variable PATH is modified in dirs.cc. So I update this part, and use the c++ std::string to search the path.
Please review this PR. Thank you!
Tao Lin