GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

chore: upgrade Trilinos version #288

Open CusiniM opened 2 weeks ago

CusiniM commented 2 weeks ago

The previous version was giving me some compilation errors with clang16 on macOS so I just upgraded it.

CusiniM commented 2 weeks ago

well, Epetra, which we use, is deptrecated so we need to clean up our interface and switch to Tpetra. They do have cmake options to still use it but I feel that we should just clean this.

OmarDuran commented 2 weeks ago

well, Epetra, which we use, is deptrecated so we need to clean up our interface and switch to Tpetra. They do have cmake options to still use it but I feel that we should just clean this.

Thank you @CusiniM for fixing this. I have tested with apple clang 16.0 and the compilation errors are fixed. However, notice that the action Rockylinux (8, clang 17.0.6, cuda 12.5) is failing.