Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update trilinos container tags #32

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

cwschilly
Copy link
Collaborator

@cwschilly cwschilly commented Dec 10, 2024

This PR also adds tests for Epetra (these were not ported over from Pressio/pressio)

@cwschilly cwschilly marked this pull request as draft December 10, 2024 21:11
@cwschilly cwschilly force-pushed the update-trilinos-containers branch from 5307253 to c0aa7ff Compare December 10, 2024 21:16
@cwschilly cwschilly force-pushed the update-trilinos-containers branch from c53f44e to e3a278f Compare December 12, 2024 16:51
@cwschilly cwschilly marked this pull request as ready for review December 12, 2024 16:54
@cwschilly cwschilly requested a review from fnrizzi December 12, 2024 16:55
@cwschilly cwschilly self-assigned this Dec 12, 2024
#ifdef PRESSIO_ENABLE_TPL_EPETRA
#ifdef PRESSIO_ENABLE_EPETRA
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual fix for the CI failures

@@ -67,7 +66,7 @@ jobs:
-D EIGEN_INCLUDE_DIR=/eigen/eigen-${{ env.eigen_version }} \
-D Trilinos_DIR=${{ env.trilinos_dir }}/lib/cmake/Trilinos \
-D CMAKE_INSTALL_PREFIX:PATH=../install \
-D CMAKE_CXX_FLAGS='-Wall -Werror'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary because Trilinos has deprecated Epetra, resulting in a bunch of warnings:

#warning "The Epetra package is deprecated"

@fnrizzi fnrizzi merged commit b191a39 into develop Dec 13, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants