| 69e1acf8 | 07-Oct-2022 |
Eric Chamberland <ericc@giref.ulaval.ca> |
Fix configure: with icpc/2021.7 coming with Intel OneApi 2022.2 package, we must ignore warning about deprecated compiler.
Otherwise the configuration fails with alle these warnings (compilation, p
Fix configure: with icpc/2021.7 coming with Intel OneApi 2022.2 package, we must ignore warning about deprecated compiler.
Otherwise the configuration fails with alle these warnings (compilation, preprocessing and linking):
icpc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message. 
show more ...
|
| b76268f7 | 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
zoltan: fix build with gfortran-11
-fallow-argument-mismatch was missing for compiles as FFLAGS added again [instead of updating the one aready set]
And add to one CI job
Reported-by: Lucas Bantin
zoltan: fix build with gfortran-11
-fallow-argument-mismatch was missing for compiles as FFLAGS added again [instead of updating the one aready set]
And add to one CI job
Reported-by: Lucas Banting <bantingl@myumanitoba.ca>
show more ...
|