Skip to content

Commit

Permalink
Add selectors to pin_subpackage_benchmark recipe (#5249)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull authored Mar 22, 2024
1 parent 127ce33 commit 6bd0382
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions tests/test-recipes/metadata/_pin_subpackage_benchmark/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,107 @@ outputs:
# - {{ pin_subpackage('pyarrow', exact=True) }}
# run:
# - {{ pin_subpackage('pyarrow', exact=True) }}

# The original recipe had 173 selector lines; adding placeholders for these here:
about:
description: >
00 # [x86_64]
01 # [not x86_64]
02 # [unix]
03 # [not unix]
04 # [linux]
05 # [not linux]
06 # [osx]
07 # [not osx]
08 # [win]
09 # [not win]
10 # [x86_64]
11 # [not x86_64]
12 # [unix]
13 # [not unix]
14 # [linux]
15 # [not linux]
16 # [osx]
17 # [not osx]
18 # [win]
19 # [not win]
20 # [x86_64]
21 # [not x86_64]
22 # [unix]
23 # [not unix]
24 # [linux]
25 # [not linux]
26 # [osx]
27 # [not osx]
28 # [win]
29 # [not win]
30 # [x86_64]
31 # [not x86_64]
32 # [unix]
33 # [not unix]
34 # [linux]
35 # [not linux]
36 # [osx]
37 # [not osx]
38 # [win]
39 # [not win]
40 # [x86_64]
41 # [not x86_64]
42 # [unix]
43 # [not unix]
44 # [linux]
45 # [not linux]
46 # [osx]
47 # [not osx]
48 # [win]
49 # [not win]
50 # [x86_64]
51 # [not x86_64]
52 # [unix]
53 # [not unix]
54 # [linux]
55 # [not linux]
56 # [osx]
57 # [not osx]
58 # [win]
59 # [not win]
60 # [x86_64]
61 # [not x86_64]
62 # [unix]
63 # [not unix]
64 # [linux]
65 # [not linux]
66 # [osx]
67 # [not osx]
68 # [win]
69 # [not win]
70 # [x86_64]
71 # [not x86_64]
72 # [unix]
73 # [not unix]
74 # [linux]
75 # [not linux]
76 # [osx]
77 # [not osx]
78 # [win]
79 # [not win]
80 # [x86_64]
81 # [not x86_64]
82 # [unix]
83 # [not unix]
84 # [linux]
85 # [not linux]
86 # [osx]
87 # [not osx]
88 # [win]
89 # [not win]
90 # [x86_64]
91 # [not x86_64]
92 # [unix]
93 # [not unix]
94 # [linux]
95 # [not linux]
96 # [osx]
97 # [not osx]
98 # [win]
99 # [not win]

0 comments on commit 6bd0382

Please sign in to comment.