Skip to content

Commit

Permalink
Remove the explicit dependency on non-alpaka main library
Browse files Browse the repository at this point in the history
Remove the explicit dependency of alpaka libraries on the non-alpaka
main library, since this is now enabled by default.
  • Loading branch information
fwyzard committed Nov 29, 2024
1 parent 49daa4b commit 7827307
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions HeterogeneousCore/AlpakaTest/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<use name="FWCore/Framework"/>
<use name="HeterogeneousCore/AlpakaCore"/>
<use name="HeterogeneousCore/AlpakaInterface"/>
<!--
Let the alpaka libraries depend on the main library.
The possible syntaxes are:
<use name="HeterogeneousCore/AlpakaTest" for="alpaka"/>
<use name="1" for="alpaka"/>
<flags USE_ALPAKA="1"/>
-->
<use name="HeterogeneousCore/AlpakaTest" for="alpaka"/>
<flags ALPAKA_BACKENDS="1"/>
<export>
<lib name="1"/>
Expand Down
1 change: 0 additions & 1 deletion RecoTracker/LSTCore/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<use name="root"/>
<use name="HeterogeneousCore/AlpakaInterface"/>
<flags CXXFLAGS="-DPT_CUT=0.8"/>
<use name="RecoTracker/LSTCore" for="alpaka"/>
<flags ALPAKA_BACKENDS="1"/>
<export>
<lib name="1"/>
Expand Down

0 comments on commit 7827307

Please sign in to comment.