Message398920
| Author | mathstuf |
|---|---|
| Recipients | mathstuf |
| Date | 2021-08-04.17:52:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1628099537.98.0.0593378255107.issue44832@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Generally, the `configure.ac` script tries to detect compilers based on the path to the compiler. This is mostly fine, but trips up when using `mpicc` as the compiler. Even if the underlying compiler is `gcc`, this gets detected as `icc` in various situations. The best solution is to do some compiler introspection like CMake does to determine what the compiler actually is, but I'm not familiar with the patterns used or available tools in autotools for such things. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-04 17:52:18 | mathstuf | set | recipients: + mathstuf |
| 2021-08-04 17:52:17 | mathstuf | set | messageid: <1628099537.98.0.0593378255107.issue44832@roundup.psfhosted.org> |
| 2021-08-04 17:52:17 | mathstuf | link | issue44832 messages |
| 2021-08-04 17:52:17 | mathstuf | create | |