Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
aadabe14
Commit
aadabe14
authored
4 years ago
by
Andre Sailer
Committed by
Marko Petric
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: set DD4HEP_USE_TBB=on for dev branches
parent
8b3c6e58
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
.dd4hep-ci.d/compile_and_test.sh
+1
-0
1 addition, 0 deletions
.dd4hep-ci.d/compile_and_test.sh
.dd4hep-ci.d/init_x86_64.sh
+1
-0
1 addition, 0 deletions
.dd4hep-ci.d/init_x86_64.sh
with
2 additions
and
0 deletions
.dd4hep-ci.d/compile_and_test.sh
+
1
−
0
View file @
aadabe14
...
@@ -9,6 +9,7 @@ unset CPATH # causes implicit includes to be added in cmake, preventing setting
...
@@ -9,6 +9,7 @@ unset CPATH # causes implicit includes to be added in cmake, preventing setting
cmake
-GNinja
-DDD4HEP_USE_GEANT4
=
ON
\
cmake
-GNinja
-DDD4HEP_USE_GEANT4
=
ON
\
-DBoost_NO_BOOST_CMAKE
=
ON
\
-DBoost_NO_BOOST_CMAKE
=
ON
\
-DDD4HEP_USE_LCIO
=
ON
\
-DDD4HEP_USE_LCIO
=
ON
\
-DDD4HEP_USE_TBB
=
${
DD4HEP_USE_TBB
:-
OFF
}
\
-DBUILD_TESTING
=
ON
\
-DBUILD_TESTING
=
ON
\
-DDD4HEP_DEBUG_CMAKE
=
ON
\
-DDD4HEP_DEBUG_CMAKE
=
ON
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_BUILD_TYPE
=
Release
\
...
...
This diff is collapsed.
Click to expand it.
.dd4hep-ci.d/init_x86_64.sh
+
1
−
0
View file @
aadabe14
...
@@ -50,6 +50,7 @@ fi
...
@@ -50,6 +50,7 @@ fi
if
[[
"
${
LCG_RELEASE
}
"
=
~
"dev"
]]
;
then
if
[[
"
${
LCG_RELEASE
}
"
=
~
"dev"
]]
;
then
LCGREPO
=
/cvmfs/sft-nightlies.cern.ch/lcg/views/
${
LCG_RELEASE
}
/latest
LCGREPO
=
/cvmfs/sft-nightlies.cern.ch/lcg/views/
${
LCG_RELEASE
}
/latest
export
DD4HEP_USE_TBB
=
ON
else
else
LCGREPO
=
/cvmfs/sft.cern.ch/lcg/views/
${
LCG_RELEASE
}
LCGREPO
=
/cvmfs/sft.cern.ch/lcg/views/
${
LCG_RELEASE
}
fi
fi
...
...
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