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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
Scott Snyder
athena
Commits
cfa3fc8f
Commit
cfa3fc8f
authored
7 years ago
by
Hass AbouZeid
Committed by
Sanya Solodkov
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Merge branch 'cherry-pick-6a10264f-3' into '21.0'
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1362
parent
3fedb7cb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Build/AtlasBuildScripts/TDAQ_RELEASE_BASE.sh
+6
-3
6 additions, 3 deletions
Build/AtlasBuildScripts/TDAQ_RELEASE_BASE.sh
Projects/Athena/CMakeLists.txt
+3
-3
3 additions, 3 deletions
Projects/Athena/CMakeLists.txt
with
9 additions
and
6 deletions
Build/AtlasBuildScripts/TDAQ_RELEASE_BASE.sh
+
6
−
3
View file @
cfa3fc8f
...
@@ -10,10 +10,13 @@
...
@@ -10,10 +10,13 @@
if
[
-z
"
${
TDAQ_RELEASE_BASE
}
"
]
;
then
if
[
-z
"
${
TDAQ_RELEASE_BASE
}
"
]
;
then
if
[
-d
/afs/cern.ch/atlas/project/tdaq/prod
]
;
then
if
[
-d
/cvmfs/atlas.cern.ch/repo/sw/tdaq
]
;
then
export
TDAQ_RELEASE_BASE
=
/cvmfs/atlas.cern.ch/repo/sw/tdaq
elif
[
-d
/afs/cern.ch/atlas/project/tdaq/prod
]
;
then
export
TDAQ_RELEASE_BASE
=
/afs/cern.ch/atlas/project/tdaq/prod
export
TDAQ_RELEASE_BASE
=
/afs/cern.ch/atlas/project/tdaq/prod
elif
[
-d
/cvmfs/atlas.cern.ch/repo/sw/software/21.0
]
;
then
else
export
TDAQ_RELEASE_BASE
=
/cvmfs/atlas.cern.ch/repo/sw/software/21.0
echo
"Error: Cannot find TDAQ software installation"
return
1
fi
fi
echo
"Set TDAQ_RELEASE_BASE =
${
TDAQ_RELEASE_BASE
}
"
echo
"Set TDAQ_RELEASE_BASE =
${
TDAQ_RELEASE_BASE
}
"
...
...
This diff is collapsed.
Click to expand it.
Projects/Athena/CMakeLists.txt
+
3
−
3
View file @
cfa3fc8f
...
@@ -11,16 +11,16 @@ set( ATHENA_PROJECT_VERSION ${_version}
...
@@ -11,16 +11,16 @@ set( ATHENA_PROJECT_VERSION ${_version}
unset
(
_version
)
unset
(
_version
)
# Set the versions of the TDAQ externals to pick up for the build:
# Set the versions of the TDAQ externals to pick up for the build:
set
(
TDAQ-COMMON_VERSION
"02-0
1
-00"
)
set
(
TDAQ-COMMON_VERSION
"02-0
2
-00"
)
set
(
TDAQ-COMMON_ROOT
set
(
TDAQ-COMMON_ROOT
"$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-
${
TDAQ-COMMON_VERSION
}
"
)
"$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-
${
TDAQ-COMMON_VERSION
}
"
)
set
(
DQM-COMMON_VERSION
"01-0
1
-00"
)
set
(
DQM-COMMON_VERSION
"01-0
2
-00"
)
set
(
DQM-COMMON_ROOT
set
(
DQM-COMMON_ROOT
"$ENV{TDAQ_RELEASE_BASE}/dqm-common/dqm-common-
${
DQM-COMMON_VERSION
}
"
)
"$ENV{TDAQ_RELEASE_BASE}/dqm-common/dqm-common-
${
DQM-COMMON_VERSION
}
"
)
set
(
TDAQ_PROJECT_NAME
"tdaq"
)
set
(
TDAQ_PROJECT_NAME
"tdaq"
)
set
(
TDAQ_VERSION
"07-0
0
-00"
)
set
(
TDAQ_VERSION
"07-0
1
-00"
)
set
(
TDAQ_ROOT
"$ENV{TDAQ_RELEASE_BASE}/
${
TDAQ_PROJECT_NAME
}
/
${
TDAQ_PROJECT_NAME
}
-
${
TDAQ_VERSION
}
"
)
set
(
TDAQ_ROOT
"$ENV{TDAQ_RELEASE_BASE}/
${
TDAQ_PROJECT_NAME
}
/
${
TDAQ_PROJECT_NAME
}
-
${
TDAQ_VERSION
}
"
)
# Find the ATLAS CMake code:
# Find the ATLAS CMake code:
...
...
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