Skip to content

Commit e8be699

Browse files
committed
add todo
1 parent 2164fab commit e8be699

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

todo.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Create some example recipes that exercise all workflows.
2+
3+
For each example recipe
4+
- `compilers/*/packges.yaml` and `environments/*/packges.yaml` are generated correctly
5+
- `config/*.yaml` are generated correctly
6+
- `modules` are generated correctly
7+
- compilers are correctly linked into the views
8+
- the correct default compiler is set
9+
- iterative builds don't break unreasonable
10+
11+
To consider:
12+
- test on systems where gcc 7.5.0 is the only available option
13+
- user overriding gcc in `recipe/packages.yaml`
14+
-
15+
16+
## Examples
17+
18+
prgenv-gnu:
19+
- only use gcc
20+
21+
prgenv-nvhpc
22+
- use gcc and nvhpc
23+
24+
prgenv-llvm
25+
- a stretch goal

0 commit comments

Comments
 (0)