Skip to content

Commit

Permalink
copypkgs instead of git-cms-addpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 19, 2024
1 parent ebf9cba commit 833e800
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions crab/scram-build/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ pushd $CMSSW_BASE
scram b clean
scram build enable-multi-targets
rm -rf src
mkdir src
git cms-addpkg FWCore/Framework DataFormats/Common > $log
for pkg in FWCore/Framework DataFormats/Common ; do
mkdir -p src/$pkg
rsync -a --no-g $CMSSW_RELEASE_BASE/src/$pkg/ src/$pkg/
done
scram b -v -k -j $(nproc) >$log 2>&1 || true
eval `scram run -sh`
echo $LD_LIBRARY_PATH | tr : '\n'
echo $PATH | tr : '\n'
which edmPluginDump
edmPluginDump -a >>$log || true
which cmsRun
Expand Down

0 comments on commit 833e800

Please sign in to comment.