Skip to content

Commit 81145ab

Browse files
committed
fix minor issues in minutes
1 parent 1ffe9af commit 81145ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/orga/minutes/2017-11-16.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Scheduled time: 9 AM central. Meeting link: https://anaconda.webex.com/anaconda-en/j.php?MTID=m11b5ddad66325da22bbe58d7d1c02809
33

44

5-
# Adopting Anaconda compilers
5+
## Adopting Anaconda compilers
66
- Linux: gcc 7.2
77
- Prefixed compilers: require activation
88
- Common adaptations required for new anaconda compilers:
@@ -20,7 +20,7 @@ Scheduled time: 9 AM central. Meeting link: https://anaconda.webex.com/anaconda
2020
import os
2121

2222
print("Hello World")
23-
# Compiler flag unification
23+
## Compiler flag unification
2424
- GCC
2525
- toolchain: https://github.com/conda-forge/toolchain-feedstock/blob/master/recipe/activate.sh
2626
- toolchain3: https://github.com/conda-forge/toolchain3-feedstock/blob/master/recipe/activate.sh
@@ -65,7 +65,7 @@ Filipe: this is really little more than a vendor change. We already depend on o
6565

6666
Need to maintain llvm with cling patches, but this will not be the default compiler.
6767

68-
# Conda-build 3: strategy for moving
68+
## Conda-build 3: strategy for moving
6969
- install and use with c-b-a (no cb3 matrix)
7070
- Waiting on feedback from issue https://github.com/conda-tools/conda-build-all/issues/94 but mostly seems OK.
7171
- Mike: needs to fix —skip-existing. Concern is that re-rendering should not generate new packages when only some dependency has changed (bugfix bump?)
@@ -82,13 +82,13 @@ Need to maintain llvm with cling patches, but this will not be the default compi
8282
- People generally interested, but needs to be implemented and proven over time. Good experience so far with defaults.
8383

8484

85-
# Fortran support on Windows
85+
## Fortran support on Windows
8686
- gfortran (msys2) / Flang
8787
- Timeline for adding either
8888
- Mike asked that whatever is done is done with community approval, for the sake of maintaining a high quality user experience.
8989

9090

91-
# OpenMP behavior
91+
## OpenMP behavior
9292
- Currently, needs extra package on mac, but is included on Linux (not active in flags, though)
9393
- What is desirable default behavior?
9494

src/orga/minutes/2019-07-24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2017-07-24 conda-forge core meeting
1+
# 2019-07-24 conda-forge core meeting
22

33
[HackMD link](https://hackmd.io/P8on5P8wR3q3WslwrJzOEg)
44
## Attendees

src/orga/minutes/2019-08-07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2017-08-07 conda-forge core meeting
1+
# 2019-08-07 conda-forge core meeting
22

33
[HackMD link](https://hackmd.io/1VB13FnIQpiruA0lb04MKw?edit)
44

0 commit comments

Comments
 (0)