Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vscode_athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
tutorials
vscode_athena
Commits
aa3d60eb
Commit
aa3d60eb
authored
3 years ago
by
Dmitry Romanov
Browse files
Options
Downloads
Patches
Plain Diff
Env
parent
ba4b020f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-0
10 additions, 0 deletions
README.md
env.sh
+9
-0
9 additions, 0 deletions
env.sh
with
19 additions
and
0 deletions
README.md
+
10
−
0
View file @
aa3d60eb
...
...
@@ -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
This diff is collapsed.
Click to expand it.
env.sh
0 → 100644
+
9
−
0
View file @
aa3d60eb
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment