| f898e399 | 13-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: skip complex if _GNU_SOURCE conflicts
This is with craycc and aarch architecture (a64fx)
[zampins@kes1 petsc]$ cat test.c #define _GNU_SOURCE #include <complex.h>
[zampins@kes1 petsc]$
configure: skip complex if _GNU_SOURCE conflicts
This is with craycc and aarch architecture (a64fx)
[zampins@kes1 petsc]$ cat test.c #define _GNU_SOURCE #include <complex.h>
[zampins@kes1 petsc]$ cc test.c CC-1043 craycc: ERROR File = /usr/include/bits/cmathcalls.h, Line = 55 _Complex can only be used with floating-point types. __MATHCALL (cacos, (_Mdouble_complex_ __z)); ... and many more ...
show more ...
|
| ebd76f05 | 22-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add check that Fortran can actually link with generated Fortran library list
Try NEC multiply-defined linker flag if link fails
Commit-type: configure /spend 20m Reported-by: stefano Zampini <stef
Add check that Fortran can actually link with generated Fortran library list
Try NEC multiply-defined linker flag if link fails
Commit-type: configure /spend 20m Reported-by: stefano Zampini <stefano.zampini@gmail.com>
show more ...
|