Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
a02b211b
Commit
a02b211b
authored
Mar 24, 2010
by
Christoph Wissing
Browse files
Add support for SL5 builds 3_4_x and beyond.
parent
3e6dcb8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/TestCmsswVersion.sh
View file @
a02b211b
...
...
@@ -7,11 +7,11 @@ case $cmsver in
CMSSW_0
*
|
CMSSW_1_[1-4]
*
)
arch
=
slc3_ia32_gcc323
;;
CMSSW_1_[5678]
*
)
CMSSW_1_[5678]
*
|
CMSSW_2
*
|
CMSSW_3_[0123]
*
)
arch
=
slc4_ia32_gcc345
;;
*
)
arch
=
slc
4
_ia32_gcc34
5
arch
=
slc
5
_ia32_gcc
4
34
;;
esac
export
SCRAM_ARCH
=
$arch
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment