You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- jinja for `stdlib("c")` was merged into conda-build (not yet released)
55
+
- what's the next step? admin migration to add `{{ stdlib("c") }}` wherever there's a `{{ compiler("c") }}`?
56
+
- MRB recommends agains an admin migration as too intrusive. Be better to have a mini-migrator that rolls it out to new feed stocks.
57
+
- JRG: 4.3k recipes with `compiler('c')` ([gh search](https://github.com/search?q=org%3Aconda-forge+path%3Ameta.yaml+compiler%28%22c%22%29+OR+compiler%28%27c%27%29&type=code))
58
+
- MRB will comment about places where (linux) sysroot is set in our infra in the [issue](https://github.com/conda-forge/conda-forge.github.io/issues/1844).
59
+
- WV will open an issue or a CFEP for this discussion.
60
+
- This issue came up because there is a part of the build that is hidden, it is not exposed anywhere
61
+
-[x] (HV) Tracking issue for CUDA 12 on win?
62
+
-https://github.com/conda-forge/cuda-nvcc-feedstock got windows support today
63
+
- Something like [https://github.com/conda-forge/staged-recipes/issues/21382] for windows?
64
+
- JK: No issue yet. Would be good to confirm that it works before we start rolling it out everywhere
65
+
-[x] (WV) First CEP for recipe spec accepted :tada: ... now unto the next
-https://github.com/conda-incubator/ceps/pull/56 (the next one!)
68
+
- Pure YAML.
69
+
- There is another CEP for key/values.
70
+
- Drastic changes to multiple outputs.
71
+
- Large changes to the test section.
72
+
- List of tests, composed of test elements.
73
+
- JRG: only ~100 recipes use `for` loops [[search](https://github.com/search?q=org%3Aconda-forge%20path%3Arecipe%2Fmeta.yaml%20%22%7B%25%20for%22&type=code)]
74
+
- (MRB) Be careful when just abandoning keys in current spec. They were put there for a reason. Try to understand those reasons, even if we don't keep them.
75
+
-[x] (MB) Intent to archive `ruamel_yaml` feedstock
0 commit comments