Skip to content

Commit

Permalink
benchmarks/u_rho/Snakefile: change compile rule to use common definition
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jan 14, 2024
1 parent 3f0bead commit 0d284a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions benchmarks/u_rho/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ S3 = S3RemoteProvider(

rule uchannelrho_compile:
input:
ROOT_BUILD_DIR_PREFIX + "benchmarks/u_rho/analysis/uchannelrho.cxx",
shell:
"""
root -l -b -q '{input}++'
"""
ROOT_BUILD_DIR_PREFIX + "benchmarks/u_rho/analysis/uchannelrho_cxx.so",


rule uchannelrho_campaign_reco_get:
Expand Down

0 comments on commit 0d284a9

Please sign in to comment.