Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW_OTE_development
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
yudian2002@sjtu.edu.cn
CEPCSW_OTE_development
Commits
7e164788
Unverified
Commit
7e164788
authored
1 year ago
by
lintao@ihep.ac.cn
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #245 from mirguest/master
Update LCG externals from 101.0.1 to 103.0.0
parents
e9953019
df23516c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/main.yml
+1
-1
1 addition, 1 deletion
.github/workflows/main.yml
build.sh
+4
-3
4 additions, 3 deletions
build.sh
run.sh
+2
-2
2 additions, 2 deletions
run.sh
setup.sh
+1
-1
1 addition, 1 deletion
setup.sh
with
8 additions
and
7 deletions
.github/workflows/main.yml
+
1
−
1
View file @
7e164788
...
...
@@ -21,7 +21,7 @@ jobs:
runs-on
:
self-hosted
strategy
:
matrix
:
LCG_RELEASE
:
[
LCG_
101
,
KEY4HEP_STACK
]
LCG_RELEASE
:
[
LCG_
EXTERNAL
,
KEY4HEP_STACK
]
# CEPCSW_BLDTOOL: [make, ninja]
CEPCSW_BLDTOOL
:
[
ninja
]
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
4
−
3
View file @
7e164788
...
...
@@ -83,7 +83,8 @@ function run-cmake() {
}
function
run-make
()
{
cmake
--build
.
local
njobs
=
-j
$(
nproc
)
cmake
--build
.
$njobs
}
function
run-install
()
{
...
...
@@ -95,8 +96,8 @@ function run-install() {
##############################################################################
# The current default platform
lcg_platform
=
x86_64-centos7-gcc
8
-opt
lcg_version
=
10
1
.0.
1
lcg_platform
=
x86_64-centos7-gcc
11
-opt
lcg_version
=
10
3
.0.
0
bldtool
=
${
CEPCSW_BLDTOOL
}
# make, ninja # set in env var
...
...
This diff is collapsed.
Click to expand it.
run.sh
+
2
−
2
View file @
7e164788
...
...
@@ -66,8 +66,8 @@ function run-job() {
##############################################################################
# The current default platform
lcg_platform
=
x86_64-centos7-gcc
8
-opt
lcg_version
=
10
1
.0.
1
lcg_platform
=
x86_64-centos7-gcc
11
-opt
lcg_version
=
10
3
.0.
0
bldtool
=
${
CEPCSW_BLDTOOL
}
# make, ninja # set in env var
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
1
−
1
View file @
7e164788
...
...
@@ -70,7 +70,7 @@ function setup-install-area() {
# CEPCSW_LCG_VERSION=${1}; shift
if
[
-z
"
$CEPCSW_LCG_VERSION
"
]
;
then
CEPCSW_LCG_VERSION
=
10
1
.0.
1
CEPCSW_LCG_VERSION
=
10
3
.0.
0
fi
export
CEPCSW_LCG_VERSION
...
...
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