Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Elemer Nagy
athena
Commits
f28da586
Commit
f28da586
authored
7 years ago
by
Attila Krasznahorkay
Browse files
Options
Downloads
Patches
Plain Diff
Updated the atlasexternals build script to explicitly ask for the external
project to build against LCG_87. Former-commit-id:
7dd0f3f3
parent
88947c6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Build/AtlasBuildScripts/build_atlasexternals.sh
+1
-1
1 addition, 1 deletion
Build/AtlasBuildScripts/build_atlasexternals.sh
with
1 addition
and
1 deletion
Build/AtlasBuildScripts/build_atlasexternals.sh
+
1
−
1
View file @
f28da586
...
@@ -86,7 +86,7 @@ fi
...
@@ -86,7 +86,7 @@ fi
error_stamp
=
`
mktemp
.tmp.error.XXXXX
`
;
rm
-f
$error_stamp
error_stamp
=
`
mktemp
.tmp.error.XXXXX
`
;
rm
-f
$error_stamp
{
{
cmake
-DCMAKE_BUILD_TYPE
:STRING
=
${
BUILDTYPE
}
-DCTEST_USE_LAUNCHERS
:BOOL
=
TRUE
\
cmake
-DCMAKE_BUILD_TYPE
:STRING
=
${
BUILDTYPE
}
-DCTEST_USE_LAUNCHERS
:BOOL
=
TRUE
\
${
EXTRACONF
}
\
-DLCG_VERSION_NUMBER
:STRING
=
87
${
EXTRACONF
}
\
${
SOURCEDIR
}
/Projects/
${
PROJECT
}
/
||
touch
$error_stamp
${
SOURCEDIR
}
/Projects/
${
PROJECT
}
/
||
touch
$error_stamp
}
2>&1 |
tee
cmake_config.log
}
2>&1 |
tee
cmake_config.log
test
-f
$error_stamp
&&
((
ERROR_COUNT++
))
test
-f
$error_stamp
&&
((
ERROR_COUNT++
))
...
...
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