@@ -85,12 +85,12 @@ Please replace `[ ]` with `[X]` to indicate you have taken the requested action
85
85
[ homebrew] (which one?)
86
86
- [ ] Build/install was attempted with manual/advanced
87
87
[ CMake install]
88
- - [ ] Name and version of the C compiler being used
89
- - [ ] Name and version of the Fortran compiler being used
90
- - [ ] Attached/included the output of the configure step with
91
- CMake. (Usually something like `cd build && cmake ..`)
92
- - [ ] Attached/included the output of `make VERBOSE=1`
93
- - [ ] Attached/included the output of `ctest --verbose`
88
+ - [ ] Name and version of the C compiler being used
89
+ - [ ] Name and version of the Fortran compiler being used
90
+ - [ ] Attached/included the output of the configure step with
91
+ CMake. (Usually something like ` cd build && cmake .. ` )
92
+ - [ ] Attached/included the output of ` make VERBOSE=1 `
93
+ - [ ] Attached/included the output of ` ctest --verbose `
94
94
- [ ] Other build/install was attempted (please describe)
95
95
96
96
Don't forget the description of the problem. The more details you give
@@ -108,7 +108,7 @@ us, the faster, and more easily we can help you
108
108
- [ ] I am experiencing a runtime issue
109
109
- [ ] I have included a minimally complete verifiable example (MCVE)
110
110
that exhibits the problem and suitable for adding to regression
111
- tests (option , but you receive infinite karma
111
+ tests (optional , but you receive infinite karma
112
112
for including this)
113
113
114
114
Description with as many details as possible to reproduce the problem.
0 commit comments