Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lcgcool
cool
Commits
086b46f9
Commit
086b46f9
authored
Feb 07, 2016
by
Andrea Valassi
Browse files
Fix ARM override
git-svn-id:
file:///git/lcgcool.svndb/cool/trunk@19903
4525493e-7705-40b1-a816-d608a930855b
parent
fe220029
Changes
1
Show whitespace changes
Inline
Side-by-side
overrideSetupCMake.sh
View file @
086b46f9
...
...
@@ -11,7 +11,7 @@ elif [ "$HOSTNAME" == "moonshot-arm64-04" ]; then
for
pkg
in
`
ls
-d
$LCG_releases_base
/
*
/
*
/
$BINARY_TAG
| egrep
-v
"(CORAL|COOL)"
`
;
do
export
CMAKE_PREFIX_PATH
=
$pkg
:
$CMAKE_PREFIX_PATH
done
export
CMAKE_PREFIX_PATH
=
/home/avalassi/CORAL/trunk/
$BINARY_TAG
export
CMAKE_PREFIX_PATH
=
/home/avalassi/CORAL/trunk/
$BINARY_TAG
:
$CMAKE_PREFIX_PATH
elif
[
"
$USER
"
==
"avalassi"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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