Skip to content
Snippets Groups Projects
Commit aa3d60eb authored by Dmitry Romanov's avatar Dmitry Romanov
Browse files

Env

parent ba4b020f
Branches
No related tags found
No related merge requests found
......@@ -16,3 +16,13 @@ ln -s ../ip6/ip6 athena/ip6
[VSCode documentation on container development](https://code.visualstudio.com/docs/remote/create-dev-container)
### Troubleshooting:
1. If there is an error like:
```
Compact ERROR ++ FAILED to convert subdetector: B0Tracker: dd4hep: Evaluator::Object : unknown variable : B0Tracker_ID : value=B0Tracker_ID [Evaluation error]
```
The most probably you've forgotten `ln -s ../ip6/ip6 athena/ip6`
\ No newline at end of file
env.sh 0 → 100644
SCRIPT_DIR=''
pushd "$(dirname "$(readlink -f "$BASH_SOURCE")")" > /dev/null && {
SCRIPT_DIR="$PWD"
popd > /dev/null
}
DD4HEP_LIBRARY_PATH="$SCRIPT_DIR/lib${DD4HEP_LIBRARY_PATH:+:${DD4HEP_LIBRARY_PATH}}"
LD_LIBRARY_PATH="$SCRIPT_DIR/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment