Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
atlasexternals
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
atlasexternals
Merge requests
!1132
Update COOL/CORAL to 3.3.18
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update COOL/CORAL to 3.3.18
elmsheus/atlasexternals:atlasexternals_20240618
into
main
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Johannes Elmsheuser
requested to merge
elmsheus/atlasexternals:atlasexternals_20240618
into
main
7 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Update COOL/CORAL to 3.3.18 as discussed in
ATEAM-997
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
584428c1
1 commit,
7 months ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
External/COOL/CMakeLists.txt
+
1
−
1
Options
@@ -21,7 +21,7 @@ endif()
# Declare where to get COOL from.
set
(
ATLAS_COOL_SOURCE
"URL;https://gitlab.cern.ch/lcgcool/cool/-/archive/COOL_3_3_1
7
/cool-COOL_3_3_1
7
.tar.gz;URL_MD5;
16f762ebb3dc989f33c19abd5b9e14c0
"
"URL;https://gitlab.cern.ch/lcgcool/cool/-/archive/COOL_3_3_1
8
/cool-COOL_3_3_1
8
.tar.gz;URL_MD5;
fdfdd3a40814d42cadb23aae2a430179
"
CACHE STRING
"The source for COOL"
)
mark_as_advanced
(
ATLAS_COOL_SOURCE
)
Loading