Skip to content

Commit 06c9855

Browse files
authored
Merge pull request #2001 from conda-forge/2023-09-06-meeting-notes
Add meeting notes 2023-09-06
2 parents d6d7c70 + 8b95600 commit 06c9855

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ For the ``about: license`` entry in the recipe ``meta.yaml``, using a SPDX ident
775775

776776
See `SPDX license identifiers <https://spdx.org/licenses/>`__ for the licenses.
777777
See `SPDX license exceptions <https://spdx.org/licenses/exceptions-index.html>`__ for license exceptions.
778-
See `SPDX specification <https://spdx.org/spdx-specification-21-web-version>`__ Appendix IV
778+
See `SPDX specification <https://spdx.github.io/spdx-spec/v2.2.2/SPDX-license-expressions/>`__ Annex D
779779
for the specification on expressions. Some examples of these are:
780780

781781
.. code-block:: none

src/orga/minutes/2023-09-06.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
tags: [meeting-notes]
3+
---
4+
# conda-forge core meeting 2023-09-06
5+
6+
Add new agenda items under the `Your __new__() agenda items` heading
7+
8+
- [Zoom link](https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09)
9+
- [What time is the meeting in my time zone](https://dateful.com/convert/utc?t=5pm)
10+
- [Last week's meeting](https://hackmd.io/#REPLACE_ME#)
11+
12+
## Attendees
13+
14+
| Name | Initials | GitHub ID | Affiliation |
15+
| ----------------------- | -------- | --------------- | --------------------------- |
16+
| Dave Clements | DPC | tnabtaf | Anaconda |
17+
| Cheng H. Lee | CHL | chenghlee | Anaconda/c-f |
18+
| Marcel Bargull | MB | mbargull | Bioconda/cf |
19+
| Filipe Fernandes | FF | ocefpaf | conda-forge |
20+
| Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
21+
| | | | |
22+
| | | | |
23+
| | | | |
24+
| Matthew R Becker | MEB | beckermr | cf |
25+
26+
11 people total
27+
28+
### Standing items
29+
30+
- [ ]
31+
32+
### From previous meeting(s)
33+
34+
- [ ] (JK) NumPy 2.0 planning
35+
- https://github.com/conda-forge/conda-forge.github.io/issues/1997
36+
- https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/issues/516
37+
- [X] (JK) Start using `conda`'s `libmamba` `solver`
38+
- https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/259
39+
- https://github.com/conda-forge/docker-images/pull/240
40+
- JRG:
41+
- Working on full support for this in conda-smithy. Merged the mambabuild parts already, will proceed with the "install" parts next.
42+
- [ ] (HV) `-dev` vs. `-devel`
43+
- came up in boost unification, current PR uses the latter based on Isuru's [rationale](https://github.com/conda-forge/boost-feedstock/pull/164#issuecomment-1681583116)
44+
- matches Anaconda naming & CDTs, does not match recent CUDA feedstocks, tangentially related to distro discussion (RHEL vs. Debian). We should try to choose one.
45+
- JRG: Our own data:
46+
- [`-dev` suffix](https://github.com/search?q=repo%3Aconda-forge%2Ffeedstock-outputs+path%3A%22-dev.json%22&type=code): 33 packages
47+
- [`-devel` suffix](https://github.com/search?q=repo%3Aconda-forge%2Ffeedstock-outputs+path%3A-devel.json&type=code): 10 packages
48+
49+
### Active votes
50+
51+
- [x]
52+
53+
### Your `__new__()` agenda items
54+
55+
- [ ] (HV) MacOS 10.13, redux
56+
- Cannot use `recipe_append.yaml` as discussed last call, doesn't work for outputs
57+
- Since then: [new](https://github.com/conda-forge/staged-recipes/pull/23777) [feedstock](https://github.com/conda-forge/osx-sysroot-feedstock) for "sysroot" on osx & [plan](https://github.com/conda/conda-build/issues/4981) to handle this through new jinja function `{{ stdlib('c') }}` together with cbc-keys for sysroot_impl+version (would also help linux side)
58+
- This will probably take a while (conda-build, boa, rattler-build, etc., much less rolling out to all feedstocks), and we need an intermediate fix due to already-pressing issues.
59+
- [ ] (HV) Branch deletion policy?
60+
- I'd [suggest](https://github.com/conda-forge/conda-forge.github.io/issues/1972) to delete dead branches on feedstocks (e.g. long-EOL maintenance branches), and keep history as a git tag on the feedstock. Thoughts?
61+
- [x] (DPC) From the open source director at Posit
62+
- We are starting to see more requests to add R packages to conda. e.g. https://github.com/tidymodels/tidyclust/issues/167
63+
- We’re not quite sure how to do this though, and if there’s any sort of social norms around adding your own packages to conda to navigate. Is there guidance you could offer? We’d like to be helpful if we could!
64+
- Docs: "[Contributing Packages](https://conda-forge.org/docs/maintainer/adding_pkgs.html)"
65+
- Check all submissions in staged-recipes: https://github.com/conda-forge/staged-recipes/pulls?q=is%3Aopen+is%3Apr+label%3AR
66+
- [x] (CHL) Annoucement: expect a conda release end of September
67+
68+
### Pushed to next meeting
69+
70+
- [ ]
71+
72+
### CFEPs
73+
74+
- [ ]

0 commit comments

Comments
 (0)