Skip to content

Commit

Permalink
build some alpaka packages too
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jan 10, 2025
1 parent ead33ed commit aff0270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/scram-build/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd $CMSSW_BASE
scram b clean >>$log 2>&1
scram build enable-multi-targets >>$log 2>&1
rm -rf src
for pkg in FWCore/Framework DataFormats/Common GeneratorInterface/RivetInterface Geometry BigProducts/Simulation SimG4CMS SimG4Core ; do
for pkg in FWCore/Framework DataFormats GeneratorInterface/RivetInterface Geometry BigProducts/Simulation SimG4CMS SimG4Core HeterogeneousTest HeterogeneousCore ; do
mkdir -p src/$pkg
rsync -a --no-g $CMSSW_RELEASE_BASE/src/$pkg/ src/$pkg/
done
Expand Down

0 comments on commit aff0270

Please sign in to comment.