| 130eedf9 | 16-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
Makefile: AVX detection needs CFLAGS
Package managers (Spack, PETSc --download-libceed) will typically specify CFLAGS directly rather than using the OPT= shortcut. The test needs to use the flags th
Makefile: AVX detection needs CFLAGS
Package managers (Spack, PETSc --download-libceed) will typically specify CFLAGS directly rather than using the OPT= shortcut. The test needs to use the flags they set, not our default (which includes -march=native).
show more ...
|