Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion RecoTracker/PixelSeeding/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</library>

<library file="alpaka/*.cc" name="RecoTrackerPixelSeedingPortable">
<use name="alpaka"/>
<use name="alpaka"/>
<use name="DataFormats/Portable"/>
<use name="DataFormats/TrackSoA"/>
<use name="DataFormats/TrackingRecHitSoA"/>
Expand All @@ -31,6 +31,8 @@
<use name="HeterogeneousCore/AlpakaInterface"/>
<use name="RecoLocalTracker/Records"/>
<use name="RecoLocalTracker/SiPixelRecHits"/>
<!-- suppress array-bounds warning/error: https://github.com/cms-sw/cmssw/issues/45179 -->
<flags CXXFLAGS="-Wno-error=array-bounds -Wno-array-bounds"/>
<flags ALPAKA_BACKENDS="1"/>
<flags EDM_PLUGIN="1"/>
</library>