Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
0fc2f0b9
Commit
0fc2f0b9
authored
1 month ago
by
David Emschermann
Browse files
Options
Downloads
Patches
Plain Diff
Update dev and pro tags to recent versions, following a discussion with Florian Uhlig
parent
9e4939f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2014
Update dev and pro tags to recent versions, following a discussion with Florian Uhlig
Pipeline
#32770
passed
1 month ago
Stage: package
Stage: verify
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autoinstall_framework.sh
+13
-12
13 additions, 12 deletions
autoinstall_framework.sh
with
13 additions
and
12 deletions
autoinstall_framework.sh
+
13
−
12
View file @
0fc2f0b9
...
...
@@ -13,6 +13,7 @@
# $ ./autoinstall_framework.sh --help
# to see a help file with possible user flags.
#
# 06.02.2025 - update dev and pro tag versions
# 11.06.2020 - modification for robustness and to bring up to line with standard by Eoin Clerkin
# 31.08.2018 - re-introduce old version
# 24.05.2018 - switch to oct17p1 as dev version
...
...
@@ -53,14 +54,14 @@ setup_env_variables()
export
ROOTVER
=
6
# put your desired variants here:
export
FSOFTDEV
=
nov22p1
export
FROOTDEV
=
v18.8.
0
export
FSOFTDEV
=
jan24p5
export
FROOTDEV
=
v18.8.
2
export
FSOFTPRO
=
apr21p2
export
FROOTPRO
=
v18.
6.7
export
FSOFTPRO
=
nov22p3
export
FROOTPRO
=
v18.
8.0
export
FSOFTOLD
=
jun19p3
export
FROOTOLD
=
v18.
2.1
export
FSOFTOLD
=
apr21p2
export
FROOTOLD
=
v18.
6.7
# set default version to pro
export
FSOFTVER
=
$FSOFTPRO
...
...
@@ -212,13 +213,13 @@ parse_command_line()
echo
"Example case to install only FairRoot and CbmRoot (and not FairSoft)"
echo
"./autoinstall_framework.sh -fr -cr"
echo
echo
"Example case to install on Debian1
0
only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"./autoinstall_framework.sh --use_fairsoft /cvmfs/fairsoft.gsi.de/debian1
0
/fairsoft/
apr21p2
\
"
echo
" --use_fairroot /cvmfs/fairsoft.gsi.de/debian1
0
/fairroot/v18.
6.7_fs_apr21p2
-cr"
echo
"Example case to install on Debian
1
1 only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"./autoinstall_framework.sh --use_fairsoft /cvmfs/fairsoft.gsi.de/debian1
1
/fairsoft/
nov22p3
\
"
echo
" --use_fairroot /cvmfs/fairsoft.gsi.de/debian1
1
/fairroot/v18.
8.0_nov22p3
-cr"
echo
echo
"Example case to install on Debian
11
only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"./autoinstall_framework.sh --use_fairsoft /cvmfs/
cbm
.gsi.de/debian1
1
/fairsoft/
apr21p2
\
"
echo
" --use_fairroot /cvmfs/
cbm
.gsi.de/debian1
1
/fairroot/v18.
6.7_apr21p2
-cr"
echo
"Example case to install on Debian
10
only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"./autoinstall_framework.sh --use_fairsoft /cvmfs/
fairsoft
.gsi.de/debian1
0
/fairsoft/
nov22p3
\
"
echo
" --use_fairroot /cvmfs/
fairsoft
.gsi.de/debian1
0
/fairroot/v18.
8.0_nov22p3
-cr"
exit
0
;;
esac
done
...
...
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