We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2164fab commit e8be699Copy full SHA for e8be699
todo.md
@@ -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